 |
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 > &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 > &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...
|
|
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 37 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 575 of file L1TopoOnlineMonitor.cxx.
576 if (!decisionBits.triggerBitsSim.has_value()) {
577 ATH_MSG_DEBUG(
"Simulation bits not set. Skipping simulation to hardware comparison");
578 return StatusCode::FAILURE;
581 std::bitset<s_nTopoCTPOutputs> triggerBitsSim = decisionBits.triggerBitsSim.value();
582 std::bitset<s_nTopoCTPOutputs> triggerBitsHdw;
585 {triggerBitsHdw = decisionBits.triggerBits.value();}
586 else if (decisionBits.triggerBitsCtp.has_value())
587 {triggerBitsHdw = decisionBits.triggerBitsCtp.value();}
589 ATH_MSG_DEBUG(
"Hardware bits not set. Skipping simulation to hardware comparison");
590 return StatusCode::FAILURE;
593 std::bitset<s_nTopoCTPOutputs> triggerBitsSimNotHdw = triggerBitsSim & (~triggerBitsHdw);
594 std::bitset<s_nTopoCTPOutputs> triggerBitsHdwNotSim = triggerBitsHdw & (~triggerBitsSim);
595 std::bitset<s_nTopoCTPOutputs> triggerBitsHdwSim = triggerBitsHdw & triggerBitsSim;
596 std::bitset<s_nTopoCTPOutputs> triggerBitsAny = triggerBitsHdw | triggerBitsSim;
598 std::bitset<s_nTopoCTPOutputs>& overflowBitsSim = decisionBits.overflowBitsSim.value();
599 std::bitset<s_nTopoCTPOutputs>& overflowBitsHdw = decisionBits.overflowBits.value();
600 std::bitset<s_nTopoCTPOutputs> overflowBitsSimNotHdw = overflowBitsSim & (~overflowBitsHdw);
601 std::bitset<s_nTopoCTPOutputs> overflowBitsHdwNotSim = overflowBitsHdw & (~overflowBitsSim);
602 std::bitset<s_nTopoCTPOutputs> overflowBitsHdwSim = overflowBitsHdw & overflowBitsSim;
603 std::bitset<s_nTopoCTPOutputs> overflowBitsAny = overflowBitsHdw | overflowBitsSim;
605 std::bitset<s_nTopoCTPOutputs>& ambiguityBitsSim = decisionBits.ambiguityBitsSim.value();
606 std::bitset<s_nTopoCTPOutputs> ambiguitySimANDHdw = ambiguityBitsSim & triggerBitsHdwSim;
607 std::bitset<s_nTopoCTPOutputs> ambiguityMismatch = ambiguityBitsSim & (triggerBitsSimNotHdw | triggerBitsHdwNotSim);
609 std::vector<size_t> triggerBitIndicesSimNotHdw = bitsetIndices(triggerBitsSimNotHdw);
610 std::vector<size_t> triggerBitIndicesHdwNotSim = bitsetIndices(triggerBitsHdwNotSim);
611 std::vector<size_t> ambiguitySimANDHdwBitIndices = bitsetIndices(ambiguitySimANDHdw);
612 std::vector<size_t> ambiguityMismatchBitIndices = bitsetIndices(ambiguityMismatch);
615 auto monAmbiguitySimANDHdw =
Monitored::Collection(
"Ambiguity_SimANDHdwDecisions", ambiguitySimANDHdwBitIndices);
616 auto monAmbiguityMismatch =
Monitored::Collection(
"Ambiguity_DecisionMismatches", ambiguityMismatchBitIndices);
621 float rate_overflow=0;
627 for (
size_t i=0;
i<4;
i++) {
636 for (
size_t j=0;j<32;j++) {
638 if (ambiguityBitsSim[32*
i+j] == 0) {
639 mon_trig =
static_cast<unsigned>(j);
640 mon_trig_allboards =
static_cast<unsigned>(32*
i+j);
641 if (overflowBitsHdw[32*
i+j] == 1 || overflowBitsSim[32*
i+j] == 1) {
731 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 417 of file L1TopoOnlineMonitor.cxx.
421 ATH_MSG_WARNING(
"Could not retrieve L1Topo RAW Data Container from the BS data.");
422 return StatusCode::FAILURE;
425 ATH_MSG_DEBUG(
"----got L1Topo Raw Data container: " << cont.key());
430 std::unique_ptr<L1Topo::L1TopoResult> l1topoResult = std::make_unique<L1Topo::L1TopoResult>(*cont);
433 return StatusCode::FAILURE;
438 enum class MonFunction :
uint8_t {doRODct, doRODpc, doRODhc, doRODpe, doRODlm, doRODhm, doRODpt};
439 std::vector<uint8_t> rodErrors;
440 if (l1topoResult->
getROD(0)->ct() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODct)); }
441 if (l1topoResult->
getROD(0)->pc() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODpc)); }
442 if (l1topoResult->
getROD(0)->hc() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODhc)); }
443 if (l1topoResult->
getROD(0)->pe() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODpe)); }
444 if (l1topoResult->
getROD(0)->lm() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODlm)); }
445 if (l1topoResult->
getROD(0)->hm() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODhm)); }
446 if (l1topoResult->
getROD(0)->pt() != 0) { rodErrors.push_back(
static_cast<uint8_t>(MonFunction::doRODpt)); }
452 unsigned topoNumber = l1topoResult->
getFPGA(
i)->topoNumber();
453 unsigned fpgaNumber = l1topoResult->
getFPGA(
i)->fpgaNumber();
456 auto mon_fpga_labels =
Monitored::Scalar(
"FPGA_Labels", (topoNumber*2)-fpgaNumber-1);
458 if (l1topoResult->
getFPGA(
i)->ct() != 0) {
462 if (l1topoResult->
getFPGA(
i)->sm() != 0) {
466 if (l1topoResult->
getFPGA(
i)->pe() != 0) {
470 if (l1topoResult->
getFPGA(
i)->lm() != 0) {
474 if (l1topoResult->
getFPGA(
i)->hm() != 0) {
478 if (l1topoResult->
getFPGA(
i)->pt() != 0) {
485 std::vector<unsigned> topo1Opt0,topo1Opt1,topo1Opt2,topo1Opt3;
486 std::vector<unsigned> topo1Opt0Indices,topo1Opt1Indices,topo1Opt2Indices,topo1Opt3Indices;
491 for (
size_t i=0;
i<startbit.second;
i++){
496 topo1Opt0.push_back(
count);
497 topo1Opt0Indices.push_back(
indices);
503 for (
size_t i=0;
i<startbit.second;
i++){
508 topo1Opt1.push_back(
count);
509 topo1Opt1Indices.push_back(
indices);
515 for (
size_t i=0;
i<startbit.second;
i++){
520 topo1Opt2.push_back(
count);
521 topo1Opt2Indices.push_back(
indices);
527 for (
size_t i=0;
i<startbit.second;
i++){
532 topo1Opt3.push_back(
count);
533 topo1Opt3Indices.push_back(
indices);
540 multWeights.push_back(topo1Opt0);
545 multWeights.push_back(topo1Opt1);
550 multWeights.push_back(topo1Opt2);
555 multWeights.push_back(topo1Opt3);
561 const std::vector<size_t> triggerBitIndicesHdw = bitsetIndices(triggerBits);
562 const std::vector<size_t> overflowBitIndicesHdw = bitsetIndices(overflowBits);
572 return StatusCode::SUCCESS;
◆ doHwMonCTP()
StatusCode L1TopoOnlineMonitor::doHwMonCTP |
( |
DecisionBits & |
decisionBits, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
private |
Monitor the Hw bits from CTP.
Definition at line 376 of file L1TopoOnlineMonitor.cxx.
380 if (!ctpRdo.isValid()) {
381 ATH_MSG_DEBUG(
"Failed to retrieve CTP_RDO object (converted from CTP DAQ ROB) with key \""
383 return StatusCode::FAILURE;
388 ctp.setRDO(ctpRdo.cptr());
389 const uint32_t l1aPos = ctpRdo->getL1AcceptBunchPosition();
390 if (l1aPos >=
ctp.getBunchCrossings().size()) {
391 ATH_MSG_DEBUG(
"CTP_RDO gave invalid l1aPos. Skipping CTP hardware comparison");
392 return StatusCode::FAILURE;
394 ATH_MSG_DEBUG(
"CTP l1aPos, size: " << l1aPos <<
", " <<
ctp.getBunchCrossings().size());
395 const CTP_BC& ctpL1a =
ctp.getBunchCrossings().at(l1aPos);
399 static constexpr
size_t ctpTBPSize{512};
400 const std::bitset<ctpTBPSize>& tbp = ctpL1a.
getTBP();
407 {triggerBitsCtp[
i] =
false;}
410 std::vector<size_t> triggerBitIndicesCtp = bitsetIndices(triggerBitsCtp);
414 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 734 of file L1TopoOnlineMonitor.cxx.
735 if (multWeightsSim.size() == 0 or multWeightsHdw.size() == 0) {
736 ATH_MSG_DEBUG(
"Multiplicities not set, skipping multiplicities comparison");
737 return StatusCode::FAILURE;
743 int AccumulatedPosition=0;
744 for (
size_t i=0;
i<multWeightsSim.size();
i++) {
747 for (
size_t k=0;
k<multWeightsSim[
i].size();
k++) {
752 if (monMultSim < monMultHdw) {mon_match = 0; mon_matchVsLumi_DQ = 1;}
753 if (monMultSim > monMultHdw) {mon_match = 1; mon_matchVsLumi_DQ = 1;}
754 if (monMultSim == monMultHdw){mon_match = 2; mon_matchVsLumi_DQ = 0;}
755 mon_multiplicity =
static_cast<unsigned>(
k);
756 mon_multiplicity_allboards =
static_cast<unsigned>(
k+AccumulatedPosition);
762 AccumulatedPosition=AccumulatedPosition+multWeightsSim[
i].size();
764 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 282 of file L1TopoOnlineMonitor.cxx.
287 ATH_MSG_FATAL(
"Could not retrieve L1Topo EDM Container from the Simulation.");
288 return StatusCode::FAILURE;
296 std::unordered_map<unsigned,std::bitset<s_nTopoCTPOutputs>> multWeightsMap;
297 for(
const auto l1topo_dec : * cont){
298 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() );
300 if (l1topo_dec->bitWidth() == 32) {
301 std::vector<unsigned> topoword;
302 std::vector<unsigned> topowordOverflow;
303 for(
unsigned int i=0;
i<32; ++
i) {
305 if ((l1topo_dec->topoWord() &
mask) !=0) {
306 if (l1topo_dec->connectionId()==2 || l1topo_dec->connectionId()==3) {
307 topoword.push_back(32*l1topo_dec->clock()+
i);
308 uint32_t pos = 32*(l1topo_dec->clock()+(l1topo_dec->connectionId()==2 ? 0 : 2))+
i;
311 if (l1topo_dec->connectionId()==22 || l1topo_dec->connectionId()==23) {
312 uint32_t pos_ambiguity = 32*(l1topo_dec->clock()+(l1topo_dec->connectionId()==22 ? 0 : 2))+
i;
313 ambiguityBitsSim[pos_ambiguity] = ((!decisionBits.ambiguityBitsSim.has_value() ||
m_forceCTPasHdw) &&
m_ctpIds[pos_ambiguity]>=512) ? false :
true;
316 if ((l1topo_dec->topoWordOverflow() &
mask) !=0) {
317 topowordOverflow.push_back(32*l1topo_dec->clock()+
i);
318 uint32_t pus = 32*(l1topo_dec->clock()+(l1topo_dec->connectionId()==12 ? 0 : 2))+
i;
319 overflowBitsSim[pus] = ((!decisionBits.overflowBitsSim.has_value() ||
m_forceCTPasHdw) &&
m_ctpIds[pus]>=512) ? false :
true;
322 std::string
name =
"CableElec_";
327 else if (l1topo_dec->bitWidth() == 64) {
328 for (
size_t i=0;
i<64;
i++) {
329 unsigned index =
i+l1topo_dec->clock()*64;
331 if ((l1topo_dec->topoWord64() &
mask) !=0) {
332 multWeightsMap[
static_cast<unsigned>(l1topo_dec->connectionId() - 4)].
set(
index);
337 ATH_MSG_DEBUG(
"Unknown Bit-length: " << l1topo_dec->bitWidth() );
338 return StatusCode::FAILURE;
343 std::vector<unsigned> vecCount, vecIndices;
347 for (
size_t i=0;
i<startbit.second;
i++){
348 if (multWeightsMap[
key][startbit.first+
i]) {
352 vecCount.push_back(
count);
356 multWeights.push_back(vecCount);
363 std::vector<size_t> triggerBitIndicesSim = bitsetIndices(triggerBitsSim);
364 std::vector<size_t> overflowBitIndicesSim = bitsetIndices(overflowBitsSim);
365 std::vector<size_t> ambiguityBitIndicesSim = bitsetIndices(ambiguityBitsSim);
373 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 215 of file L1TopoOnlineMonitor.cxx.
219 ATH_CHECK(errorFlagsCont.record(std::make_unique<xAOD::TrigCompositeContainer>(),
220 std::make_unique<xAOD::TrigCompositeAuxContainer>()));
229 DecisionBits decisionBits{};
231 std::vector<uint8_t> failedMonFunctions;
232 std::vector<std::vector<unsigned>> multWeightsSim;
233 std::vector<std::vector<unsigned>> multWeightsHdw;
237 ATH_MSG_DEBUG(
"Executed doHWMon: " << (
sc.isFailure() ?
"failed" :
"ok"));
238 if (
sc.isFailure()) {
239 failedMonFunctions.push_back(
static_cast<uint8_t>(MonFunction::doHwMon));
245 ATH_MSG_DEBUG(
"Executed doHWMonCTP: " << (
sc.isFailure() ?
"failed" :
"ok"));
246 if (
sc.isFailure()) {
247 failedMonFunctions.push_back(
static_cast<uint8_t>(MonFunction::doHwMonCTP));
253 ATH_MSG_DEBUG(
"Executed doSimMon: " << (
sc.isFailure() ?
"failed" :
"ok"));
254 if (
sc.isFailure()) {
255 failedMonFunctions.push_back(
static_cast<uint8_t>(MonFunction::doSimMon));
261 ATH_MSG_DEBUG(
"Executed doComp: " << (
sc.isFailure() ?
"failed" :
"ok"));
262 if (
sc.isFailure()) {
263 failedMonFunctions.push_back(
static_cast<uint8_t>(MonFunction::doComp));
269 ATH_MSG_DEBUG(
"Executed doMultComp: " << (
sc.isFailure() ?
"failed" :
"ok"));
270 if (
sc.isFailure()) {
271 failedMonFunctions.push_back(
static_cast<uint8_t>(MonFunction::doMultComp));
278 return StatusCode::SUCCESS;
◆ filterPassed()
◆ getCtpIds()
Get CTP ids from menu.
Definition at line 785 of file L1TopoOnlineMonitor.cxx.
788 std::vector<std::string> connNames =
l1menu.connectorNames();
790 for(
const std::string connName : {
"Topo2El",
"Topo3El"}) {
791 if(
find(connNames.begin(), connNames.end(), connName) == connNames.end() ) {
794 for(
uint fpga : {0,1}) {
795 for(
uint clock : {0,1}) {
796 for(
auto &
tl :
l1menu.connector(connName).triggerLines(fpga,clock)) {
797 uint flatIndex =
tl.flatindex() + 64 * (connName ==
"Topo3El");
798 labelsTopoEl[flatIndex] =
tl.name();
804 ATH_MSG_DEBUG(
"Obtaining CTPIds for Phase1 L1Topo Monitoring");
807 std::string definition =
item.definition();
808 if (definition.substr(0,5) ==
"TOPO_" &&
809 definition.find(
' ') == std::string::npos) {
810 std::string trigger = definition.substr(0, definition.find(
'['));
811 auto pos =
std::find(labelsTopoEl.begin(),labelsTopoEl.end(),trigger);
812 if (
pos != labelsTopoEl.end()) {
813 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 767 of file L1TopoOnlineMonitor.cxx.
769 std::vector<std::vector<std::pair<unsigned,unsigned>>> startbit_vec;
770 std::vector<std::string> connNames =
l1menu.connectorNames();
771 for(
const std::string connName : {
"Topo1Opt0",
"Topo1Opt1",
"Topo1Opt2",
"Topo1Opt3"}) {
772 if(
find(connNames.begin(), connNames.end(), connName) == connNames.end() ) {
775 std::vector<std::pair<unsigned,unsigned>> startbit;
776 for(
auto &
t1 :
l1menu.connector(connName).triggerLines()) {
777 startbit.push_back(std::make_pair(
t1.startbit(),
t1.nbits()));
779 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 45 of file L1TopoOnlineMonitor.cxx.
100 auto & conn2EL =
l1menu->connector(
"Topo2El");
101 auto & conn3EL =
l1menu->connector(
"Topo3El");
103 auto & connOpt0 =
l1menu->connector(
"Topo1Opt0");
104 auto & connOpt1 =
l1menu->connector(
"Topo1Opt1");
105 auto & connOpt2 =
l1menu->connector(
"Topo1Opt2");
106 auto & connOpt3 =
l1menu->connector(
"Topo1Opt3");
114 auto & tlopt0 = connOpt0.triggerLines();
115 auto & tlopt1 = connOpt1.triggerLines();
116 auto & tlopt2 = connOpt2.triggerLines();
117 auto & tlopt3 = connOpt3.triggerLines();
119 long unsigned int size_tlopt0 = tlopt0.size();
120 long unsigned int size_tlopt1 = tlopt1.size();
121 long unsigned int size_tlopt2 = tlopt2.size();
122 long unsigned int size_tlopt3 = tlopt3.size();
124 long unsigned int total_size_opt = size_tlopt0+size_tlopt1+size_tlopt2+size_tlopt3;
132 auto & tl2a0 = conn2EL.triggerLines(0, 0);
133 auto & tl2a1 = conn2EL.triggerLines(0, 1);
134 long unsigned int size_tl2a0 = tl2a0.size();
135 long unsigned int size_tl2a1 = tl2a1.size();
137 auto & tl2b0 = conn2EL.triggerLines(1, 0);
138 auto & tl2b1 = conn2EL.triggerLines(1, 1);
139 long unsigned int size_tl2b0 = tl2b0.size();
140 long unsigned int size_tl2b1 = tl2b1.size();
142 auto & tl3a0 = conn3EL.triggerLines(0, 0);
143 auto & tl3a1 = conn3EL.triggerLines(0, 1);
144 long unsigned int size_tl3a0 = tl3a0.size();
145 long unsigned int size_tl3a1 = tl3a1.size();
147 auto & tl3b0 = conn3EL.triggerLines(1, 0);
148 auto & tl3b1 = conn3EL.triggerLines(1, 1);
149 long unsigned int size_tl3b0 = tl3b0.size();
150 long unsigned int size_tl3b1 = tl3b1.size();
152 for (
size_t i = 0;
i < 16; ++
i) {
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) {
183 for (
size_t j = 0; j < total_size_opt; ++j) {
191 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 118 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 133 of file L1TopoOnlineMonitor.h.
◆ 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 112 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 110 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 108 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 106 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 114 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 104 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 101 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 116 of file L1TopoOnlineMonitor.h.
◆ m_l1topoKey
Initial value:{
this, "L1_TopoKey", "L1_TopoSimResults", "l1topo EDM"}
Definition at line 126 of file L1TopoOnlineMonitor.h.
◆ m_l1topoRawDataKey
Initial value:{
this, "L1_TopoRawDataKey", "L1_Phase1L1TopoRAWData", "l1topo Raw Data"}
Definition at line 129 of file L1TopoOnlineMonitor.h.
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_monTool
Initial value:{
this, "MonTool", "" ,
"Monitoring tool to create online histograms"}
Definition at line 98 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 120 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
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
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.
#define ATH_MSG_VERBOSE(x)
const std::string & key() const
Return the StoreGate ID for the referenced object.
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
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
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::string to_string(const DetectorType &type)
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
accumulate
Update flags based on parser line args.
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
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
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