ATLAS Offline Software
|
Public Attributes | |
std::string | m_threshName |
std::string | m_threshTitleTemplate |
Name of this threshold. More... | |
std::array< float, MAXLYRNS > | m_threshValue {{}} |
Histogram title template. More... | |
std::array< std::string, MAXLYRNS > | m_threshTitles |
The actual threshold (per layer) More... | |
size_t | m_thrIndex |
Part of the histogram title (containing the threshold value, so per-layer) More... | |
bool | m_inSigNoise =false |
for filling in the eventCount plot More... | |
Direction | m_threshDirection =OVER |
Absolute threshold or in sigma noise? More... | |
bool | m_doBeamBackgroundRemoval =false |
float | m_qualityFactorThreshold =4000 |
float | m_timeThreshold =4. |
std::bitset< MAXTRIGTYPE > | m_triggersToInclude |
std::bitset< MAXTRIGTYPE > | m_triggersToExclude |
bool | m_threshTriggerDecision =true |
bool | m_doPercentageOccupancy =false |
bool | m_doEtaPhiOccupancy =false |
bool | m_doEtaOccupancy =false |
bool | m_doPhiOccupancy =false |
bool | m_doEtaPhiTotalEnergy =false |
bool | m_doEtaPhiAverageQuality =false |
bool | m_doEtaPhiFractionOverQth =false |
bool | m_doEtaPhiAverageTime =false |
bool | m_doEtaPhiFractionPastTth =false |
Definition at line 166 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_doBeamBackgroundRemoval =false |
Definition at line 176 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_doEtaOccupancy =false |
Definition at line 188 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_doEtaPhiAverageQuality =false |
Definition at line 194 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_doEtaPhiAverageTime =false |
Definition at line 197 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_doEtaPhiFractionOverQth =false |
Definition at line 195 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_doEtaPhiFractionPastTth =false |
Definition at line 198 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_doEtaPhiOccupancy =false |
Definition at line 187 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_doEtaPhiTotalEnergy =false |
Definition at line 191 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_doPercentageOccupancy =false |
Definition at line 186 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_doPhiOccupancy =false |
Definition at line 189 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_inSigNoise =false |
for filling in the eventCount plot
Definition at line 174 of file LArCellMonAlg.h.
float LArCellMonAlg::threshold_t::m_qualityFactorThreshold =4000 |
Definition at line 177 of file LArCellMonAlg.h.
Absolute threshold or in sigma noise?
Definition at line 175 of file LArCellMonAlg.h.
std::string LArCellMonAlg::threshold_t::m_threshName |
Definition at line 168 of file LArCellMonAlg.h.
std::array<std::string,MAXLYRNS> LArCellMonAlg::threshold_t::m_threshTitles |
The actual threshold (per layer)
Definition at line 171 of file LArCellMonAlg.h.
std::string LArCellMonAlg::threshold_t::m_threshTitleTemplate |
Name of this threshold.
Definition at line 169 of file LArCellMonAlg.h.
bool LArCellMonAlg::threshold_t::m_threshTriggerDecision =true |
Definition at line 183 of file LArCellMonAlg.h.
std::array<float,MAXLYRNS> LArCellMonAlg::threshold_t::m_threshValue {{}} |
Histogram title template.
Definition at line 170 of file LArCellMonAlg.h.
size_t LArCellMonAlg::threshold_t::m_thrIndex |
Part of the histogram title (containing the threshold value, so per-layer)
Definition at line 172 of file LArCellMonAlg.h.
float LArCellMonAlg::threshold_t::m_timeThreshold =4. |
Definition at line 178 of file LArCellMonAlg.h.
std::bitset<MAXTRIGTYPE> LArCellMonAlg::threshold_t::m_triggersToExclude |
Definition at line 182 of file LArCellMonAlg.h.
std::bitset<MAXTRIGTYPE> LArCellMonAlg::threshold_t::m_triggersToInclude |
Definition at line 181 of file LArCellMonAlg.h.