Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
struct | Indexes_s |
Functions | |
constexpr int | LADDERS_ () |
void | GetFelixBinFromIndexes (int &, int, struct Indexes_s const &) |
void | GetFelixIndexesFromBin (int, int &, struct Indexes_s &) |
void | GetGlobalChipBinXYFromIndexes (int &, int &, struct Indexes_s const &) |
void | GetIndexesFromGlobalChipBinXY (int const &, int const &, struct Indexes_s &) |
void | GetLocalChannelBinXYFromIndexes (int &, int &, struct Indexes_s const &) |
void | GetIndexesFromLocalChannelBinXY (int const &, int const &, struct Indexes_s &) |
void | GetGlobalLadderBinXYFromIndexes (int &, int &, struct Indexes_s const &) |
void | GetIndexesFromGlobalLadderBinXY (int const &, int const &, struct Indexes_s &) |
void | GetLocalChipBinXYFromIndexes (int &, int &, struct Indexes_s const &) |
void | GetIndexesFromLocalChipBinXY (int const &, int const &, struct Indexes_s &) |
Variables | |
constexpr int | LAYER_OFFSET = 0 |
constexpr int | CHIP_OFFSET = 1 |
const int | FELIX = 8 |
const int | FELIX_CHANNEL = 14 |
constexpr int | LAYER = 4 |
constexpr int | LADDER [LAYER] = {12, 12, 16, 16} |
constexpr int | ARM = 2 |
constexpr int | CHIP = 26 |
constexpr int | CHANNEL = 128 |
constexpr int | ADC = 8 |
constexpr int | LADDERS = LADDERS_() |
constexpr int | FELIX_CHANNELS = FELIX * FELIX_CHANNEL |
constexpr int | CHIPS = CHIP * FELIX_CHANNELS |
constexpr int | CHANNELS = CHANNEL * CHIPS |
constexpr int | ADCS = CHANNELS * ADC |
void INTT::GetFelixBinFromIndexes | ( | int & | b, |
int | felix_channel, | ||
struct Indexes_s const & | indexes | ||
) |
Definition at line 3 of file InttMonConstants.cc.
View newest version in sPHENIX GitHub at line 3 of file InttMonConstants.cc
References ADC, INTT::Indexes_s::adc, KFPMath::b, CHANNEL, CHIP, INTT::Indexes_s::chn, INTT::Indexes_s::chp, and physmon_simulation::s.
Referenced by InttMon::MiscDebug(), InttMonDraw::PrepGlobalChipHists_Hitmap(), InttMonDraw::PrepGlobalChipHists_NLL(), InttMonDraw::PrepLocalChannelHists_Hitmap(), InttMonDraw::PrepLocalChipHists_Hitmap(), InttMon::process_event(), and InttMon::RandomEvent().
void INTT::GetFelixIndexesFromBin | ( | int | b, |
int & | felix_channel, | ||
struct Indexes_s & | indexes | ||
) |
Definition at line 22 of file InttMonConstants.cc.
View newest version in sPHENIX GitHub at line 22 of file InttMonConstants.cc
References ADC, INTT::Indexes_s::adc, KFPMath::b, CHANNEL, CHIP, INTT::Indexes_s::chn, and INTT::Indexes_s::chp.
Referenced by InttMon::MiscDebug().
void INTT::GetGlobalChipBinXYFromIndexes | ( | int & | bin_x, |
int & | bin_y, | ||
struct Indexes_s const & | indexes | ||
) |
Definition at line 39 of file InttMonConstants.cc.
View newest version in sPHENIX GitHub at line 39 of file InttMonConstants.cc
References INTT::Indexes_s::arm, CHIP, INTT::Indexes_s::chp, and INTT::Indexes_s::ldr.
Referenced by InttMonDraw::PrepGlobalChipHists_Hitmap(), and InttMonDraw::PrepGlobalChipHists_NLL().
void INTT::GetGlobalLadderBinXYFromIndexes | ( | int & | bin_x, |
int & | bin_y, | ||
struct Indexes_s const & | indexes | ||
) |
Definition at line 71 of file InttMonConstants.cc.
View newest version in sPHENIX GitHub at line 71 of file InttMonConstants.cc
References INTT::Indexes_s::chp, and INTT::Indexes_s::ldr.
void INTT::GetIndexesFromGlobalChipBinXY | ( | int const & | bin_x, |
int const & | bin_y, | ||
struct Indexes_s & | indexes | ||
) |
Definition at line 47 of file InttMonConstants.cc.
View newest version in sPHENIX GitHub at line 47 of file InttMonConstants.cc
References INTT::Indexes_s::arm, CHIP, INTT::Indexes_s::chp, and INTT::Indexes_s::ldr.
Referenced by InttMonDraw::InttGlobalChipExec().
void INTT::GetIndexesFromGlobalLadderBinXY | ( | int const & | bin_x, |
int const & | bin_y, | ||
struct Indexes_s & | indexes | ||
) |
Definition at line 79 of file InttMonConstants.cc.
View newest version in sPHENIX GitHub at line 79 of file InttMonConstants.cc
References INTT::Indexes_s::arm, and INTT::Indexes_s::ldr.
Referenced by InttMonDraw::InttGlobalLadderExec().
void INTT::GetIndexesFromLocalChannelBinXY | ( | int const & | bin_x, |
int const & | bin_y, | ||
struct Indexes_s & | indexes | ||
) |
Definition at line 64 of file InttMonConstants.cc.
View newest version in sPHENIX GitHub at line 64 of file InttMonConstants.cc
References INTT::Indexes_s::adc, and INTT::Indexes_s::chn.
Referenced by InttMonDraw::InttLocalChannelExec().
void INTT::GetIndexesFromLocalChipBinXY | ( | int const & | bin_x, |
int const & | bin_y, | ||
struct Indexes_s & | indexes | ||
) |
Definition at line 93 of file InttMonConstants.cc.
View newest version in sPHENIX GitHub at line 93 of file InttMonConstants.cc
References INTT::Indexes_s::arm, CHANNEL, CHIP, INTT::Indexes_s::chn, and INTT::Indexes_s::chp.
Referenced by InttMonDraw::InttLocalChipExec().
void INTT::GetLocalChannelBinXYFromIndexes | ( | int & | bin_x, |
int & | bin_y, | ||
struct Indexes_s const & | indexes | ||
) |
Definition at line 56 of file InttMonConstants.cc.
View newest version in sPHENIX GitHub at line 56 of file InttMonConstants.cc
References INTT::Indexes_s::adc, and INTT::Indexes_s::chn.
Referenced by InttMonDraw::PrepLocalChannelHists_Hitmap().
void INTT::GetLocalChipBinXYFromIndexes | ( | int & | bin_x, |
int & | bin_y, | ||
struct Indexes_s const & | indexes | ||
) |
Definition at line 85 of file InttMonConstants.cc.
View newest version in sPHENIX GitHub at line 85 of file InttMonConstants.cc
References INTT::Indexes_s::arm, CHANNEL, CHIP, INTT::Indexes_s::chn, and INTT::Indexes_s::chp.
Referenced by InttMonDraw::PrepLocalChipHists_Hitmap().
constexpr int INTT::LADDERS_ | ( | ) |
Definition at line 22 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 22 of file InttMonConstants.h
References Acts::IntegrationTest::L, LADDER, LAYER, and layer.
constexpr int INTT::ADC = 8 |
Definition at line 20 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 20 of file InttMonConstants.h
Referenced by myAnalysis::analyze(), InttMonDraw::DrawLocalChannelMap(), GetFelixBinFromIndexes(), GetFelixIndexesFromBin(), InttMonDraw::InttLocalChannelExec(), InttMon::MiscDebug(), InttMonDraw::PrepGlobalChipHists_Hitmap(), InttMonDraw::PrepGlobalChipHists_NLL(), InttMonDraw::PrepLocalChannelHists_Hitmap(), InttMonDraw::PrepLocalChipHists_Hitmap(), CaloWaveformSim::process_event(), and InttMon::RandomEvent().
Definition at line 39 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 39 of file InttMonConstants.h
Referenced by InttMon::Init().
constexpr int INTT::ARM = 2 |
Definition at line 16 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 16 of file InttMonConstants.h
Referenced by InttMonDraw::DrawGlobalChipMap(), InttMonDraw::DrawGlobalLadderMap(), InttMonDraw::InttGlobalLadderExec(), and InttMonDraw::PrepGlobalLadderHists_Interface().
constexpr int INTT::CHANNEL = 128 |
Definition at line 19 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 19 of file InttMonConstants.h
Referenced by InttMonDraw::DrawLocalChannelMap(), InttMonDraw::DrawLocalChipMap(), GetFelixBinFromIndexes(), GetFelixIndexesFromBin(), GetIndexesFromLocalChipBinXY(), GetLocalChipBinXYFromIndexes(), InttMonDraw::InttLocalChannelExec(), InttMonDraw::InttLocalChipExec(), InttMon::MiscDebug(), InttMonDraw::PrepGlobalChipHists_Hitmap(), InttMonDraw::PrepGlobalChipHists_NLL(), InttMonDraw::PrepLocalChannelHists_Hitmap(), InttMonDraw::PrepLocalChipHists_Hitmap(), and InttMon::RandomEvent().
Definition at line 38 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 38 of file InttMonConstants.h
Referenced by InttMonDraw::PrepGlobalChipHists_NLL().
constexpr int INTT::CHIP = 26 |
Definition at line 18 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 18 of file InttMonConstants.h
Referenced by InttMonDraw::DrawGlobalChipMap(), InttMonDraw::DrawLocalChipMap(), GetFelixBinFromIndexes(), GetFelixIndexesFromBin(), GetGlobalChipBinXYFromIndexes(), GetIndexesFromGlobalChipBinXY(), GetIndexesFromLocalChipBinXY(), GetLocalChipBinXYFromIndexes(), InttMonDraw::InttGlobalChipExec(), InttMonDraw::InttLocalChipExec(), InttMon::MiscDebug(), InttMonDraw::PrepGlobalChipHists_Hitmap(), InttMonDraw::PrepGlobalChipHists_NLL(), InttMonDraw::PrepLocalChipHists_Hitmap(), and InttMon::RandomEvent().
constexpr int INTT::CHIP_OFFSET = 1 |
Definition at line 9 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 9 of file InttMonConstants.h
Referenced by InttMonDraw::DrawGlobalChipMap(), InttMonDraw::DrawLocalChipMap(), InttMonDraw::InttGlobalChipExec(), and InttMonDraw::InttLocalChipExec().
constexpr int INTT::CHIPS = CHIP * FELIX_CHANNELS |
Definition at line 37 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 37 of file InttMonConstants.h
const int INTT::FELIX = 8 |
Definition at line 11 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 11 of file InttMonConstants.h
Referenced by inttDraw(), inttDrawInit(), InttMonDraw::PrepGlobalChipHists_Hitmap(), InttMonDraw::PrepGlobalChipHists_NLL(), InttMonDraw::PrepLocalChannelHists_Hitmap(), and InttMonDraw::PrepLocalChipHists_Hitmap().
const int INTT::FELIX_CHANNEL = 14 |
Definition at line 12 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 12 of file InttMonConstants.h
Referenced by InttMon::MiscDebug(), InttMonDraw::PrepGlobalChipHists_Hitmap(), InttMonDraw::PrepGlobalChipHists_NLL(), InttMonDraw::PrepLocalChannelHists_Hitmap(), InttMonDraw::PrepLocalChipHists_Hitmap(), and InttMon::RandomEvent().
constexpr int INTT::FELIX_CHANNELS = FELIX * FELIX_CHANNEL |
Definition at line 36 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 36 of file InttMonConstants.h
constexpr int INTT::LADDER[LAYER] = {12, 12, 16, 16} |
Definition at line 15 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 15 of file InttMonConstants.h
Referenced by InttMonDraw::DrawGlobalChipMap(), InttMonDraw::DrawGlobalLadderMap(), InttMonDraw::InttGlobalChipExec(), InttMonDraw::InttGlobalLadderExec(), LADDERS_(), InttMonDraw::PrepGlobalChipHists_Hitmap(), InttMonDraw::PrepGlobalChipHists_NLL(), and InttMonDraw::PrepGlobalLadderHists_Interface().
constexpr int INTT::LADDERS = LADDERS_() |
Definition at line 34 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 34 of file InttMonConstants.h
constexpr int INTT::LAYER = 4 |
Definition at line 14 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 14 of file InttMonConstants.h
Referenced by InttMonDraw::DrawGlobalChipMap(), InttMonDraw::DrawGlobalLadderMap(), LADDERS_(), InttMonDraw::PrepGlobalChipHists_Hitmap(), InttMonDraw::PrepGlobalChipHists_NLL(), and InttMonDraw::PrepGlobalLadderHists_Interface().
constexpr int INTT::LAYER_OFFSET = 0 |
Definition at line 8 of file InttMonConstants.h.
View newest version in sPHENIX GitHub at line 8 of file InttMonConstants.h
Referenced by InttMonDraw::DrawGlobalChipMap(), InttMonDraw::DrawGlobalLadderMap(), InttMonDraw::InttGlobalChipExec(), and InttMonDraw::InttGlobalLadderExec().