 |
ATLAS Offline Software
|
Algorithm to monitor L1Topo transmission and simulation errors for the (Run-3) L1Topo boards.
More...
#include <L1TopoOnlineMonitor.h>
|
| struct | DecisionBits |
| | Helper structure holding decision bitsets, passed between the monitoring methods. More...
|
| |
|
| 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...
|
| |
|
| | L1TopoOnlineMonitor (const std::string &name, ISvcLocator *svcLoc) |
| |
| virtual StatusCode | initialize () override |
| | initialize More...
|
| |
| virtual StatusCode | start () override |
| |
| virtual StatusCode | fillHistograms (const EventContext &ctx) const override |
| | adds event to the monitoring histograms 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, V, H > &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...
|
| |
|
| StatusCode | doSimMon (DecisionBits &decisionBits, std::vector< std::vector< unsigned >> &multWeights, const EventContext &ctx) const |
| | Monitor the simulated bits. More...
|
| |
| StatusCode | doHwMonCTP (DecisionBits &decisionBits, const EventContext &ctx) const |
| | Monitor the Hw bits from CTP. More...
|
| |
| StatusCode | doHwMon (DecisionBits &decisionBits, std::vector< std::vector< unsigned >> &multWeights, const EventContext &ctx) const |
| | Monitor the Hw bits from RAW data. More...
|
| |
| StatusCode | doComp (DecisionBits &decisionBits, const EventContext &ctx) const |
| | Compare hardware and simulation. More...
|
| |
| StatusCode | doMultComp (std::vector< std::vector< unsigned >> &multWeightsSim, std::vector< std::vector< unsigned >> &multWeightsHdw, const EventContext &ctx) const |
| | Compare hardware and simulation for the multiplicity algorithms. More...
|
| |
| std::vector< unsigned > | getCtpIds (const TrigConf::L1Menu &l1menu) |
| | Get CTP ids from menu. More...
|
| |
| std::vector< std::vector< std::pair< unsigned, unsigned > > > | getStartBits (const TrigConf::L1Menu &l1menu) |
| |
| void | resetFlags (xAOD::TrigComposite &errorFlags) const |
| |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| | specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
| |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyArrayType &) |
| | specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
| |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleType &) |
| | specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
| |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &t, const SG::NotHandleType &) |
| | specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
| |
Algorithm to monitor L1Topo transmission and simulation errors for the (Run-3) L1Topo boards.
- Author
- Anil Sonay
This algorithm tend to catch L1Topo sim xAOD to record decision bits into online monitoring Decision bits are from phase1 simulations or hardware
Definition at line 38 of file L1TopoOnlineMonitor.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.
◆ L1TopoOnlineMonitor()
| L1TopoOnlineMonitor::L1TopoOnlineMonitor |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
svcLoc |
|
) |
| |
◆ cardinality()
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 75 of file AthCommonReentrantAlgorithm.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()
◆ doComp()
| StatusCode L1TopoOnlineMonitor::doComp |
( |
DecisionBits & |
decisionBits, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
private |
Compare hardware and simulation.
Definition at line 582 of file L1TopoOnlineMonitor.cxx.
583 if (!decisionBits.triggerBitsSim.has_value()) {
584 ATH_MSG_DEBUG(
"Simulation bits not set. Skipping simulation to hardware comparison");
585 return StatusCode::FAILURE;
588 std::bitset<s_nTopoCTPOutputs> triggerBitsSim = decisionBits.triggerBitsSim.value();
589 std::bitset<s_nTopoCTPOutputs> triggerBitsHdw;
592 {triggerBitsHdw = decisionBits.triggerBits.value();}
593 else if (decisionBits.triggerBitsCtp.has_value())
594 {triggerBitsHdw = decisionBits.triggerBitsCtp.value();}
596 ATH_MSG_DEBUG(
"Hardware bits not set. Skipping simulation to hardware comparison");
597 return StatusCode::FAILURE;
600 std::bitset<s_nTopoCTPOutputs> triggerBitsSimNotHdw = triggerBitsSim & (~triggerBitsHdw);
601 std::bitset<s_nTopoCTPOutputs> triggerBitsHdwNotSim = triggerBitsHdw & (~triggerBitsSim);
602 std::bitset<s_nTopoCTPOutputs> triggerBitsHdwSim = triggerBitsHdw & triggerBitsSim;
603 std::bitset<s_nTopoCTPOutputs> triggerBitsAny = triggerBitsHdw | triggerBitsSim;
605 std::bitset<s_nTopoCTPOutputs>& overflowBitsSim = decisionBits.overflowBitsSim.value();
606 std::bitset<s_nTopoCTPOutputs>& overflowBitsHdw = decisionBits.overflowBits.value();
607 std::bitset<s_nTopoCTPOutputs> overflowBitsSimNotHdw = overflowBitsSim & (~overflowBitsHdw);
608 std::bitset<s_nTopoCTPOutputs> overflowBitsHdwNotSim = overflowBitsHdw & (~overflowBitsSim);
609 std::bitset<s_nTopoCTPOutputs> overflowBitsHdwSim = overflowBitsHdw & overflowBitsSim;
610 std::bitset<s_nTopoCTPOutputs> overflowBitsAny = overflowBitsHdw | overflowBitsSim;
612 std::bitset<s_nTopoCTPOutputs>& ambiguityBitsSim = decisionBits.ambiguityBitsSim.value();
613 std::bitset<s_nTopoCTPOutputs> ambiguitySimANDHdw = ambiguityBitsSim & triggerBitsHdwSim;
614 std::bitset<s_nTopoCTPOutputs> ambiguityMismatch = ambiguityBitsSim & (triggerBitsSimNotHdw | triggerBitsHdwNotSim);
616 std::vector<size_t> triggerBitIndicesSimNotHdw = bitsetIndices(triggerBitsSimNotHdw);
617 std::vector<size_t> triggerBitIndicesHdwNotSim = bitsetIndices(triggerBitsHdwNotSim);
618 std::vector<size_t> ambiguitySimANDHdwBitIndices = bitsetIndices(ambiguitySimANDHdw);
619 std::vector<size_t> ambiguityMismatchBitIndices = bitsetIndices(ambiguityMismatch);
622 auto monAmbiguitySimANDHdw =
Monitored::Collection(
"Ambiguity_SimANDHdwDecisions", ambiguitySimANDHdwBitIndices);
623 auto monAmbiguityMismatch =
Monitored::Collection(
"Ambiguity_DecisionMismatches", ambiguityMismatchBitIndices);
628 float rate_overflow=0;
634 for (
size_t i=0;
i<4;
i++) {
643 for (
size_t j=0;j<32;j++) {
645 if (ambiguityBitsSim[32*
i+j] == 0) {
646 mon_trig =
static_cast<unsigned>(j);
647 mon_trig_allboards =
static_cast<unsigned>(32*
i+j);
648 if (overflowBitsHdw[32*
i+j] == 1 || overflowBitsSim[32*
i+j] == 1) {
740 return StatusCode::SUCCESS;
◆ doHwMon()
| StatusCode L1TopoOnlineMonitor::doHwMon |
( |
DecisionBits & |
decisionBits, |
|
|
std::vector< std::vector< unsigned >> & |
multWeights, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
private |
Monitor the Hw bits from RAW data.
Definition at line 424 of file L1TopoOnlineMonitor.cxx.
428 ATH_MSG_WARNING(
"Could not retrieve L1Topo RAW Data Container from the BS data.");
429 return StatusCode::FAILURE;
432 ATH_MSG_DEBUG(
"----got L1Topo Raw Data container: " << cont.key());
437 std::unique_ptr<L1Topo::L1TopoResult> l1topoResult = std::make_unique<L1Topo::L1TopoResult>(*cont);
440 return StatusCode::FAILURE;
445 enum class MonFunction :
uint8_t {doRODct, doRODpc, doRODhc, doRODpe, doRODlm, doRODhm, doRODpt};
446 std::vector<uint8_t> rodErrors;
447 if (l1topoResult->
getROD(0)->ct() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODct)); }
448 if (l1topoResult->
getROD(0)->pc() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODpc)); }
449 if (l1topoResult->
getROD(0)->hc() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODhc)); }
450 if (l1topoResult->
getROD(0)->pe() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODpe)); }
451 if (l1topoResult->
getROD(0)->lm() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODlm)); }
452 if (l1topoResult->
getROD(0)->hm() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODhm)); }
453 if (l1topoResult->
getROD(0)->pt() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODpt)); }
459 unsigned topoNumber = l1topoResult->
getFPGA(
i)->topoNumber();
460 unsigned fpgaNumber = l1topoResult->
getFPGA(
i)->fpgaNumber();
463 auto mon_fpga_labels =
Monitored::Scalar(
"FPGA_Labels", (topoNumber*2)-fpgaNumber-1);
465 if (l1topoResult->
getFPGA(
i)->ct() != 0) {
469 if (l1topoResult->
getFPGA(
i)->sm() != 0) {
473 if (l1topoResult->
getFPGA(
i)->pe() != 0) {
477 if (l1topoResult->
getFPGA(
i)->lm() != 0) {
481 if (l1topoResult->
getFPGA(
i)->hm() != 0) {
485 if (l1topoResult->
getFPGA(
i)->pt() != 0) {
492 std::vector<unsigned> topo1Opt0,topo1Opt1,topo1Opt2,topo1Opt3;
493 std::vector<unsigned> topo1Opt0Indices,topo1Opt1Indices,topo1Opt2Indices,topo1Opt3Indices;
498 for (
size_t i=0;
i<startbit.second;
i++){
503 topo1Opt0.push_back(
count);
504 topo1Opt0Indices.push_back(
indices);
510 for (
size_t i=0;
i<startbit.second;
i++){
515 topo1Opt1.push_back(
count);
516 topo1Opt1Indices.push_back(
indices);
522 for (
size_t i=0;
i<startbit.second;
i++){
527 topo1Opt2.push_back(
count);
528 topo1Opt2Indices.push_back(
indices);
534 for (
size_t i=0;
i<startbit.second;
i++){
539 topo1Opt3.push_back(
count);
540 topo1Opt3Indices.push_back(
indices);
547 multWeights.push_back(topo1Opt0);
552 multWeights.push_back(topo1Opt1);
557 multWeights.push_back(topo1Opt2);
562 multWeights.push_back(topo1Opt3);
568 const std::vector<size_t> triggerBitIndicesHdw = bitsetIndices(triggerBits);
569 const std::vector<size_t> overflowBitIndicesHdw = bitsetIndices(overflowBits);
579 return StatusCode::SUCCESS;
◆ doHwMonCTP()
| StatusCode L1TopoOnlineMonitor::doHwMonCTP |
( |
DecisionBits & |
decisionBits, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
private |
Monitor the Hw bits from CTP.
Definition at line 383 of file L1TopoOnlineMonitor.cxx.
387 if (!ctpRdo.isValid()) {
388 ATH_MSG_DEBUG(
"Failed to retrieve CTP_RDO object (converted from CTP DAQ ROB) with key \""
390 return StatusCode::FAILURE;
395 ctp.setRDO(ctpRdo.cptr());
396 const uint32_t l1aPos = ctpRdo->getL1AcceptBunchPosition();
397 if (l1aPos >=
ctp.getBunchCrossings().size()) {
398 ATH_MSG_DEBUG(
"CTP_RDO gave invalid l1aPos. Skipping CTP hardware comparison");
399 return StatusCode::FAILURE;
401 ATH_MSG_DEBUG(
"CTP l1aPos, size: " << l1aPos <<
", " <<
ctp.getBunchCrossings().size());
402 const CTP_BC& ctpL1a =
ctp.getBunchCrossings().at(l1aPos);
406 static constexpr
size_t ctpTBPSize{512};
407 const std::bitset<ctpTBPSize>& tbp = ctpL1a.
getTBP();
414 {triggerBitsCtp[
i] =
false;}
417 std::vector<size_t> triggerBitIndicesCtp = bitsetIndices(triggerBitsCtp);
421 return StatusCode::SUCCESS;
◆ doMultComp()
| StatusCode L1TopoOnlineMonitor::doMultComp |
( |
std::vector< std::vector< unsigned >> & |
multWeightsSim, |
|
|
std::vector< std::vector< unsigned >> & |
multWeightsHdw, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
private |
Compare hardware and simulation for the multiplicity algorithms.
Definition at line 743 of file L1TopoOnlineMonitor.cxx.
744 if (multWeightsSim.size() == 0 or multWeightsHdw.size() == 0) {
745 ATH_MSG_DEBUG(
"Multiplicities not set, skipping multiplicities comparison");
746 return StatusCode::FAILURE;
752 int AccumulatedPosition=0;
753 for (
size_t i=0;
i<multWeightsSim.size();
i++) {
756 for (
size_t k=0;
k<multWeightsSim[
i].size();
k++) {
761 if (monMultSim < monMultHdw) {mon_mult = 0; mon_multVsLumi_DQ = 1;}
762 if (monMultSim > monMultHdw) {mon_mult = 1; mon_multVsLumi_DQ = 1;}
763 if (monMultSim == monMultHdw){mon_mult = 2; mon_multVsLumi_DQ = 0;}
764 mon_multiplicity =
static_cast<unsigned>(
k);
765 mon_multiplicity_allboards =
static_cast<unsigned>(
k+AccumulatedPosition);
771 AccumulatedPosition=AccumulatedPosition+multWeightsSim[
i].size();
773 return StatusCode::SUCCESS;
◆ doSimMon()
| StatusCode L1TopoOnlineMonitor::doSimMon |
( |
DecisionBits & |
decisionBits, |
|
|
std::vector< std::vector< unsigned >> & |
multWeights, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
private |
Monitor the simulated bits.
Definition at line 289 of file L1TopoOnlineMonitor.cxx.
294 ATH_MSG_FATAL(
"Could not retrieve L1Topo EDM Container from the Simulation.");
295 return StatusCode::FAILURE;
303 std::unordered_map<unsigned,std::bitset<s_nTopoCTPOutputs>> multWeightsMap;
304 for(
const auto l1topo_dec : * cont){
305 ATH_MSG_DEBUG(
"Reading L1Topo EDM:: Connection ID: " << l1topo_dec->connectionId() <<
" Clock: " << l1topo_dec->clock() <<
" Bit-length: " << l1topo_dec->bitWidth() <<
" Word: " << l1topo_dec->topoWord() <<
" Word64: " << l1topo_dec->topoWord64() );
307 if (l1topo_dec->bitWidth() == 32) {
308 std::vector<unsigned> topoword;
309 std::vector<unsigned> topowordOverflow;
310 for(
unsigned int i=0;
i<32; ++
i) {
312 if ((l1topo_dec->topoWord() &
mask) !=0) {
313 if (l1topo_dec->connectionId()==2 || l1topo_dec->connectionId()==3) {
314 topoword.push_back(32*l1topo_dec->clock()+
i);
315 uint32_t pos = 32*(l1topo_dec->clock()+(l1topo_dec->connectionId()==2 ? 0 : 2))+
i;
318 if (l1topo_dec->connectionId()==22 || l1topo_dec->connectionId()==23) {
319 uint32_t pos_ambiguity = 32*(l1topo_dec->clock()+(l1topo_dec->connectionId()==22 ? 0 : 2))+
i;
320 ambiguityBitsSim[pos_ambiguity] = ((!decisionBits.ambiguityBitsSim.has_value() ||
m_forceCTPasHdw) &&
m_ctpIds[pos_ambiguity]>=512) ? false :
true;
323 if ((l1topo_dec->topoWordOverflow() &
mask) !=0) {
324 topowordOverflow.push_back(32*l1topo_dec->clock()+
i);
325 uint32_t pus = 32*(l1topo_dec->clock()+(l1topo_dec->connectionId()==12 ? 0 : 2))+
i;
326 overflowBitsSim[pus] = ((!decisionBits.overflowBitsSim.has_value() ||
m_forceCTPasHdw) &&
m_ctpIds[pus]>=512) ? false :
true;
329 std::string
name =
"CableElec_";
334 else if (l1topo_dec->bitWidth() == 64) {
335 for (
size_t i=0;
i<64;
i++) {
336 unsigned index =
i+l1topo_dec->clock()*64;
338 if ((l1topo_dec->topoWord64() &
mask) !=0) {
339 multWeightsMap[
static_cast<unsigned>(l1topo_dec->connectionId() - 4)].
set(
index);
344 ATH_MSG_DEBUG(
"Unknown Bit-length: " << l1topo_dec->bitWidth() );
345 return StatusCode::FAILURE;
350 std::vector<unsigned> vecCount, vecIndices;
354 for (
size_t i=0;
i<startbit.second;
i++){
355 if (multWeightsMap[
key][startbit.first+
i]) {
359 vecCount.push_back(
count);
363 multWeights.push_back(vecCount);
370 std::vector<size_t> triggerBitIndicesSim = bitsetIndices(triggerBitsSim);
371 std::vector<size_t> overflowBitIndicesSim = bitsetIndices(overflowBitsSim);
372 std::vector<size_t> ambiguityBitIndicesSim = bitsetIndices(ambiguityBitsSim);
380 return StatusCode::SUCCESS;
◆ 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()
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 94 of file AthCommonReentrantAlgorithm.cxx.
◆ fillHistograms()
| StatusCode L1TopoOnlineMonitor::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 222 of file L1TopoOnlineMonitor.cxx.
226 ATH_CHECK(errorFlagsCont.record(std::make_unique<xAOD::TrigCompositeContainer>(),
227 std::make_unique<xAOD::TrigCompositeAuxContainer>()));
236 DecisionBits decisionBits{};
238 std::vector<uint8_t> failedMonFunctions;
239 std::vector<std::vector<unsigned>> multWeightsSim;
240 std::vector<std::vector<unsigned>> multWeightsHdw;
244 ATH_MSG_DEBUG(
"Executed doHWMon: " << (
sc.isFailure() ?
"failed" :
"ok"));
245 if (
sc.isFailure()) {
246 failedMonFunctions.push_back(
static_cast<uint8_t>(MonFunction::doHwMon));
252 ATH_MSG_DEBUG(
"Executed doHWMonCTP: " << (
sc.isFailure() ?
"failed" :
"ok"));
253 if (
sc.isFailure()) {
254 failedMonFunctions.push_back(
static_cast<uint8_t>(MonFunction::doHwMonCTP));
260 ATH_MSG_DEBUG(
"Executed doSimMon: " << (
sc.isFailure() ?
"failed" :
"ok"));
261 if (
sc.isFailure()) {
262 failedMonFunctions.push_back(
static_cast<uint8_t>(MonFunction::doSimMon));
268 ATH_MSG_DEBUG(
"Executed doComp: " << (
sc.isFailure() ?
"failed" :
"ok"));
269 if (
sc.isFailure()) {
270 failedMonFunctions.push_back(
static_cast<uint8_t>(MonFunction::doComp));
276 ATH_MSG_DEBUG(
"Executed doMultComp: " << (
sc.isFailure() ?
"failed" :
"ok"));
277 if (
sc.isFailure()) {
278 failedMonFunctions.push_back(
static_cast<uint8_t>(MonFunction::doMultComp));
285 return StatusCode::SUCCESS;
◆ filterPassed()
◆ getCtpIds()
Get CTP ids from menu.
Definition at line 794 of file L1TopoOnlineMonitor.cxx.
797 std::vector<std::string> connNames =
l1menu.connectorNames();
799 for(
const std::string connName : {
"Topo2El",
"Topo3El"}) {
800 if(
find(connNames.begin(), connNames.end(), connName) == connNames.end() ) {
803 for(
uint fpga : {0,1}) {
804 for(
uint clock : {0,1}) {
805 for(
auto &
tl :
l1menu.connector(connName).triggerLines(fpga,clock)) {
806 uint flatIndex =
tl.flatindex() + 64 * (connName ==
"Topo3El");
807 labelsTopoEl[flatIndex] =
tl.name();
813 ATH_MSG_DEBUG(
"Obtaining CTPIds for Phase1 L1Topo Monitoring");
816 std::string definition =
item.definition();
817 if (definition.substr(0,5) ==
"TOPO_" &&
818 definition.find(
' ') == std::string::npos) {
819 std::string trigger = definition.substr(0, definition.find(
'['));
820 auto pos =
std::find(labelsTopoEl.begin(),labelsTopoEl.end(),trigger);
821 if (
pos != labelsTopoEl.end()) {
822 ATH_MSG_DEBUG(
"Found one CTP; ,CTPId: " <<
item.ctpId() <<
" ,Name: " <<
item.name() <<
" ,Definition: " << definition);
◆ 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.
176 if (!isInitialized()) {
178 "It seems that the AthMonitorAlgorithm::initialize was not called "
179 "in derived class initialize method");
183 [](
const std::string&
s,
auto h) { return s +
"," + h.first; });
184 ATH_MSG_FATAL(
"The tool " <<
name <<
" could not be found in the tool array of the "
185 <<
"monitoring algorithm " <<
m_name <<
". This probably reflects a discrepancy between "
186 <<
"your python configuration and c++ filling code. Note: your available groups are {"
187 << available <<
"}.");
◆ getStartBits()
| std::vector< std::vector< std::pair< unsigned, unsigned > > > L1TopoOnlineMonitor::getStartBits |
( |
const TrigConf::L1Menu & |
l1menu | ) |
|
|
private |
Definition at line 776 of file L1TopoOnlineMonitor.cxx.
778 std::vector<std::vector<std::pair<unsigned,unsigned>>> startbit_vec;
779 std::vector<std::string> connNames =
l1menu.connectorNames();
780 for(
const std::string connName : {
"Topo1Opt0",
"Topo1Opt1",
"Topo1Opt2",
"Topo1Opt3"}) {
781 if(
find(connNames.begin(), connNames.end(), connName) == connNames.end() ) {
784 std::vector<std::pair<unsigned,unsigned>> startbit;
785 for(
auto &
t1 :
l1menu.connector(connName).triggerLines()) {
786 startbit.push_back(std::make_pair(
t1.startbit(),
t1.nbits()));
788 startbit_vec.push_back(startbit);
◆ 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 194 of file AthMonitorAlgorithm.cxx.
◆ initialize()
| StatusCode L1TopoOnlineMonitor::initialize |
( |
| ) |
|
|
overridevirtual |
initialize
- Returns
- StatusCode
Reimplemented from AthMonitorAlgorithm.
Definition at line 46 of file L1TopoOnlineMonitor.cxx.
107 auto & conn2EL =
l1menu->connector(
"Topo2El");
108 auto & conn3EL =
l1menu->connector(
"Topo3El");
110 auto & connOpt0 =
l1menu->connector(
"Topo1Opt0");
111 auto & connOpt1 =
l1menu->connector(
"Topo1Opt1");
112 auto & connOpt2 =
l1menu->connector(
"Topo1Opt2");
113 auto & connOpt3 =
l1menu->connector(
"Topo1Opt3");
121 auto & tlopt0 = connOpt0.triggerLines();
122 auto & tlopt1 = connOpt1.triggerLines();
123 auto & tlopt2 = connOpt2.triggerLines();
124 auto & tlopt3 = connOpt3.triggerLines();
126 long unsigned int size_tlopt0 = tlopt0.size();
127 long unsigned int size_tlopt1 = tlopt1.size();
128 long unsigned int size_tlopt2 = tlopt2.size();
129 long unsigned int size_tlopt3 = tlopt3.size();
131 long unsigned int total_size_opt = size_tlopt0+size_tlopt1+size_tlopt2+size_tlopt3;
139 auto & tl2a0 = conn2EL.triggerLines(0, 0);
140 auto & tl2a1 = conn2EL.triggerLines(0, 1);
141 long unsigned int size_tl2a0 = tl2a0.size();
142 long unsigned int size_tl2a1 = tl2a1.size();
144 auto & tl2b0 = conn2EL.triggerLines(1, 0);
145 auto & tl2b1 = conn2EL.triggerLines(1, 1);
146 long unsigned int size_tl2b0 = tl2b0.size();
147 long unsigned int size_tl2b1 = tl2b1.size();
149 auto & tl3a0 = conn3EL.triggerLines(0, 0);
150 auto & tl3a1 = conn3EL.triggerLines(0, 1);
151 long unsigned int size_tl3a0 = tl3a0.size();
152 long unsigned int size_tl3a1 = tl3a1.size();
154 auto & tl3b0 = conn3EL.triggerLines(1, 0);
155 auto & tl3b1 = conn3EL.triggerLines(1, 1);
156 long unsigned int size_tl3b0 = tl3b0.size();
157 long unsigned int size_tl3b1 = tl3b1.size();
159 for (
size_t i = 0;
i < 16; ++
i) {
166 for (
size_t i = 0;
i < 16; ++
i) {
173 for (
size_t i = 0;
i < 16; ++
i) {
180 for (
size_t i = 0;
i < 16; ++
i) {
190 for (
size_t j = 0; j < total_size_opt; ++j) {
198 for (
int j =0; j<128;j++){
◆ 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()
◆ 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 341 of file AthMonitorAlgorithm.cxx.
343 std::stringstream
ss(
line);
347 while ( std::getline(
ss,
item,
',') ) {
348 std::stringstream iss(
item);
353 return StatusCode::SUCCESS;
◆ renounce()
◆ renounceArray()
◆ resetFlags()
◆ setFilterPassed()
◆ start()
| StatusCode L1TopoOnlineMonitor::start |
( |
| ) |
|
|
overridevirtual |
◆ sysExecute()
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 85 of file AthCommonReentrantAlgorithm.cxx.
◆ sysInitialize()
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 61 of file AthCommonReentrantAlgorithm.cxx.
110 if (
sc.isFailure()) {
118 if ( cs.retrieve().isFailure() ) {
120 return StatusCode::SUCCESS;
122 if (cs->regHandle(
this,*
h).isFailure()) {
123 sc = StatusCode::FAILURE;
124 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 199 of file AthMonitorAlgorithm.cxx.
203 if (vTrigNames.empty())
return true;
215 bool expressPass = passedBits & TrigDefs::Express_passed;
222 return group->isPassed();
◆ updateVHKA()
◆ m_AlgorithmVetoList
| Gaudi::Property<std::vector<std::string> > L1TopoOnlineMonitor::m_AlgorithmVetoList |
|
private |
Initial value:{
this, "AlgorithmVetoList", {}, "List of L1Topo algorithm items Vetoed for monitoring in L1CaloDQ package due to known Sim/Hdw mismatches"}
Definition at line 122 of file L1TopoOnlineMonitor.h.
◆ m_countAny
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_countAny |
|
private |
◆ m_countHdw
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_countHdw |
|
private |
◆ m_countHdwNotSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_countHdwNotSim |
|
private |
◆ m_countHdwSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_countHdwSim |
|
private |
◆ m_countSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_countSim |
|
private |
◆ m_countSimNotHdw
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_countSimNotHdw |
|
private |
◆ m_ctpIds
| std::vector<unsigned> L1TopoOnlineMonitor::m_ctpIds |
|
private |
◆ m_ctpRdoKey
Initial value:{
this, "CTPRDOLocation", LVL1CTP::DEFAULT_RDOOutputLocation,
"Key of the CTP RDO object"}
Definition at line 137 of file L1TopoOnlineMonitor.h.
◆ m_currentHdwBit
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_currentHdwBit |
|
private |
◆ m_currentSimBit
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_currentSimBit |
|
private |
◆ 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_doComp
| Gaudi::Property<bool> L1TopoOnlineMonitor::m_doComp |
|
private |
Initial value:{
this, "doComp", true, "Enable L1Topo HW/Sim comparison"}
Definition at line 116 of file L1TopoOnlineMonitor.h.
◆ m_doHwErrorMon
| Gaudi::Property<bool> L1TopoOnlineMonitor::m_doHwErrorMon |
|
private |
Initial value:{
this, "doHwErrorMon", false, "Enable L1Topo HW Error monitoring"}
Definition at line 114 of file L1TopoOnlineMonitor.h.
◆ m_doHwMon
| Gaudi::Property<bool> L1TopoOnlineMonitor::m_doHwMon |
|
private |
Initial value:{
this, "doHwMon", true, "Enable L1Topo HW readout from RAW"}
Definition at line 112 of file L1TopoOnlineMonitor.h.
◆ m_doHwMonCTP
| Gaudi::Property<bool> L1TopoOnlineMonitor::m_doHwMonCTP |
|
private |
Initial value:{
this, "doHwMonCTP", true, "Enable L1Topo HW readout from CTP"}
Definition at line 110 of file L1TopoOnlineMonitor.h.
◆ m_doMultComp
| Gaudi::Property<bool> L1TopoOnlineMonitor::m_doMultComp |
|
private |
Initial value:{
this, "doMultComp", false, "Enable L1Topo Multiplicity HW/Sim comparison"}
Definition at line 118 of file L1TopoOnlineMonitor.h.
◆ m_doSimMon
| Gaudi::Property<bool> L1TopoOnlineMonitor::m_doSimMon |
|
private |
Initial value:{
this, "doSimMon", true, "Enable L1Topo simulation decision monitoring"}
Definition at line 108 of file L1TopoOnlineMonitor.h.
◆ 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_errorFlagsKey
Initial value:{
this, "ErrorFlagsKey", "L1TopoErrorFlags",
"Key of the output TrigCompositeContainer with L1Topo error flags"}
Definition at line 105 of file L1TopoOnlineMonitor.h.
◆ m_EventInfoKey
◆ m_evtStore
◆ m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 114 of file AthCommonReentrantAlgorithm.h.
◆ m_fileKey
| Gaudi::Property<std::string> AthMonitorAlgorithm::m_fileKey {this,"FileKey",""} |
|
protectedinherited |
◆ m_forceCTPasHdw
| Gaudi::Property<bool> L1TopoOnlineMonitor::m_forceCTPasHdw |
|
private |
Initial value:{
this, "forceCTPasHdw", false, "Force to CTP monitoring as primary in Sim/Hdw comparison"}
Definition at line 120 of file L1TopoOnlineMonitor.h.
◆ m_l1topoKey
Initial value:{
this, "L1_TopoKey", "L1_TopoSimResults", "l1topo EDM"}
Definition at line 130 of file L1TopoOnlineMonitor.h.
◆ m_l1topoRawDataKey
Initial value:{
this, "L1_TopoRawDataKey", "L1_Phase1L1TopoRAWData", "l1topo Raw Data"}
Definition at line 133 of file L1TopoOnlineMonitor.h.
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_monTool
Initial value:{
this, "MonTool", "" ,
"Monitoring tool to create online histograms"}
Definition at line 102 of file L1TopoOnlineMonitor.h.
◆ m_MultiplicityVetoList
| Gaudi::Property<std::vector<std::string> > L1TopoOnlineMonitor::m_MultiplicityVetoList |
|
private |
Initial value:{
this, "MultiplicityVetoList", {}, "List of multiplicity items Vetoed for monitoring in L1CaloDQ package due to known Sim/Hdw mismatches"}
Definition at line 124 of file L1TopoOnlineMonitor.h.
◆ m_name
| std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_overflow_countAny
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_overflow_countAny |
|
private |
◆ m_overflow_countHdw
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_overflow_countHdw |
|
private |
◆ m_overflow_countHdwNotSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_overflow_countHdwNotSim |
|
private |
◆ m_overflow_countHdwSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_overflow_countHdwSim |
|
private |
◆ m_overflow_countSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_overflow_countSim |
|
private |
◆ m_overflow_countSimNotHdw
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_overflow_countSimNotHdw |
|
private |
◆ m_overflow_rateHdwAndSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_overflow_rateHdwAndSim |
|
private |
◆ m_overflow_rateHdwNotSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_overflow_rateHdwNotSim |
|
private |
◆ m_overflow_rateHdwSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_overflow_rateHdwSim |
|
private |
◆ m_overflow_rateSimNotHdw
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_overflow_rateSimNotHdw |
|
private |
◆ m_rateHdwAndSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_rateHdwAndSim |
|
private |
◆ m_rateHdwNotSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_rateHdwNotSim |
|
private |
◆ m_rateHdwSim
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_rateHdwSim |
|
private |
◆ m_rateSimNotHdw
| std::unique_ptr<float[]> L1TopoOnlineMonitor::m_rateSimNotHdw |
|
private |
◆ m_startbit
| std::vector<std::vector<std::pair<unsigned,unsigned> > > L1TopoOnlineMonitor::m_startbit |
|
private |
◆ m_toolLookupMap
| std::unordered_map<std::string, size_t> AthMonitorAlgorithm::m_toolLookupMap |
|
privateinherited |
◆ m_tools
◆ m_TopoAlgTriggerNames
| std::vector<std::string> L1TopoOnlineMonitor::m_TopoAlgTriggerNames |
|
private |
◆ m_TopoAlgTriggerNotVetoed
| std::vector<bool> L1TopoOnlineMonitor::m_TopoAlgTriggerNotVetoed |
|
private |
◆ m_TopoMultTriggerNames
| std::vector<std::string> L1TopoOnlineMonitor::m_TopoMultTriggerNames |
|
private |
◆ m_TopoMultTriggerNotVetoed
| std::vector<bool> L1TopoOnlineMonitor::m_TopoMultTriggerNotVetoed |
|
private |
◆ 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 |
◆ s_nTopoCTPOutputs
| constexpr size_t L1TopoOnlineMonitor::s_nTopoCTPOutputs {128} |
|
staticconstexprprivate |
The documentation for this class was generated from the following files:
SG::ReadHandleKey< xAOD::L1TopoSimResultsContainer > m_l1topoKey
Gaudi::Property< std::vector< std::string > > m_MultiplicityVetoList
StatusCode doHwMonCTP(DecisionBits &decisionBits, const EventContext &ctx) const
Monitor the Hw bits from CTP.
bool setDetail(const std::string &name, const TYPE &value)
Set an TYPE detail on the object.
Group
Properties of a chain group.
std::unique_ptr< float[]> m_overflow_rateHdwNotSim
std::unique_ptr< float[]> m_countSimNotHdw
static std::bitset< s_nTopoCTPOutputs > & createBits(std::optional< std::bitset< s_nTopoCTPOutputs >> &opt)
Helper method to create a new bitset and get a reference to it.
Gaudi::Property< bool > m_doHwMonCTP
std::vector< std::vector< std::pair< unsigned, unsigned > > > getStartBits(const TrigConf::L1Menu &l1menu)
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
std::string find(const std::string &s)
return a remapped string
Gaudi::Property< std::vector< std::string > > m_AlgorithmVetoList
void resetFlags(xAOD::TrigComposite &errorFlags) const
Gaudi::Property< bool > m_doHwErrorMon
accumulate
Update flags based on parser line args.
std::pair< long int, long int > indices
const std::bitset< s_nTopoOutputs > & getTopo1Opt0() const
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.
std::unique_ptr< float[]> m_overflow_countHdwNotSim
std::vector< ALFA_RawDataCollection_p1 > t1
Gaudi::Property< bool > m_doSimMon
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< std::vector< std::pair< unsigned, unsigned > > > m_startbit
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.
std::unique_ptr< float[]> m_currentHdwBit
#define ATH_MSG_VERBOSE(x)
const std::string & key() const
Return the StoreGate ID for the referenced object.
std::string to_string(const SectorProjector proj)
std::unique_ptr< float[]> m_overflow_countHdwSim
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
std::unique_ptr< float[]> m_countSim
ToolHandle< GenericMonitoringTool > m_monTool
ValuesCollection< T > Collection(std::string name, const T &collection)
Declare a monitored (double-convertible) collection.
std::unique_ptr< float[]> m_overflow_countHdw
virtual void setOwner(IDataHandleHolder *o)=0
const ToolHandle< GenericMonitoringTool > m_dummy
std::unique_ptr< float[]> m_rateHdwSim
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
virtual const DataObjIDColl & extraOutputDeps() const override
Return the list of extra output dependencies.
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
std::unique_ptr< float[]> m_rateHdwAndSim
std::unique_ptr< float[]> m_countAny
std::vector< unsigned > m_ctpIds
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
const std::bitset< s_nTopoOutputs > & getTopo1Opt2() const
::StatusCode StatusCode
StatusCode definition for legacy code.
std::unique_ptr< float[]> m_rateSimNotHdw
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
static constexpr size_t s_nTopoCTPOutputs
Number of CTP outputs, used for histogram ranges and loops.
void tolower(std::string &s)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
std::unique_ptr< float[]> m_overflow_rateSimNotHdw
virtual StatusCode sysExecute(const EventContext &ctx) override
Execute an algorithm.
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
StatusCode doHwMon(DecisionBits &decisionBits, std::vector< std::vector< unsigned >> &multWeights, const EventContext &ctx) const
Monitor the Hw bits from RAW data.
Gaudi::Property< bool > m_doMultComp
std::unique_ptr< float[]> m_rateHdwNotSim
StatusCode doSimMon(DecisionBits &decisionBits, std::vector< std::vector< unsigned >> &multWeights, const EventContext &ctx) const
Monitor the simulated bits.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
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.
std::unique_ptr< float[]> m_countHdwNotSim
ServiceHandle< StoreGateSvc > m_detStore
Class used to describe composite objects in the HLT.
SG::ReadHandle< xAOD::EventInfo > GetEventInfo(const EventContext &) const
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
StatusCode doComp(DecisionBits &decisionBits, const EventContext &ctx) const
Compare hardware and simulation.
const std::bitset< s_nTopoOutputs > & getDecisions() const
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.
const std::bitset< s_nTopoOutputs > & getOverflows() const
constexpr std::enable_if_t< is_bitmask_v< E >, E & > set(E &lhs, E rhs)
Convenience function to set bits in a class enum bitmask.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
const std::bitset< s_nTopoOutputs > & getTopo1Opt1() const
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
std::unique_ptr< float[]> m_overflow_countSim
std::unique_ptr< float[]> m_overflow_countSimNotHdw
std::unique_ptr< float[]> m_currentSimBit
const std::bitset< 512 > & getTBP() const
get bitset of TBP words
Gaudi::Property< bool > m_enforceExpressTriggers
const std::shared_ptr< L1Topo::L1TopoFPGA > & getFPGA(unsigned index) const
std::unique_ptr< float[]> m_overflow_rateHdwAndSim
Gaudi::Property< bool > m_forceCTPasHdw
ctp
Retrieve trigger EDM objects.
virtual StatusCode initialize() override
initialize
Gaudi::Property< bool > m_doComp
std::vector< std::string > m_TopoMultTriggerNames
std::unique_ptr< float[]> m_overflow_countAny
#define ATH_MSG_WARNING(x)
std::vector< bool > m_TopoAlgTriggerNotVetoed
std::vector< bool > m_TopoMultTriggerNotVetoed
std::vector< std::string > m_TopoAlgTriggerNames
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
virtual StatusCode sysInitialize() override
Override sysInitialize.
const std::shared_ptr< L1Topo::L1TopoROD > & getROD(unsigned index) const
Declare a monitored scalar variable.
std::vector< unsigned > getCtpIds(const TrigConf::L1Menu &l1menu)
Get CTP ids from menu.
SG::ReadHandleKey< CTP_RDO > m_ctpRdoKey
SG::ReadHandleKey< xAOD::L1TopoRawDataContainer > m_l1topoRawDataKey
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
constexpr int pow(int base, int exp) noexcept
float distance(const Amg::Vector3D &p1, const Amg::Vector3D &p2)
calculates the distance between two point in 3D space
std::unique_ptr< float[]> m_countHdw
const std::bitset< s_nTopoOutputs > & getTopo1Opt3() const
StatusCode doMultComp(std::vector< std::vector< unsigned >> &multWeightsSim, std::vector< std::vector< unsigned >> &multWeightsHdw, const EventContext &ctx) const
Compare hardware and simulation for the multiplicity algorithms.
Gaudi::Property< bool > m_doHwMon
std::unique_ptr< float[]> m_countHdwSim
std::unique_ptr< float[]> m_overflow_rateHdwSim
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_errorFlagsKey