|
ATLAS Offline Software
|
#include <LArFEBMonAlg.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...
|
|
|
| LArFEBMonAlg (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual | ~LArFEBMonAlg () |
|
virtual StatusCode | initialize () override final |
| initialize More...
|
|
virtual StatusCode | fillHistograms (const EventContext &ctx) const override final |
| adds event to the monitoring histograms More...
|
|
StatusCode | procHistograms () |
|
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...
|
|
|
void | fillErrorsSummary (unsigned int partitNb_2, int ft, int slot, uint16_t error, bool lar_inerror, std::bitset< 13 > &rejectionBits, bool ¤tFebStatus, bool &eventRejected) const |
|
void | plotMaskedFEB () const |
|
unsigned int | returnPartition (int be, int pn, int ft, int sl) const |
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
| specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
| specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
|
|
SG::ReadCondHandleKey< LArBadFebCont > | m_BFKey {this, "MissingFEBKey", "LArBadFeb", "SG key for missing FEBs"} |
|
SG::ReadCondHandleKey< LArDSPThresholdsComplete > | m_run1DSPThresholdsKey {this, "Run1DSPThresholdsKey", "", "SG key for DSP thresholds, run1"} |
|
SG::ReadCondHandleKey< AthenaAttributeList > | m_run2DSPThresholdsKey {this, "Run2DSPThresholdsKey", "", "SG key for DSP thresholds, run2"} |
|
SG::ReadHandleKey< LArFebHeaderContainer > | m_hdrContKey {this, "LArFebHeaderKey", "LArFebHeader"} |
|
SG::ReadHandleKey< LArFebErrorSummary > | m_lArFebErrorSummaryKey {this, "LArFebErrorSummaryKey", "LArFebErrorSummary"} |
|
Gaudi::Property< bool > | m_ignoreMissingHeaderEMB {this, "IgnoreMissingHeaderEMB", false} |
|
Gaudi::Property< bool > | m_ignoreMissingHeaderPS {this, "IgnoreMissingHeaderPS", false} |
|
Gaudi::Property< int > | m_nFEBnominal {this,"NominalFEBNumber",1524} |
|
Gaudi::Property< std::vector< std::string > > | m_excoscalo {this,"ExcludeInCosmicCalo",{}, "Triggers excluded in CosmicCalo stream"} |
|
Gaudi::Property< std::vector< std::string > > | m_streams {this, "Streams", {}, "Which streams to monitor, if empty, only simple profile per partition (offline case)"} |
|
Gaudi::Property< std::vector< std::string > > | m_partitions {this, "PartitionNames", {} } |
|
Gaudi::Property< std::vector< std::string > > | m_SubDetNames {this, "SubDetNames", {} } |
|
Gaudi::Property< std::string > | m_monGroupName {this, "MonGroup", "FEBMon", "LArLARFEBMonGroup"} |
|
SG::ReadDecorHandleKey< xAOD::EventInfo > | m_eventInfoDecorKey {this, "LArStatusFlag", "EventInfo.larFlags", "Key for EventInfo object"} |
|
std::vector< std::map< std::string, int > > | m_histoGroups |
|
const LArOnlineID * | m_onlineHelper |
|
bool | m_trigok = false |
|
bool m_dspThrDone | ATLAS_THREAD_SAFE |
|
bool m_maskedDone | ATLAS_THREAD_SAFE |
|
std::atomic< int > | m_nbOfFebBlocksTotal |
|
MaskedFebs m_badFebs | ATLAS_THREAD_SAFE |
|
std::mutex m_mut | ATLAS_THREAD_SAFE |
|
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 |
|
Definition at line 27 of file LArFEBMonAlg.h.
◆ MaskedFebs
◆ 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.
◆ LArFEBMonAlg()
LArFEBMonAlg::LArFEBMonAlg |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~LArFEBMonAlg()
virtual LArFEBMonAlg::~LArFEBMonAlg |
( |
| ) |
|
|
inlinevirtual |
◆ 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.
◆ 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();
◆ fillErrorsSummary()
void LArFEBMonAlg::fillErrorsSummary |
( |
unsigned int |
partitNb_2, |
|
|
int |
ft, |
|
|
int |
slot, |
|
|
uint16_t |
error, |
|
|
bool |
lar_inerror, |
|
|
std::bitset< 13 > & |
rejectionBits, |
|
|
bool & |
currentFebStatus, |
|
|
bool & |
eventRejected |
|
) |
| const |
|
private |
Definition at line 419 of file LArFEBMonAlg.cxx.
422 if (m_badFebs.count(std::make_pair(slot,
ft)) != 0)
return;
427 if (
error & (1<<0) ){
428 unsigned subdet = partitNb_2 / 2;
432 currentFebStatus =
true;
433 rejectionBits.set(0);
438 if (
error & (1<<1) ){
439 unsigned subdet = partitNb_2 / 2;
443 currentFebStatus =
true;
444 rejectionBits.set(1);
449 if (
error & (1<<2) ){
450 unsigned subdet = partitNb_2 / 2;
454 currentFebStatus =
true;
455 rejectionBits.set(2);
460 if (
error & (1<<3) ){
461 unsigned subdet = partitNb_2 / 2;
465 currentFebStatus =
true;
466 rejectionBits.set(3);
471 if (
error & (1<<4) ){
472 unsigned subdet = partitNb_2 / 2;
476 currentFebStatus =
true;
477 rejectionBits.set(4);
482 if (
error & (1<<5) ){
483 unsigned subdet = partitNb_2 / 2;
487 currentFebStatus =
true;
488 rejectionBits.set(5);
493 if (
error & (1<<6) ){
494 unsigned subdet = partitNb_2 / 2;
498 currentFebStatus =
true;
499 rejectionBits.set(6);
504 if (
error & (1<<7) ){
505 unsigned subdet = partitNb_2 / 2;
509 currentFebStatus =
true;
510 rejectionBits.set(7);
515 if (
error & (1<<8) ){
516 unsigned subdet = partitNb_2 / 2;
520 currentFebStatus =
true;
521 rejectionBits.set(8);
526 if (
error & (1<<9) ){
527 unsigned subdet = partitNb_2 / 2;
531 currentFebStatus =
true;
532 rejectionBits.set(9);
538 if (
error & (1<<11) ){
539 unsigned subdet = partitNb_2 / 2;
543 currentFebStatus =
true;
544 rejectionBits.set(10);
549 if (
error & (1<<12) ){
552 unsigned subdet = partitNb_2 / 2;
556 currentFebStatus =
true;
557 rejectionBits.set(11);
563 if (
error & (1<<13) ){
564 unsigned subdet = partitNb_2 / 2;
568 currentFebStatus =
true;
569 rejectionBits.set(12);
575 unsigned subdet = partitNb_2 / 2;
577 if (currentFebStatus){
582 eventRejected =
true;
◆ fillHistograms()
StatusCode LArFEBMonAlg::fillHistograms |
( |
const EventContext & |
ctx | ) |
const |
|
finaloverridevirtual |
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 78 of file LArFEBMonAlg.cxx.
80 bool eventRejected =
false;
81 std::bitset<13> rejectionBits;
83 std::vector<int> febInErrorTree(0);
84 std::vector<int> febErrorTypeTree(0);
91 unsigned int l1Trig = thisEvent->level1TriggerType();
98 unsigned lumi_block = thisEvent->lumiBlock();
105 if (!hdrCont.isValid()) {
107 return StatusCode::FAILURE;
110 if (hdrCont->size()==0) {
112 return StatusCode::SUCCESS;
115 if (!lArFebErrorSummary.isValid()) {
117 return StatusCode::FAILURE;
124 std::vector<std::string> l1triggers;
125 if(!trigTool.empty()) {
129 for (
unsigned int i=0;
i< l1triggers.size();
i++) {
136 if (l1triggers.size()>0) {trigok=
true;}
else {trigok=
false;}
139 uint32_t firstEventType = (*hdrCont->begin())->DetEventType();
142 std::lock_guard<std::mutex> lock(m_mut);
151 std::lock_guard<std::mutex> lock(m_mut);
152 if (!m_dspThrDone && firstEventType == 4) {
160 dspADC=dspThresh->samplesThr(
ch);
161 dspQT=dspThresh->tQThr(
ch);
169 if (!dspThreshFlat.good()) {
171 <<
". Will not fill histograms." );
174 for (
unsigned iChan=0;iChan<chanMax;++iChan) {
175 dspADC=dspThreshFlat.samplesThrByHash(iChan);
176 dspQT=dspThreshFlat.tQThrByHash(iChan);
181 ATH_MSG_WARNING(
"No LArDSPThresholds key specified. Will not fill these histograms" );
188 if (firstEventType == 4 && (*hdrCont->begin())->RodRawDataSize() != 0) firstEventType = 14;
191 int firstEventNbSp=-1;
192 unsigned int totNbOfSweet2 = 0;
193 float larEventSize = 0;
194 float larEventSize_part[8] = {0.,0.,0.,0.,0.,0.,0.,0.};
207 for ( ;
it!=it_e;++
it) {
216 unsigned int subdet = partitionNb_dE / 2;
219 nfeb[partitionNb_dE]++ ;
221 ATH_MSG_WARNING(
"Unknown partition number: "<< partitionNb_dE <<
" not filling !");
224 larEventSize += (
float) ((*it)->RodRawDataSize() + (*it)->RodResults1Size() + (*it)->RodResults2Size());
225 if(partitionNb_dE<8) larEventSize_part[partitionNb_dE] += (
float) ((*it)->RodRawDataSize() + (*it)->RodResults1Size() + (*it)->RodResults2Size());
228 uint32_t eventType = (*it)->DetEventType();
230 if (eventType == 4 && (*it)->RodRawDataSize() != 0) eventType = 14;
232 if (firstEventNbSp < 0)
233 if ((*it)->NbSamples() != 0)
234 firstEventNbSp=(*it)->NbSamples();
237 l1word = (*it)->LVL1TigType();
240 if (firstEventType == 4) totNbOfSweet2 = totNbOfSweet2+(*it)->NbSweetCells2();
244 sw1 = (*it)->NbSweetCells1();
245 sw2 = (*it)->NbSweetCells2();
247 if ((*it)->LVL1TigType() == 0 || (*it)->LVL1TigType() == 170 || (*it)->LVL1TigType() != l1Trig){
256 bool anyfebIE =
false;
260 bool currentFebStatus =
false;
261 uint16_t feberrorSummary = lArFebErrorSummary->feb_error(febid);
263 if ( feberrorSummary != 0 ){
272 fillErrorsSummary(partitionNb_dE,
ft,slot,feberrorSummary,lar_inerror, rejectionBits, currentFebStatus, eventRejected);
274 ATH_MSG_WARNING(
"Unknown partition number: "<< partitionNb_dE <<
" not filling !");
277 if (currentFebStatus && febInErrorTree.size()<33){
279 febErrorTypeTree.push_back(rejectionBits.to_ulong());
282 if(currentFebStatus) anyfebIE = currentFebStatus;
289 for(
auto nf: nfeb) nbOfFeb+=nf;
290 if (firstEventType == 2 || firstEventType == 4 || firstEventType == 14) {
295 bool newHighWaterMarkNFebBlocksTotal =
false;
307 unsigned subdet =
i / 2;
320 if (febInErrorTree.size()>=1 || newHighWaterMarkNFebBlocksTotal || nbOfFeb <
m_nbOfFebBlocksTotal ){
321 evtrej=0; evt_yield = 100.;
322 if (febInErrorTree.size()>=4) evtrej=1;
324 else evtyieldout=100.;
345 evtrej=6; evt_yield = 0.; evtyieldout=0.;
368 fill(
m_monGroupName,mon_febInErrorTree,mon_febErrorTypeTree,eventTime,eventTime_ns,evtonerej);
376 if(streamsThisEvent.size()==1 && streamsThisEvent[0] ==
m_streams.size()) streamsThisEvent[0]=
m_streams.size()-1;
381 for(
unsigned int str=0;
str<streamsThisEvent.size(); ++
str) {
383 if(trigok && streamsThisEvent[
str] <
m_streams.size() && (
m_streams[streamsThisEvent[
str]].find(
"CosmicCalo") != std::string::npos)) {
394 streambin = streamsThisEvent[
str];
395 evsize = larEventSize/262144;
399 unsigned subdet =
i / 2;
407 unsigned subdet =
i / 2;
414 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 LArFEBMonAlg::initialize |
( |
| ) |
|
|
finaloverridevirtual |
initialize
- Returns
- StatusCode
Reimplemented from AthMonitorAlgorithm.
Definition at line 41 of file LArFEBMonAlg.cxx.
48 return StatusCode::FAILURE;
54 return StatusCode::FAILURE;
64 std::vector<std::string>
part;
◆ 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;
◆ plotMaskedFEB()
void LArFEBMonAlg::plotMaskedFEB |
( |
| ) |
const |
|
private |
Definition at line 599 of file LArFEBMonAlg.cxx.
613 unsigned int binContent = 0;
616 if (binContent != 0){
622 int subdet = partitionNb_dE / 2;
624 m_badFebs[std::make_pair(slot,
ft)] = binContent;
628 ATH_MSG_INFO(
"filling for " << partitionNb_dE <<
" partition, slot: " << slot <<
"FT: " <<
ft);
631 ATH_MSG_WARNING(
"Unknown partition number: "<< partitionNb_dE <<
" not filling !");
◆ procHistograms()
StatusCode LArFEBMonAlg::procHistograms |
( |
| ) |
|
◆ renounce()
◆ renounceArray()
◆ returnPartition()
unsigned int LArFEBMonAlg::returnPartition |
( |
int |
be, |
|
|
int |
pn, |
|
|
int |
ft, |
|
|
int |
sl |
|
) |
| 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()
◆ aff_acc
◆ ATLAS_THREAD_SAFE [1/4]
bool m_dspThrDone LArFEBMonAlg::ATLAS_THREAD_SAFE |
|
mutableprivate |
◆ ATLAS_THREAD_SAFE [2/4]
bool m_maskedDone LArFEBMonAlg::ATLAS_THREAD_SAFE |
|
mutableprivate |
◆ ATLAS_THREAD_SAFE [3/4]
MaskedFebs m_badFebs LArFEBMonAlg::ATLAS_THREAD_SAFE |
|
mutableprivate |
◆ ATLAS_THREAD_SAFE [4/4]
std::mutex m_mut LArFEBMonAlg::ATLAS_THREAD_SAFE |
|
mutableprivate |
◆ cfg
LArFEBMonAlg.cfg = CaloRecoCfg(flags) |
◆ enableLumiAccess
LArFEBMonAlg.enableLumiAccess |
LArFEBMonAlg.f = open("LArFEBMon.pkl","wb") |
◆ Files
◆ flags
LArFEBMonAlg.flags = initConfigFlags() |
◆ HISTFileName
LArFEBMonAlg.HISTFileName |
◆ m_BFKey
◆ m_dataType
◆ m_dataTypeStr
Gaudi::Property<std::string> AthMonitorAlgorithm::m_dataTypeStr {this,"DataType","userDefined"} |
|
protectedinherited |
◆ 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_DQFilterTools
ToolHandleArray<IDQFilterTool> AthMonitorAlgorithm::m_DQFilterTools {this,"FilterTools",{}} |
|
protectedinherited |
◆ m_dummy
◆ 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_eventInfoDecorKey
◆ m_EventInfoKey
◆ m_evtStore
◆ m_excoscalo
Gaudi::Property<std::vector<std::string> > LArFEBMonAlg::m_excoscalo {this,"ExcludeInCosmicCalo",{}, "Triggers excluded in CosmicCalo stream"} |
|
private |
◆ 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_hdrContKey
◆ m_histoGroups
std::vector<std::map<std::string,int> > LArFEBMonAlg::m_histoGroups |
|
private |
◆ m_ignoreMissingHeaderEMB
Gaudi::Property<bool> LArFEBMonAlg::m_ignoreMissingHeaderEMB {this, "IgnoreMissingHeaderEMB", false} |
|
private |
◆ m_ignoreMissingHeaderPS
Gaudi::Property<bool> LArFEBMonAlg::m_ignoreMissingHeaderPS {this, "IgnoreMissingHeaderPS", false} |
|
private |
◆ m_lArFebErrorSummaryKey
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_monGroupName
Gaudi::Property<std::string> LArFEBMonAlg::m_monGroupName {this, "MonGroup", "FEBMon", "LArLARFEBMonGroup"} |
|
private |
◆ m_name
std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_nbOfFebBlocksTotal
std::atomic<int> LArFEBMonAlg::m_nbOfFebBlocksTotal |
|
mutableprivate |
◆ m_nFEBnominal
Gaudi::Property<int> LArFEBMonAlg::m_nFEBnominal {this,"NominalFEBNumber",1524} |
|
private |
◆ m_onlineHelper
◆ m_partitions
Gaudi::Property<std::vector<std::string> > LArFEBMonAlg::m_partitions {this, "PartitionNames", {} } |
|
private |
◆ m_run1DSPThresholdsKey
◆ m_run2DSPThresholdsKey
◆ m_streams
Gaudi::Property<std::vector<std::string> > LArFEBMonAlg::m_streams {this, "Streams", {}, "Which streams to monitor, if empty, only simple profile per partition (offline case)"} |
|
private |
◆ m_SubDetNames
Gaudi::Property<std::vector<std::string> > LArFEBMonAlg::m_SubDetNames {this, "SubDetNames", {} } |
|
private |
◆ 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_trigok
bool LArFEBMonAlg::m_trigok = false |
|
private |
◆ 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 |
◆ useTrigger
The documentation for this class was generated from the following files:
Environment_t environment() const
Accessor functions for the environment.
Const iterator class for DataVector/DataList.
unsigned int returnPartition(int be, int pn, int ft, int sl) const
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
SG::ReadDecorHandleKey< xAOD::EventInfo > m_eventInfoDecorKey
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Gaudi::Property< std::string > m_monGroupName
Conditions-Data class holding LAr Bad Channel or Bad Feb information.
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)
SG::ReadHandleKey< xAOD::EventInfo > m_EventInfoKey
Key for retrieving EventInfo from StoreGate.
void fillErrorsSummary(unsigned int partitNb_2, int ft, int slot, uint16_t error, bool lar_inerror, std::bitset< 13 > &rejectionBits, bool ¤tFebStatus, bool &eventRejected) const
bool deadReadout() const
FEB is not sending readout data, but the L1 trigger path is working.
const ToolHandle< Trig::TrigDecisionTool > & getTrigDecisionTool() const
Get the trigger decision tool member.
int slot(const HWIdentifier id) const
Return the slot number of a hardware cell identifier: slot = [1,15] Slot-ID in top part of the crat...
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
std::vector< SG::VarHandleKeyArray * > m_vhka
std::unordered_map< std::string, size_t > m_toolLookupMap
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
SG::ReadHandleKey< LArFebHeaderContainer > m_hdrContKey
Gaudi::Property< std::vector< std::string > > m_SubDetNames
id_iterator feb_begin() const
Returns an iterator pointing to a feb identifier collection.
const std::string & key() const
Return the StoreGate ID for the referenced object.
const LArOnlineID * m_onlineHelper
bool empty() const
Test if the key is blank.
int barrel_ec(const HWIdentifier id) const
Return the position barrel or endcap of a hardware cell identifier: barrel_ec = [0,...
@ LAr
The LAr calorimeter.
LArBC_t status(const HWIdentifier channel) const
Query the status of a particular channel or FEB This is the main client access method.
std::atomic< int > m_nbOfFebBlocksTotal
value_type get_compact() const
Get the compact id.
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
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.
virtual void setOwner(IDataHandleHolder *o)=0
const ToolHandle< GenericMonitoringTool > m_dummy
@ Error
The sub-detector issued an error.
SG::ReadCondHandleKey< AthenaAttributeList > m_run2DSPThresholdsKey
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
id_range channel_range() const
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
::StatusCode StatusCode
StatusCode definition for legacy code.
bool deadAll() const
FEB is completely missing, e.g. powered off.
void tolower(std::string &s)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
int pos_neg(const HWIdentifier id) const
Return the side of a hardware cell identifier pos_neg = [0,1] positive-side or negative-side Barrel...
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.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
SG::ReadHandle< xAOD::EventInfo > GetEventInfo(const EventContext &) const
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
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
Gaudi::Property< std::vector< std::string > > m_streams
id_iterator feb_end() const
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
Gaudi::Property< bool > m_ignoreMissingHeaderPS
std::vector< std::map< std::string, int > > m_histoGroups
unsigned int ignoreErrors() const
size_type channelHashMax(void) const
Define channel hash tables max size.
virtual StatusCode sysInitialize() override
Override sysInitialize.
Gaudi::Property< bool > m_enforceExpressTriggers
void plotMaskedFEB() const
Gaudi::Property< std::vector< std::string > > m_excoscalo
StatusCode initialize(bool used=true)
bool inError() const
FEB has readout errors, cannot be used.
Gaudi::Property< std::vector< std::string > > m_partitions
bool deactivatedInOKS() const
Deactivated in OKS.
virtual StatusCode initialize() override
initialize
int feedthrough(const HWIdentifier id) const
Return the feedthrough of a hardware cell identifier : feedthrough = [0,31] Barrel - A/C side or H/...
#define ATH_MSG_WARNING(x)
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Gaudi::Property< bool > m_ignoreMissingHeaderEMB
Declare a monitored scalar variable.
std::vector< std::string > getListOfTriggers() const
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
SG::ReadHandleKey< LArFebErrorSummary > m_lArFebErrorSummaryKey
std::vector< unsigned > trigStreamMatching(const std::vector< std::string > &streamsFromJobO, const std::vector< xAOD::EventInfo::StreamTag > &streamInEvent)
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
SG::ReadCondHandleKey< LArBadFebCont > m_BFKey
SG::ReadCondHandleKey< LArDSPThresholdsComplete > m_run1DSPThresholdsKey