|
ATLAS Offline Software
|
Class for Tile DQFrag based monitoring.
More...
#include <TileDQFragMonitorAlgorithm.h>
|
enum | Environment_t {
Environment_t::user = 0,
Environment_t::online,
Environment_t::tier0,
Environment_t::tier0Raw,
Environment_t::tier0ESD,
Environment_t::AOD,
Environment_t::altprod
} |
| Specifies the processing environment. More...
|
|
enum | DataType_t {
DataType_t::userDefined = 0,
DataType_t::monteCarlo,
DataType_t::collisions,
DataType_t::cosmics,
DataType_t::heavyIonCollisions
} |
| Specifies what type of input data is being monitored. More...
|
|
|
virtual | ~TileDQFragMonitorAlgorithm ()=default |
|
virtual StatusCode | initialize () override |
| initialize More...
|
|
virtual StatusCode | fillHistograms (const EventContext &ctx) const override |
| adds event to the monitoring histograms More...
|
|
| AthMonitorAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) |
| Constructor. More...
|
|
virtual StatusCode | execute (const EventContext &ctx) const override |
| Applies filters and trigger requirements. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
template<typename... T> |
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, T &&... variables) const |
| Fills a variadic list of variables to a group by reference. More...
|
|
void | fill (const std::string &groupName, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by name. More...
|
|
void | fill (const std::string &groupName, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by name. More...
|
|
template<typename... T> |
void | fill (const std::string &groupName, T &&... variables) const |
| Fills a variadic list of variables to a group by name. More...
|
|
Environment_t | environment () const |
| Accessor functions for the environment. More...
|
|
Environment_t | envStringToEnum (const std::string &str) const |
| Convert the environment string from the python configuration to an enum object. More...
|
|
DataType_t | dataType () const |
| Accessor functions for the data type. More...
|
|
DataType_t | dataTypeStringToEnum (const std::string &str) const |
| Convert the data type string from the python configuration to an enum object. More...
|
|
const ToolHandle< GenericMonitoringTool > & | getGroup (const std::string &name) const |
| Get a specific monitoring tool from the tool handle array. More...
|
|
const ToolHandle< Trig::TrigDecisionTool > & | getTrigDecisionTool () const |
| Get the trigger decision tool member. More...
|
|
bool | trigChainsArePassed (const std::vector< std::string > &vTrigNames) const |
| Check whether triggers are passed. More...
|
|
SG::ReadHandle< xAOD::EventInfo > | GetEventInfo (const EventContext &) const |
| Return a ReadHandle for an EventInfo object (get run/event numbers, etc.) More...
|
|
virtual float | lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average mu, i.e. More...
|
|
virtual float | lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate instantaneous number of interactions, i.e. More...
|
|
virtual float | lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1). More...
|
|
virtual float | lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the instantaneous luminosity per bunch crossing. More...
|
|
virtual double | lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the duration of the luminosity block (in seconds) More...
|
|
virtual float | lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average luminosity livefraction. More...
|
|
virtual float | livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the live fraction per bunch crossing ID. More...
|
|
virtual double | lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average integrated luminosity multiplied by the live fraction. More...
|
|
virtual StatusCode | parseList (const std::string &line, std::vector< std::string > &result) const |
| Parse a string into a vector. More...
|
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
ToolHandleArray< GenericMonitoringTool > | m_tools {this,"GMTools",{}} |
| Array of Generic Monitoring Tools. More...
|
|
PublicToolHandle< Trig::TrigDecisionTool > | m_trigDecTool {this, "TrigDecisionTool",""} |
| Tool to tell whether a specific trigger is passed. More...
|
|
ToolHandleArray< IDQFilterTool > | m_DQFilterTools {this,"FilterTools",{}} |
| Array of Data Quality filter tools. More...
|
|
SG::ReadCondHandleKey< LuminosityCondData > | m_lumiDataKey {this,"LuminosityCondDataKey","LuminosityCondData","SG Key of LuminosityCondData object"} |
|
SG::ReadCondHandleKey< LBDurationCondData > | m_lbDurationDataKey {this,"LBDurationCondDataKey","LBDurationCondData","SG Key of LBDurationCondData object"} |
|
SG::ReadCondHandleKey< TrigLiveFractionCondData > | m_trigLiveFractionDataKey {this,"TrigLiveFractionCondDataKey","TrigLiveFractionCondData", "SG Key of TrigLiveFractionCondData object"} |
|
AthMonitorAlgorithm::Environment_t | m_environment |
| Instance of the Environment_t enum. More...
|
|
AthMonitorAlgorithm::DataType_t | m_dataType |
| Instance of the DataType_t enum. More...
|
|
Gaudi::Property< std::string > | m_environmentStr {this,"Environment","user"} |
| Environment string pulled from the job option and converted to enum. More...
|
|
Gaudi::Property< std::string > | m_dataTypeStr {this,"DataType","userDefined"} |
| DataType string pulled from the job option and converted to enum. More...
|
|
Gaudi::Property< std::string > | m_triggerChainString {this,"TriggerChain",""} |
| Trigger chain string pulled from the job option and parsed into a vector. More...
|
|
std::vector< std::string > | m_vTrigChainNames |
| Vector of trigger chain names parsed from trigger chain string. More...
|
|
Gaudi::Property< std::string > | m_fileKey {this,"FileKey",""} |
| Internal Athena name for file. More...
|
|
Gaudi::Property< bool > | m_useLumi {this,"EnableLumi",false} |
| Allows use of various luminosity functions. More...
|
|
Gaudi::Property< float > | m_defaultLBDuration {this,"DefaultLBDuration",60.} |
| Default duration of one lumi block. More...
|
|
Gaudi::Property< int > | m_detailLevel {this,"DetailLevel",0} |
| Sets the level of detail used in the monitoring. More...
|
|
SG::ReadHandleKey< xAOD::EventInfo > | m_EventInfoKey {this,"EventInfoKey","EventInfo"} |
| Key for retrieving EventInfo from StoreGate. More...
|
|
|
enum | TileFragStatus {
ALL_OK = 0,
CRC_ERR = 1,
ALL_FF = 0x10,
ALL_00 = 0x20,
NO_FRAG = 0x40,
NO_ROB = 0x80
} |
|
enum | TileDigiErrors {
OK,
HEADER_FORM,
HEADER_PAR,
MEMO_PAR,
FE_CRC,
ROD_CRC,
BCID,
SAMPLE_FORM,
SAMPLE_PAR,
DOUBLE_STB,
SINGLE_STB,
GLOBAL_CRC,
DUMMY_FRAG,
NO_RECO_FRAG,
MASKED,
ALL_M_BAD_DCS,
ANY_CH_BAD_HV,
MAX_DIGI_ERROR
} |
|
enum | TileBadPulse { BAD_QUALITY = MAX_CORRUPTED_ERROR,
BIG_NEGATIVE_AMPLITUDE
} |
|
typedef std::vector< std::reference_wrapper< Monitored::IMonitoredVariable > > | MonVarVec_t |
|
typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
|
|
Gaudi::Property< bool > | m_checkDCS {this, "CheckDCS", false, "Check Tile DCS status"} |
|
Gaudi::Property< bool > | m_skipMasked {this, "SkipMasked", true, "Ignore masked Tile channels"} |
|
Gaudi::Property< bool > | m_skipGapCells {this, "SkipGapCells", true, "Ignore E1-E4 cells in negative amplitude detection"} |
|
Gaudi::Property< bool > | m_ignoreNoRecoFragError {this, "IgnoreNoRecoFragError", false, "Ignore NO_RECO_FRAG error"} |
|
Gaudi::Property< bool > | m_fillDigiErrorsInLB |
|
Gaudi::Property< float > | m_negativeAmplitudeCutHG |
|
Gaudi::Property< float > | m_negativeAmplitudeCutLG |
|
Gaudi::Property< float > | m_qualityCut |
|
Gaudi::Property< float > | m_timeMinThresh |
|
Gaudi::Property< float > | m_timeMaxThresh |
|
Gaudi::Property< float > | m_minChannelEnergy |
|
Gaudi::Property< float > | m_minGapEnergy |
|
SG::ReadCondHandleKey< TileBadChannels > | m_badChannelsKey |
| Name of TileBadChannels in condition store. More...
|
|
ServiceHandle< TileCablingSvc > | m_cablingSvc |
| Name of Tile cabling service. More...
|
|
SG::ReadHandleKey< TileDQstatus > | m_DQstatusKey |
|
SG::ReadCondHandleKey< TileDCSState > | m_DCSStateKey |
| Name of TileDCSState object in condition store. More...
|
|
SG::ReadCondHandleKey< TileEMScale > | m_emScaleKey |
| Name of TileEMScale in condition store. More...
|
|
SG::ReadHandleKey< TileRawChannelContainer > | m_rawChannelContainerKey |
|
SG::ReadHandleKey< TileDigitsContainer > | m_digitsContainerKey |
|
SG::ReadDecorHandleKey< xAOD::EventInfo > | m_eventInfoTileStatusKey |
|
std::vector< std::vector< int > > | m_errorsGroups |
|
std::vector< std::vector< int > > | m_errorsInLBGroups |
|
std::vector< std::vector< int > > | m_errorsVsLBGroups |
|
std::vector< int > | m_badChannelJumpGroups |
|
std::vector< int > | m_badChannelJumpNotMaskGroups |
|
std::vector< int > | m_badChannelNegGroups |
|
std::vector< int > | m_badChannelNegNotMaskGroups |
|
std::vector< int > | m_badPulseQualityGroups |
|
std::vector< int > | m_negativeEnergyGroups |
|
const TileID * | m_tileID {nullptr} |
|
const TileHWID * | m_tileHWID {nullptr} |
|
const TileCablingService * | m_cabling {nullptr} |
|
std::string | m_infoName = "TileInfo" |
|
const TileInfo * | m_tileInfo {nullptr} |
|
float | m_ADCmaxMinusEps |
|
float | m_ADCmaskValueMinusEps |
| indicates channels which were masked in background dataset More...
|
|
std::string | m_name |
|
std::unordered_map< std::string, size_t > | m_toolLookupMap |
|
const ToolHandle< GenericMonitoringTool > | m_dummy |
|
Gaudi::Property< bool > | m_enforceExpressTriggers |
|
DataObjIDColl | m_extendedExtraObjects |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More...
|
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Class for Tile DQFrag based monitoring.
Definition at line 32 of file TileDQFragMonitorAlgorithm.h.
◆ MonVarVec_t
◆ StoreGateSvc_t
◆ DataType_t
Specifies what type of input data is being monitored.
An enumeration of the different types of data the monitoring application may be running over. This can be used to select which histograms to produce, e.g. to prevent the production of colliding-beam histograms when running on cosmic-ray data. Strings of the same names may be given as jobOptions.
Enumerator |
---|
userDefined | |
monteCarlo | |
collisions | |
cosmics | |
heavyIonCollisions | |
Definition at line 191 of file AthMonitorAlgorithm.h.
◆ Environment_t
Specifies the processing environment.
The running environment may be used to select which histograms are produced, and where they are located in the output. For example, the output paths of the histograms are different for the "user", "online" and the various offline flags. Strings of the same names may be given as jobOptions.
Enumerator |
---|
user | |
online | |
tier0 | |
tier0Raw | |
tier0ESD | |
AOD | |
altprod | |
Definition at line 172 of file AthMonitorAlgorithm.h.
◆ TileBadPulse
◆ TileDigiErrors
Enumerator |
---|
OK | |
HEADER_FORM | |
HEADER_PAR | |
MEMO_PAR | |
FE_CRC | |
ROD_CRC | |
BCID | |
SAMPLE_FORM | |
SAMPLE_PAR | |
DOUBLE_STB | |
SINGLE_STB | |
GLOBAL_CRC | |
DUMMY_FRAG | |
NO_RECO_FRAG | |
MASKED | |
ALL_M_BAD_DCS | |
ANY_CH_BAD_HV | |
MAX_DIGI_ERROR | |
Definition at line 45 of file TileDQFragMonitorAlgorithm.h.
◆ TileFragStatus
◆ ~TileDQFragMonitorAlgorithm()
virtual TileDQFragMonitorAlgorithm::~TileDQFragMonitorAlgorithm |
( |
| ) |
|
|
virtualdefault |
◆ AthMonitorAlgorithm()
AthMonitorAlgorithm::AthMonitorAlgorithm |
◆ cardinality()
unsigned int AthReentrantAlgorithm::cardinality |
( |
| ) |
const |
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 55 of file AthReentrantAlgorithm.cxx.
◆ clearDigiError()
void TileDQFragMonitorAlgorithm::clearDigiError |
( |
std::vector< int > & |
dmus, |
|
|
std::vector< int > & |
errors |
|
) |
| const |
|
private |
◆ dataType()
DataType_t AthMonitorAlgorithm::dataType |
( |
| ) |
const |
|
inlineinherited |
Accessor functions for the data type.
- Returns
- the current value of the class's DataType_t instance.
Definition at line 221 of file AthMonitorAlgorithm.h.
◆ dataTypeStringToEnum()
Convert the data type string from the python configuration to an enum object.
- Returns
- a value in the DataType_t enumeration which matches the input string.
Definition at line 140 of file AthMonitorAlgorithm.cxx.
142 std::string lowerCaseStr =
str;
146 if( lowerCaseStr ==
"userdefined" ) {
148 }
else if( lowerCaseStr ==
"montecarlo" ) {
150 }
else if( lowerCaseStr ==
"collisions" ) {
152 }
else if( lowerCaseStr ==
"cosmics" ) {
154 }
else if( lowerCaseStr ==
"heavyioncollisions" ) {
157 ATH_MSG_WARNING(
"AthMonitorAlgorithm::dataTypeStringToEnum(): Unknown data type "
158 <<
str<<
", returning userDefined.");
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ environment()
Accessor functions for the environment.
- Returns
- the current value of the class's Environment_t instance.
Definition at line 205 of file AthMonitorAlgorithm.h.
◆ envStringToEnum()
Convert the environment string from the python configuration to an enum object.
- Returns
- a value in the Environment_t enumeration which matches the input string.
Definition at line 112 of file AthMonitorAlgorithm.cxx.
114 std::string lowerCaseStr =
str;
118 if( lowerCaseStr ==
"user" ) {
120 }
else if( lowerCaseStr ==
"online" ) {
122 }
else if( lowerCaseStr ==
"tier0" ) {
124 }
else if( lowerCaseStr ==
"tier0raw" ) {
126 }
else if( lowerCaseStr ==
"tier0esd" ) {
128 }
else if( lowerCaseStr ==
"aod" ) {
130 }
else if( lowerCaseStr ==
"altprod" ) {
133 ATH_MSG_WARNING(
"AthMonitorAlgorithm::envStringToEnum(): Unknown environment "
134 <<
str<<
", returning user.");
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode AthMonitorAlgorithm::execute |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtualinherited |
Applies filters and trigger requirements.
Then, calls fillHistograms().
- Parameters
-
ctx | event context for reentrant Athena call |
- Returns
- StatusCode
Definition at line 73 of file AthMonitorAlgorithm.cxx.
78 if (!filterItr->accept()) {
80 return StatusCode::SUCCESS;
87 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ extraOutputDeps()
const DataObjIDColl & AthReentrantAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
86 return Algorithm::extraOutputDeps();
◆ fillHistograms()
StatusCode TileDQFragMonitorAlgorithm::fillHistograms |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
adds event to the monitoring histograms
User will overwrite this function. Histogram booking is no longer done in C++. This function is called in execute once the filters are all passed.
- Parameters
-
ctx | forwarded from execute |
- Returns
- StatusCode
Implements AthMonitorAlgorithm.
Definition at line 65 of file TileDQFragMonitorAlgorithm.cxx.
88 std::vector<int> dmus;
98 int nBadConsecutiveModules = isTileErrorState ?
MAX_DMU : ((tileEventInfoFlag >>
MAX_DMU) & 0xF);
102 if (isTileErrorState) {
106 fill(
"TileConsecutiveBadModules", monitoredConsecutiveBad);
107 fill(
"TileConsecutiveBadModulesLB", monitoredConsecutiveBad,
lumiBlock);
116 bool physicRun = (l1TriggerType == 0) || (((l1TriggerType >> Trig_b7) & 1) == 1);
125 ATH_MSG_WARNING(
"Tile raw channel units are not ADC counts => will not check neagative amplitudes!" );
130 int fragId = rawChannelCollection->identify();
131 int drawer = (fragId & 0x3F);
132 int ros = fragId >> 8;
144 float pedestal = rawChannel->pedestal();
145 float quality = std::abs(rawChannel->quality());
146 float amplitude = rawChannel->amplitude();
147 float time = rawChannel->uncorrTime();
152 && !(badChannels->getAdcStatus(adcId).isBad()
187 int channelDividedBy2 =
channel >> 1;
190 && (channelDividedBy2 == 0 || channelDividedBy2 == 6 || channelDividedBy2 == 9))
191 && !(
m_skipMasked && badChannels->getAdcStatus(adcId).isBad())) {
200 if (pedestal > 100000. && digitsContainer) {
205 if (digitsCollection) {
207 for (
const TileDigits* tile_digits : *digitsCollection) {
213 <<
" " << Tile::getDrawerString(
ros,
drawer)
214 << std::setfill(
' ') << std::setw(3) <<
channel
215 << ((
gain) ?
" HG" :
" LG") <<
" negative amplitude: "
216 << std::setprecision(2) << std::fixed << std::setw(7)
217 << amplitude <<
" Samples: " << std::setprecision(0);
219 std::vector<float> samples = tile_digits->samples();
220 for (
float sample : samples) {
241 if (digitsContainer) {
246 int fragId = digitsCollection->
identify();
247 int drawer = (fragId & 0x3F);
248 int ros = fragId >> 8;
253 if (l1TriggerType != digitsCollection->
getLvl1Type()) {
254 fill(
"TileMismatchedL1TriggerType", monitoredModule, monitoredROS);
257 if (l1TriggerType == 0
x82) {
259 unsigned int nBadOrDisconnectedChannels(0);
262 if (badChannels->getChannelStatus(
channel_id).isBad()
264 ++nBadOrDisconnectedChannels;
268 unsigned int nRequiredChannels(Tile::MAX_CHAN - nBadOrDisconnectedChannels);
269 if (digitsCollection->
size() < nRequiredChannels) {
270 fill(
"TileNoAllDigits", monitoredModule, monitoredROS);
271 ATH_MSG_VERBOSE(
"No All channels with digits (Trigger Type: 0x82) in module "
273 <<
", present channels: " << digitsCollection->
size()
274 <<
", required channels: " << nRequiredChannels);
283 for (
const TileDigits* tile_digits : *digitsCollection) {
302 <<
" " << Tile::getDrawerString(
ros,
drawer)
303 << std::setfill(
' ') << std::setw(3) <<
channel
304 << ((
gain) ?
" HG" :
" LG")
307 std::vector<float> samples = tile_digits->samples();
308 for (
float sample : samples) {
326 bool fillCorruptedData(
false);
328 if (corruptedData[
error] > 0
u) {
329 fillCorruptedData =
true;
330 for (
unsigned int dmu = 0
u; dmu < 16
u; ++dmu) {
331 if (corruptedData[
error] & (1
u << dmu)) {
338 if (fillCorruptedData) {
345 std::vector<int> rosWithGloblaCRC;
346 std::vector<int> drawerWithGlobalCRC;
349 for (
unsigned int ros = 1;
ros < Tile::MAX_ROS; ++
ros) {
353 bool isGoodModuleDCS(
true);
357 fractionOfBadDMUs = -1.0;
358 isGoodModuleDCS =
false;
364 if (
status & (TileFragStatus::ALL_FF | TileFragStatus::ALL_00)) {
366 }
else if (
status & (TileFragStatus::NO_FRAG | TileFragStatus::NO_ROB)) {
370 float nBadNotMaskedDMUs = 0;
372 for (
int dmu = 0; dmu <
MAX_DMU; ++dmu) {
389 if ((channelStatus0.isBad() && channelStatus1.
isBad() && channelStatus2.
isBad())
395 || ((
ros < 3 &&
channel == 42) && channelStatus0.isBad() && channelStatus2.
isBad())
400 || ((specialEB &&
channel == 3) && channelStatus1.
isBad() && channelStatus2.
isBad())) {
406 if (isGoodModuleDCS) {
424 || (
ros > 2 && (dmu == 8 || dmu == 9 || dmu == 14 || dmu == 15))
425 || (specialEB && dmu == 0))) {
473 if (isGoodModuleDCS) {
474 fractionOfBadDMUs = nBadNotMaskedDMUs /
MAX_DMU;
488 rosWithGloblaCRC.push_back(
ros);
489 drawerWithGlobalCRC.push_back(
drawer);
494 if (!rosWithGloblaCRC.empty()) {
497 fill(
"TileBadGlobalCRC", monModule, monROS);
502 return StatusCode::SUCCESS;
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ GetEventInfo()
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
- Parameters
-
ctx | EventContext for the event |
- Returns
- a SG::ReadHandle<xAOD::EventInfo>
Definition at line 107 of file AthMonitorAlgorithm.cxx.
◆ getGroup()
Get a specific monitoring tool from the tool handle array.
Finds a specific GenericMonitoringTool instance from the list of monitoring tools (a ToolHandleArray). Throws a FATAL warning if the object found is empty.
- Parameters
-
name | string name of the desired tool |
- Returns
- reference to the desired monitoring tool
Definition at line 164 of file AthMonitorAlgorithm.cxx.
171 if (!isInitialized()) {
173 "It seems that the AthMonitorAlgorithm::initialize was not called "
174 "in derived class initialize method");
178 [](
const std::string&
s,
auto h) { return s +
"," + h.first; });
179 ATH_MSG_FATAL(
"The tool " <<
name <<
" could not be found in the tool array of the "
180 <<
"monitoring algorithm " <<
m_name <<
". This probably reflects a discrepancy between "
181 <<
"your python configuration and c++ filling code. Note: your available groups are {"
182 << available <<
"}.");
◆ getTrigDecisionTool()
Get the trigger decision tool member.
The trigger decision tool is used to check whether a specific trigger is passed by an event.
- Returns
- m_trigDecTool
Definition at line 189 of file AthMonitorAlgorithm.cxx.
◆ initialize()
StatusCode TileDQFragMonitorAlgorithm::initialize |
( |
| ) |
|
|
overridevirtual |
initialize
- Returns
- StatusCode
Reimplemented from AthMonitorAlgorithm.
Definition at line 15 of file TileDQFragMonitorAlgorithm.cxx.
39 Tile::MAX_ROS - 1, Tile::MAX_DRAWER);
42 Tile::MAX_ROS - 1, Tile::MAX_DRAWER);
46 Tile::MAX_ROS - 1, Tile::MAX_DRAWER);
61 return StatusCode::SUCCESS;
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, InDet::SiSPGNNTrackMaker, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ parseList()
StatusCode AthMonitorAlgorithm::parseList |
( |
const std::string & |
line, |
|
|
std::vector< std::string > & |
result |
|
) |
| const |
|
virtualinherited |
Parse a string into a vector.
The input string is a single long string of all of the trigger names. It parses this string and turns it into a vector, where each element is one trigger or trigger category.
- Parameters
-
line | The input string. |
result | The parsed output vector of strings. |
- Returns
- StatusCode
Definition at line 336 of file AthMonitorAlgorithm.cxx.
338 std::stringstream
ss(
line);
342 while ( std::getline(
ss,
item,
',') ) {
343 std::stringstream iss(
item);
348 return StatusCode::SUCCESS;
◆ renounce()
◆ renounceArray()
◆ setDigiError()
void TileDQFragMonitorAlgorithm::setDigiError |
( |
std::vector< int > & |
dmus, |
|
|
std::vector< int > & |
errors, |
|
|
int |
dmu, |
|
|
int |
error |
|
) |
| const |
|
private |
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ trigChainsArePassed()
bool AthMonitorAlgorithm::trigChainsArePassed |
( |
const std::vector< std::string > & |
vTrigNames | ) |
const |
|
inherited |
Check whether triggers are passed.
For the event, use the trigger decision tool to check that at least one of the triggers listed in the supplied vector is passed.
- Parameters
-
vTrigNames | List of trigger names. |
- Returns
- If empty input, default to true. If at least one trigger is specified, returns whether at least one trigger was passed.
Definition at line 194 of file AthMonitorAlgorithm.cxx.
198 if (vTrigNames.empty())
return true;
210 bool expressPass = passedBits & TrigDefs::Express_passed;
217 return group->isPassed();
◆ updateVHKA()
◆ AtlasVersion
TileDQFragMonitorAlgorithm.AtlasVersion |
◆ cfg
TileDQFragMonitorAlgorithm.cfg |
◆ doOptATLAS
TileDQFragMonitorAlgorithm.doOptATLAS |
◆ enableLumiAccess
TileDQFragMonitorAlgorithm.enableLumiAccess |
◆ Files
TileDQFragMonitorAlgorithm.Files |
◆ flags
TileDQFragMonitorAlgorithm.flags |
◆ GlobalTag
TileDQFragMonitorAlgorithm.GlobalTag |
◆ HISTFileName
TileDQFragMonitorAlgorithm.HISTFileName |
◆ m_ADCmaskValueMinusEps
float TileDQFragMonitorAlgorithm::m_ADCmaskValueMinusEps |
|
private |
◆ m_ADCmaxMinusEps
float TileDQFragMonitorAlgorithm::m_ADCmaxMinusEps |
|
private |
◆ m_badChannelJumpGroups
std::vector<int> TileDQFragMonitorAlgorithm::m_badChannelJumpGroups |
|
private |
◆ m_badChannelJumpNotMaskGroups
std::vector<int> TileDQFragMonitorAlgorithm::m_badChannelJumpNotMaskGroups |
|
private |
◆ m_badChannelNegGroups
std::vector<int> TileDQFragMonitorAlgorithm::m_badChannelNegGroups |
|
private |
◆ m_badChannelNegNotMaskGroups
std::vector<int> TileDQFragMonitorAlgorithm::m_badChannelNegNotMaskGroups |
|
private |
◆ m_badChannelsKey
◆ m_badPulseQualityGroups
std::vector<int> TileDQFragMonitorAlgorithm::m_badPulseQualityGroups |
|
private |
◆ m_cabling
◆ m_cablingSvc
Initial value:{ this,
"TileCablingSvc", "TileCablingSvc", "The Tile cabling service"}
Name of Tile cabling service.
Definition at line 89 of file TileDQFragMonitorAlgorithm.h.
◆ m_checkDCS
Gaudi::Property<bool> TileDQFragMonitorAlgorithm::m_checkDCS {this, "CheckDCS", false, "Check Tile DCS status"} |
|
private |
◆ m_dataType
◆ m_dataTypeStr
Gaudi::Property<std::string> AthMonitorAlgorithm::m_dataTypeStr {this,"DataType","userDefined"} |
|
protectedinherited |
◆ m_DCSStateKey
◆ m_defaultLBDuration
Gaudi::Property<float> AthMonitorAlgorithm::m_defaultLBDuration {this,"DefaultLBDuration",60.} |
|
protectedinherited |
◆ m_detailLevel
Gaudi::Property<int> AthMonitorAlgorithm::m_detailLevel {this,"DetailLevel",0} |
|
protectedinherited |
◆ m_detStore
◆ m_digitsContainerKey
Initial value:{this,
"TileDigitsContainer", "TileDigitsCnt", "Input Tile digits container key"}
Definition at line 110 of file TileDQFragMonitorAlgorithm.h.
◆ m_DQFilterTools
ToolHandleArray<IDQFilterTool> AthMonitorAlgorithm::m_DQFilterTools {this,"FilterTools",{}} |
|
protectedinherited |
◆ m_DQstatusKey
◆ m_dummy
◆ m_emScaleKey
◆ m_enforceExpressTriggers
Gaudi::Property<bool> AthMonitorAlgorithm::m_enforceExpressTriggers |
|
privateinherited |
Initial value:{this,
"EnforceExpressTriggers", false,
"Requires that matched triggers made the event enter the express stream"}
Definition at line 372 of file AthMonitorAlgorithm.h.
◆ m_environment
◆ m_environmentStr
Gaudi::Property<std::string> AthMonitorAlgorithm::m_environmentStr {this,"Environment","user"} |
|
protectedinherited |
Environment string pulled from the job option and converted to enum.
Definition at line 352 of file AthMonitorAlgorithm.h.
◆ m_errorsGroups
std::vector<std::vector<int> > TileDQFragMonitorAlgorithm::m_errorsGroups |
|
private |
◆ m_errorsInLBGroups
std::vector<std::vector<int> > TileDQFragMonitorAlgorithm::m_errorsInLBGroups |
|
private |
◆ m_errorsVsLBGroups
std::vector<std::vector<int> > TileDQFragMonitorAlgorithm::m_errorsVsLBGroups |
|
private |
◆ m_EventInfoKey
◆ m_eventInfoTileStatusKey
Initial value:{this, "EventInfoTileStatus",
"EventInfo.TileStatus",
"Aid to MT scheduling, do not change"}
Definition at line 113 of file TileDQFragMonitorAlgorithm.h.
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthReentrantAlgorithm::m_extendedExtraObjects |
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
◆ m_fileKey
Gaudi::Property<std::string> AthMonitorAlgorithm::m_fileKey {this,"FileKey",""} |
|
protectedinherited |
◆ m_fillDigiErrorsInLB
Gaudi::Property<bool> TileDQFragMonitorAlgorithm::m_fillDigiErrorsInLB |
|
private |
Initial value:{this,
"fillDigiErrorsHistogramsPerLB", false, "Fill Digi Errors histograms per LBs (reset every N LBs in online)"}
Definition at line 57 of file TileDQFragMonitorAlgorithm.h.
◆ m_ignoreNoRecoFragError
Gaudi::Property<bool> TileDQFragMonitorAlgorithm::m_ignoreNoRecoFragError {this, "IgnoreNoRecoFragError", false, "Ignore NO_RECO_FRAG error"} |
|
private |
◆ m_infoName
std::string TileDQFragMonitorAlgorithm::m_infoName = "TileInfo" |
|
private |
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_minChannelEnergy
Gaudi::Property<float> TileDQFragMonitorAlgorithm::m_minChannelEnergy |
|
private |
Initial value:{this,
"MinEnergyChan", -5000.0F, "Normal channel energy threshold for masking"}
Definition at line 74 of file TileDQFragMonitorAlgorithm.h.
◆ m_minGapEnergy
Gaudi::Property<float> TileDQFragMonitorAlgorithm::m_minGapEnergy |
|
private |
Initial value:{this,
"MinEnergyGap", -10000.0F, "Gap channel energy threshold for masking"}
Definition at line 77 of file TileDQFragMonitorAlgorithm.h.
◆ m_name
std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_negativeAmplitudeCutHG
Gaudi::Property<float> TileDQFragMonitorAlgorithm::m_negativeAmplitudeCutHG |
|
private |
Initial value:{this,
"NegativeAmplitudeCutHG", -200.0, "Monitor Tile channels with negative amplitude in HG below this cut"}
Definition at line 60 of file TileDQFragMonitorAlgorithm.h.
◆ m_negativeAmplitudeCutLG
Gaudi::Property<float> TileDQFragMonitorAlgorithm::m_negativeAmplitudeCutLG |
|
private |
Initial value:{this,
"NegativeAmplitudeCutLG", -15.0, "Monitor Tile channels with negative amplitude in LG below this cut"}
Definition at line 63 of file TileDQFragMonitorAlgorithm.h.
◆ m_negativeEnergyGroups
std::vector<int> TileDQFragMonitorAlgorithm::m_negativeEnergyGroups |
|
private |
◆ m_qualityCut
Gaudi::Property<float> TileDQFragMonitorAlgorithm::m_qualityCut |
|
private |
Initial value:{this,
"QualityCut", 254.0, "Monitor Tile channels reconstructed with quality below this cut"}
Definition at line 66 of file TileDQFragMonitorAlgorithm.h.
◆ m_rawChannelContainerKey
Initial value:{this,
"TileRawChannelContainer", "TileRawChannelCnt", "Input Tile raw channel container key"}
Definition at line 107 of file TileDQFragMonitorAlgorithm.h.
◆ m_skipGapCells
Gaudi::Property<bool> TileDQFragMonitorAlgorithm::m_skipGapCells {this, "SkipGapCells", true, "Ignore E1-E4 cells in negative amplitude detection"} |
|
private |
◆ m_skipMasked
Gaudi::Property<bool> TileDQFragMonitorAlgorithm::m_skipMasked {this, "SkipMasked", true, "Ignore masked Tile channels"} |
|
private |
◆ m_tileHWID
◆ m_tileID
const TileID* TileDQFragMonitorAlgorithm::m_tileID {nullptr} |
|
private |
◆ m_tileInfo
◆ m_timeMaxThresh
Gaudi::Property<float> TileDQFragMonitorAlgorithm::m_timeMaxThresh |
|
private |
Initial value:{this,
"TimeMaxForAmpCorrection", 12.5, "Correct amplitude is time is below time maximum threshold"}
Definition at line 71 of file TileDQFragMonitorAlgorithm.h.
◆ m_timeMinThresh
Gaudi::Property<float> TileDQFragMonitorAlgorithm::m_timeMinThresh |
|
private |
Initial value:{this,
"TimeMinForAmpCorrection", -12.5, "Correct amplitude is time is above time minimum threshold"}
Definition at line 69 of file TileDQFragMonitorAlgorithm.h.
◆ m_toolLookupMap
std::unordered_map<std::string, size_t> AthMonitorAlgorithm::m_toolLookupMap |
|
privateinherited |
◆ m_tools
◆ m_trigDecTool
◆ m_triggerChainString
Gaudi::Property<std::string> AthMonitorAlgorithm::m_triggerChainString {this,"TriggerChain",""} |
|
protectedinherited |
Trigger chain string pulled from the job option and parsed into a vector.
Definition at line 355 of file AthMonitorAlgorithm.h.
◆ m_trigLiveFractionDataKey
◆ m_useLumi
Gaudi::Property<bool> AthMonitorAlgorithm::m_useLumi {this,"EnableLumi",false} |
|
protectedinherited |
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_vTrigChainNames
std::vector<std::string> AthMonitorAlgorithm::m_vTrigChainNames |
|
protectedinherited |
◆ MAX_CORRUPTED_ERROR
const int TileDQFragMonitorAlgorithm::MAX_CORRUPTED_ERROR {13} |
|
staticprivate |
◆ MAX_DMU
const int TileDQFragMonitorAlgorithm::MAX_DMU {16} |
|
staticprivate |
◆ MaxEvents
TileDQFragMonitorAlgorithm.MaxEvents |
◆ readMuRcv
TileDQFragMonitorAlgorithm.readMuRcv |
◆ sc
TileDQFragMonitorAlgorithm.sc |
◆ summariseProps
TileDQFragMonitorAlgorithm.summariseProps |
◆ True
TileDQFragMonitorAlgorithm.True |
◆ useTrigger
TileDQFragMonitorAlgorithm.useTrigger |
◆ withDetails
TileDQFragMonitorAlgorithm.withDetails |
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
static int CorruptedData(int ros, int drawer, int channel, int gain, const std::vector< float > &digits, float &dmin, float &dmax, float ADCmaxMinusEps, float ADCmaskValueMinusEps)
Gaudi::Property< bool > m_skipMasked
float m_ADCmaskValueMinusEps
indicates channels which were masked in background dataset
int checkBCIDErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has BCID mismatch between DMU and ROD Since BCID errors in the DQ fragment are det...
Gaudi::Property< float > m_negativeAmplitudeCutHG
Gaudi::Property< bool > m_skipGapCells
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
uint64_t eventNumber() const
The current event's event number.
void setDigiError(std::vector< int > &dmus, std::vector< int > &errors, int dmu, int error) const
bool isChanDQgood(int partition, int drawer, int ch) const
returns status of single channel (if bigain, returns AND of ADCs' status
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Gaudi::Property< float > m_timeMinThresh
bool accumulate(AccumulateMap &map, std::vector< module_t > const &modules, FPGATrackSimMatrixAccumulator const &acc)
Accumulates an accumulator (e.g.
std::vector< std::string > m_vTrigChainNames
Vector of trigger chain names parsed from trigger chain string.
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)
Class holding bad channel problems.
SG::ReadHandleKey< xAOD::EventInfo > m_EventInfoKey
Key for retrieving EventInfo from StoreGate.
int sample(const Identifier &id) const
std::vector< int > m_badChannelNegNotMaskGroups
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
std::unordered_map< std::string, size_t > m_toolLookupMap
bool msgLvl(const MSG::Level lvl) const
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
Identifier h2s_cell_id_index(const HWIdentifier &id, int &index, int &pmt) const
#define ATH_MSG_VERBOSE(x)
bool empty() const
Test if the key is blank.
bool isStatusBad(unsigned int ros, unsigned int drawer) const
Return true if given Tile drawer considered as bad by summary drawer states per LVPS otherwise return...
@ u
Enums for curvilinear frames.
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
Gaudi::Property< float > m_timeMaxThresh
SG::ReadHandleKey< TileDigitsContainer > m_digitsContainerKey
int channel(const HWIdentifier &id) const
extract channel field from HW identifier
def timer(name, disabled=False)
int checkGlobalCRCErr(int partition, int drawer, int gain) const
returns 1 if adc channel has global CRC error
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
ValuesCollection< T > Collection(std::string name, const T &collection)
Declare a monitored (double-convertible) collection.
int checkROD_CRCErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has CRC error originating in ROD
virtual void setOwner(IDataHandleHolder *o)=0
const ToolHandle< GenericMonitoringTool > m_dummy
@ Error
The sub-detector issued an error.
Gaudi::Property< float > m_negativeAmplitudeCutLG
int ADCmaskValue() const
Returns the overlay magic number that indicates channels which were masked in background dataset.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
const TileHWID * m_tileHWID
SG::ReadCondHandleKey< TileBadChannels > m_badChannelsKey
Name of TileBadChannels in condition store.
Class that holds Data Quality fragment information and provides functions to extract the data quality...
int adc(const HWIdentifier &id) const
extract adc field from HW identifier
void clearDigiError(std::vector< int > &dmus, std::vector< int > &errors) const
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
AthReentrantAlgorithm()
Default constructor:
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
const TileCablingService * m_cabling
::StatusCode StatusCode
StatusCode definition for legacy code.
std::vector< int > m_badPulseQualityGroups
void tolower(std::string &s)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
int checkHeaderFormatErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has header word format error
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
SG::ReadHandleKey< TileDQstatus > m_DQstatusKey
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
void fill(const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const
Fills a vector of variables to a group by reference.
AthConfigFlags cosmics(AthConfigFlags flags, str instanceName, str recoMode)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Gaudi::Property< bool > m_ignoreNoRecoFragError
std::vector< int > m_badChannelNegGroups
SG::ReadHandle< xAOD::EventInfo > GetEventInfo(const EventContext &) const
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
uint32_t lumiBlock() const
The current event's luminosity block number.
std::vector< std::vector< int > > m_errorsGroups
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
SG::ReadCondHandleKey< TileEMScale > m_emScaleKey
Name of TileEMScale in condition store.
int checkGlobalErr(int partition, int drawer, int gain) const
returns 1 if adc channel has any global error
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
int checkSampleParityErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has data word parity error
Gaudi::Property< float > m_minChannelEnergy
HWIdentifier channel_id(int ros, int drawer, int channel) const
channel HWIdentifer
virtual StatusCode sysInitialize() override
Override sysInitialize.
int checkHeaderParityErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has header word parity error
Gaudi::Property< bool > m_enforceExpressTriggers
StatusCode initialize(bool used=true)
uint32_t getLvl1Type() const
Getter for level1 type.
int checkSampleFormatErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has data word format error
static const char * BadPatternName(float ped)
SG::ReadHandleKey< TileRawChannelContainer > m_rawChannelContainerKey
static const int MAX_CORRUPTED_ERROR
SG::ReadDecorHandleKey< xAOD::EventInfo > m_eventInfoTileStatusKey
Class describing the basic event information.
virtual StatusCode initialize() override
initialize
uint32_t eventFlags(EventFlagSubDet subDet) const
Get the event flags for a particular sub-detector.
@ Tile
The Tile calorimeter.
Gaudi::Property< float > m_qualityCut
bool contains(const Prb &prb) const
bool isDisconnected(int ros, int drawer, int channel) const
def time(flags, cells_name, *args, **kw)
#define ATH_MSG_WARNING(x)
std::vector< int > m_badChannelJumpGroups
std::vector< std::vector< int > > m_errorsInLBGroups
SG::ReadCondHandleKey< TileDCSState > m_DCSStateKey
Name of TileDCSState object in condition store.
uint16_t level1TriggerType() const
The Level-1 trigger type.
EventFlagErrorState errorState(EventFlagSubDet subDet) const
Get the error state for a particular sub-detector.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Condition object to keep Tile DCS status from DB.
ServiceHandle< TileCablingSvc > m_cablingSvc
Name of Tile cabling service.
std::vector< std::vector< int > > m_errorsVsLBGroups
static unsigned int getDrawerIdx(unsigned int ros, unsigned int drawer)
Returns a drawer hash.
int checkSingleStrobeErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has single strobe error
Declare a monitored scalar variable.
std::vector< int > m_negativeEnergyGroups
Gaudi::Property< bool > m_fillDigiErrorsInLB
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
std::vector< int > m_badChannelJumpNotMaskGroups
int checkDoubleStrobeErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has double strobe error
int checkMemoryParityErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has memory parity error
int checkFE_CRCErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has CRC error originating in FE electronics
size_type size() const noexcept
Returns the number of elements in the collection.
Gaudi::Property< bool > m_checkDCS
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
int ADCmax() const
Returns the maximum ADC output (10 bits --> 1023)
Gaudi::Property< float > m_minGapEnergy
const_pointer_type cptr()
const TileInfo * m_tileInfo