|  | ATLAS Offline Software
    | 
 
 
 
Class for Tile MBTS based monitoring.  
 More...
#include <TileMBTSMonitorAlgorithm.h>
|  | 
| enum | Environment_t { Environment_t::user = 0, 
Environment_t::online, 
Environment_t::tier0, 
Environment_t::tier0Raw,
 Environment_t::tier0ESD, 
Environment_t::AOD, 
Environment_t::altprod
 }
 | 
|  | Specifies the processing environment.  More... 
 | 
|  | 
| enum | DataType_t { DataType_t::userDefined = 0, 
DataType_t::monteCarlo, 
DataType_t::collisions, 
DataType_t::cosmics,
 DataType_t::heavyIonCollisions
 }
 | 
|  | Specifies what type of input data is being monitored.  More... 
 | 
|  | 
|  | 
| virtual | ~TileMBTSMonitorAlgorithm ()=default | 
|  | 
| virtual StatusCode | initialize () override | 
|  | initialize  More... 
 | 
|  | 
| virtual StatusCode | fillHistograms (const EventContext &ctx) const override | 
|  | adds event to the monitoring histograms  More... 
 | 
|  | 
| virtual StatusCode | start () override | 
|  | 
|  | AthMonitorAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) | 
|  | Constructor.  More... 
 | 
|  | 
| virtual StatusCode | execute (const EventContext &ctx) const override | 
|  | Applies filters and trigger requirements.  More... 
 | 
|  | 
| void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const | 
|  | Fills a vector of variables to a group by reference.  More... 
 | 
|  | 
| void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const | 
|  | Fills a vector of variables to a group by reference.  More... 
 | 
|  | 
| template<typename... T> | 
| void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, T &&... variables) const | 
|  | Fills a variadic list of variables to a group by reference.  More... 
 | 
|  | 
| void | fill (const std::string &groupName, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const | 
|  | Fills a vector of variables to a group by name.  More... 
 | 
|  | 
| void | fill (const std::string &groupName, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const | 
|  | Fills a vector of variables to a group by name.  More... 
 | 
|  | 
| template<typename... T> | 
| void | fill (const std::string &groupName, T &&... variables) const | 
|  | Fills a variadic list of variables to a group by name.  More... 
 | 
|  | 
| Environment_t | environment () const | 
|  | Accessor functions for the environment.  More... 
 | 
|  | 
| Environment_t | envStringToEnum (const std::string &str) const | 
|  | Convert the environment string from the python configuration to an enum object.  More... 
 | 
|  | 
| DataType_t | dataType () const | 
|  | Accessor functions for the data type.  More... 
 | 
|  | 
| DataType_t | dataTypeStringToEnum (const std::string &str) const | 
|  | Convert the data type string from the python configuration to an enum object.  More... 
 | 
|  | 
| const ToolHandle< GenericMonitoringTool > & | getGroup (const std::string &name) const | 
|  | Get a specific monitoring tool from the tool handle array.  More... 
 | 
|  | 
| const ToolHandle< Trig::TrigDecisionTool > & | getTrigDecisionTool () const | 
|  | Get the trigger decision tool member.  More... 
 | 
|  | 
| bool | trigChainsArePassed (const std::vector< std::string > &vTrigNames) const | 
|  | Check whether triggers are passed.  More... 
 | 
|  | 
| SG::ReadHandle< xAOD::EventInfo > | GetEventInfo (const EventContext &) const | 
|  | Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)  More... 
 | 
|  | 
| virtual float | lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const | 
|  | Calculate the average mu, i.e.  More... 
 | 
|  | 
| virtual float | lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const | 
|  | Calculate instantaneous number of interactions, i.e.  More... 
 | 
|  | 
| virtual float | lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const | 
|  | Calculate average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1).  More... 
 | 
|  | 
| virtual float | lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const | 
|  | Calculate the instantaneous luminosity per bunch crossing.  More... 
 | 
|  | 
| virtual double | lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const | 
|  | Calculate the duration of the luminosity block (in seconds)  More... 
 | 
|  | 
| virtual float | lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const | 
|  | Calculate the average luminosity livefraction.  More... 
 | 
|  | 
| virtual float | livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const | 
|  | Calculate the live fraction per bunch crossing ID.  More... 
 | 
|  | 
| virtual double | lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const | 
|  | Calculate the average integrated luminosity multiplied by the live fraction.  More... 
 | 
|  | 
| virtual StatusCode | parseList (const std::string &line, std::vector< std::string > &result) const | 
|  | Parse a string into a vector.  More... 
 | 
|  | 
| virtual StatusCode | sysInitialize () override | 
|  | Override sysInitialize.  More... 
 | 
|  | 
| virtual bool | isClonable () const override | 
|  | Specify if the algorithm is clonable.  More... 
 | 
|  | 
| virtual unsigned int | cardinality () const override | 
|  | Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.  More... 
 | 
|  | 
| virtual StatusCode | sysExecute (const EventContext &ctx) override | 
|  | Execute an algorithm.  More... 
 | 
|  | 
| virtual const DataObjIDColl & | extraOutputDeps () const override | 
|  | Return the list of extra output dependencies.  More... 
 | 
|  | 
| virtual bool | filterPassed (const EventContext &ctx) const | 
|  | 
| virtual void | setFilterPassed (bool state, const EventContext &ctx) const | 
|  | 
| ServiceHandle< StoreGateSvc > & | evtStore () | 
|  | The standard StoreGateSvc(event store) Returns (kind of) a pointer to theStoreGateSvc.  More...
 | 
|  | 
| const ServiceHandle< StoreGateSvc > & | evtStore () const | 
|  | The standard StoreGateSvc(event store) Returns (kind of) a pointer to theStoreGateSvc.  More...
 | 
|  | 
| const ServiceHandle< StoreGateSvc > & | detStore () const | 
|  | The standard StoreGateSvc/DetectorStoreReturns (kind of) a pointer to theStoreGateSvc.  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... 
 | 
|  | 
|  | 
| void | setDigiError (std::vector< int > &counters, std::vector< int > &errors, int counter, int error) const | 
|  | 
| int | getMBTSCounter (Identifier mbtsID) 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... 
 | 
|  | 
Class for Tile MBTS based monitoring. 
Definition at line 31 of file TileMBTSMonitorAlgorithm.h.
◆ MonVarVec_t
◆ StoreGateSvc_t
◆ Tile
◆ 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.
 
 
◆ TileDigiErrors
| Enumerator | 
|---|
| GENERAL |  | 
| GLOBAL_CRC |  | 
| ROD_CRC |  | 
| FRONTEND_CRC |  | 
| BCID |  | 
| HEADER_FORMAT |  | 
| HEADER_PARITY |  | 
| SAMPLE_FORMAT |  | 
| SAMPLE_PARITY |  | 
| MEMORY_PARITY |  | 
Definition at line 46 of file TileMBTSMonitorAlgorithm.h.
 
 
◆ ~TileMBTSMonitorAlgorithm()
  
  | 
        
          | virtual TileMBTSMonitorAlgorithm::~TileMBTSMonitorAlgorithm | ( |  | ) |  |  | virtualdefault | 
 
 
◆ AthMonitorAlgorithm()
      
        
          | AthMonitorAlgorithm::AthMonitorAlgorithm | 
      
 
 
◆ 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()
◆ 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 TileMBTSMonitorAlgorithm::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 133 of file TileMBTSMonitorAlgorithm.cxx.
  141   const int Trig_b7(7);
 
  143   bool physicRun = (l1TriggerType == 0) || (((l1TriggerType >> Trig_b7) & 1) == 1);
 
  146     ATH_MSG_DEBUG(
"Calibration Event found => skip filling histograms.");
 
  147     return StatusCode::SUCCESS;
 
  167     ctpDecoder.
setRDO(ctpRdoContainer.get());
 
  168     nBunches = ctpRdoContainer->getNumberOfBunches();
 
  171       short l1aBunch = ctpRdoContainer->getL1AcceptBunchPosition();
 
  173       const CTP_BC & bunch = ctpBunchCrossings[l1aBunch];
 
  179       const std::bitset<512> currentTBP(bunch.
getTBP());
 
  185             ++triggerMultiplicityA;
 
  187             ++triggerMultiplicityC;
 
  192       fill(
"TileTriggerMultiplicityMBTSA", l1aBCID, triggerMultiplicityA);
 
  193       fill(
"TileTriggerMultiplicityMBTSC", l1aBCID, triggerMultiplicityC);
 
  194       fill(
"TileTriggerMultiplicityPerSideMBTS", triggerMultiplicityA, triggerMultiplicityC);
 
  197       std::vector<int> triggerCounters;
 
  198       std::vector<int> triggerInWindowCounters;
 
  199       std::vector<int> deltaBCIDs;
 
  203       for (
const CTP_BC& ctpBunchCrossing : ctpBunchCrossings) {
 
  204         bcid = ctpBunchCrossing.getBCID();
 
  206         int deltaBCID = l1aBCID - 
bcid;
 
  208         std::vector<std::reference_wrapper<const std::bitset<512>>> 
triggers;
 
  209         triggers.push_back(ctpBunchCrossing.getTBP());
 
  210         triggers.push_back(ctpBunchCrossing.getTAP());
 
  211         triggers.push_back(ctpBunchCrossing.getTAV());
 
  214         for (
const std::bitset<512>& currentTrigger : 
triggers) {
 
  216           triggerCounters.clear();
 
  217           triggerInWindowCounters.clear();
 
  223               triggerInWindowCounters.push_back(
counter);
 
  226               deltaBCIDs.push_back(deltaBCID);
 
  229               if (
bcid == l1aBCID) {
 
  230                 triggerCounters.push_back(
counter);
 
  247           if (
bcid == l1aBCID) {
 
  254             std::vector<int> coincidentTriggers1;
 
  255             std::vector<int> coincidentTriggers2;
 
  256             for (
int counter1 : triggerCounters) {
 
  257               for (
int counter2 : triggerCounters) {
 
  258                 coincidentTriggers1.push_back(counter1);
 
  259                 coincidentTriggers2.push_back(counter2);
 
  276   std::vector<float> energyCounters;
 
  280   std::vector<float> energies;
 
  284   std::vector<float> timeCounters;
 
  287   std::vector<float> 
times;
 
  290   std::vector<float> triggerEnergies;
 
  293   std::vector<float> triggerTimes;
 
  296   std::vector<int> energyHitCounters;
 
  297   std::vector<int> triggerHitCounters;
 
  314     energyCounters.push_back(
counter);
 
  318     energies.push_back(
energy);
 
  326                     << 
", energy= " << 
energy << 
" pCb" 
  327                     << 
", time= " << 
time 
  339         monEfficiency = 1.0F;
 
  340         triggerHitCounters.push_back(
counter);
 
  341         triggerEnergies.push_back(
energy);
 
  342         triggerTimes.push_back(
time);
 
  353       timeCounters.push_back(
counter);
 
  356       energyHitCounters.push_back(
counter);
 
  362       if (std::abs(
time) > 10
e-4) {
 
  376   fill(
"TileOccupancyMBTS", monHitCounter);
 
  377   fill(
"TileEnergySummaryMBTS", monEnergyCounter, monSummaryEnergy);
 
  379   fill(
"TileTimeSummaryMBTS", monTimeCounter, monSummaryTime);
 
  383     fill(
"TileTriggerOccupancyMBTS", monTriggerHitCounter);
 
  384     fill(
"TileTriggerEnergySummaryMBTS", monTriggerHitCounter, monTriggerSummaryEnergy);
 
  385     fill(
"TileTriggerTimeSummaryMBTS", monTriggerHitCounter, monTriggerSummaryTime);
 
  391     fill(
"TileTimeMBTSA", monTimeA);
 
  397     fill(
"TileTimeMBTSC", monTimeC);
 
  400   if (nHitsA > 0 && nHitsC > 0) {
 
  401     double timeDifference = timeA - timeC;
 
  403     fill(
"TileTimeDifferenceMBTS", monTimeDifference);
 
  404     fill(
"TileTimeDifferenceMBTSLB", 
lumiBlock, monTimeDifference);
 
  408   std::vector<int> coincidentCounters1;
 
  411   std::vector<int> coincidentCounters2;
 
  414   for (
int counter1 : energyHitCounters) {
 
  415     for (
int counter2 : energyHitCounters) {
 
  416       coincidentCounters1.push_back(counter1);
 
  417       coincidentCounters2.push_back(counter2);
 
  421   fill(
"TileCoincidentHitsMBTS", monCoincidentCounters1, monCoincidentCounters2);
 
  426   std::vector<int> counters;
 
  475   fill(
"TileErrorsMBTS", monErrorCounters, monErrors);
 
  486       if (digitsCollection->empty()) 
continue;
 
  487       HWIdentifier adc_id = digitsCollection->front()->adc_HWID();
 
  493         if (MBTSchannel >= 0) {
 
  494           for (
const TileDigits* tile_digits: *digitsCollection) {
 
  496             adc_id = tile_digits->adc_HWID();
 
  501               double sampleMean = 0;
 
  502               double sampleRMS = 0;
 
  504               std::vector<float> samples = tile_digits->samples();
 
  505               unsigned int nSamples = samples.size();
 
  508                 for (
float sample : samples) {
 
  513                 auto min_max = std::minmax_element(samples.begin(), samples.end());
 
  514                 float minSample = *min_max.first;
 
  515                 float maxSample = *min_max.second;
 
  517                 if ((maxSample - minSample) > 10) {
 
  521                   std::vector<int> sampleNumbers;
 
  523                   for (
unsigned int i = 0; 
i < 
nSamples; ++
i) sampleNumbers.push_back(
i);
 
  533                 sampleRMS = sampleRMS / 
nSamples - sampleMean * sampleMean;
 
  539                 monPedestal = samples.front();
 
  550   return StatusCode::SUCCESS;
 
 
 
 
◆ filterPassed()
◆ 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 << 
"}.");
 
 
 
 
◆ getMBTSCounter()
  
  | 
        
          | int TileMBTSMonitorAlgorithm::getMBTSCounter | ( | Identifier | mbtsID | ) | const |  | private | 
 
 
◆ 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 TileMBTSMonitorAlgorithm::initialize | ( |  | ) |  |  | overridevirtual | 
 
initialize 
- Returns
- StatusCode 
Reimplemented from AthMonitorAlgorithm.
Definition at line 16 of file TileMBTSMonitorAlgorithm.cxx.
   25                   << numberOfCounters << 
") MBTS. Provided only " 
   28     return StatusCode::FAILURE;
 
   72   bool doMenuInit = 
false;
 
   77                       << numberOfCounters << 
") L1 MBTS triggers. Provided only " 
   80       ATH_MSG_WARNING(
"Autoconfiguration of CTP ID to L1 MBTS mapping is not possible: force useTrigger=false");
 
  106   return StatusCode::SUCCESS;
 
 
 
 
◆ inputHandles()
Return this algorithm's input handles. 
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA. 
 
 
◆ isClonable()
◆ 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()
◆ setDigiError()
  
  | 
        
          | void TileMBTSMonitorAlgorithm::setDigiError | ( | std::vector< int > & | counters, |  
          |  |  | std::vector< int > & | errors, |  
          |  |  | int | counter, |  
          |  |  | int | error |  
          |  | ) |  | const |  | private | 
 
 
◆ setFilterPassed()
◆ start()
  
  | 
        
          | StatusCode TileMBTSMonitorAlgorithm::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()
◆ cfg
      
        
          | TileMBTSMonitorAlgorithm.cfg | 
      
 
 
◆ enableLumiAccess
      
        
          | TileMBTSMonitorAlgorithm.enableLumiAccess | 
      
 
 
◆ Files
      
        
          | TileMBTSMonitorAlgorithm.Files | 
      
 
 
◆ FillHistogramsPerMBTS
      
        
          | TileMBTSMonitorAlgorithm.FillHistogramsPerMBTS | 
      
 
 
◆ flags
      
        
          | TileMBTSMonitorAlgorithm.flags | 
      
 
 
◆ HISTFileName
      
        
          | TileMBTSMonitorAlgorithm.HISTFileName | 
      
 
 
◆ m_bcidGroups
  
  | 
        
          | std::vector<std::vector<int> > TileMBTSMonitorAlgorithm::m_bcidGroups |  | private | 
 
 
◆ m_cabling
◆ m_cablingSvc
Initial value:{this,
        "TileCablingSvc", "TileCablingSvc", "The Tile cabling service" }
Name of Tile cabling service. 
Definition at line 101 of file TileMBTSMonitorAlgorithm.h.
 
 
◆ m_coinTrigGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_coinTrigGroups |  | private | 
 
 
◆ m_ctpID
  
  | 
        
          | Gaudi::Property<std::vector<int> > TileMBTSMonitorAlgorithm::m_ctpID |  | private | 
 
Initial value:{this,
        "CTP_ID", {-1}, "Force CTP IDs for 32 MBTS counters (MBTSA00, .., MBTSC15)"}
Definition at line 83 of file TileMBTSMonitorAlgorithm.h.
 
 
◆ m_ctpRdoKey
◆ 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_deltaBCIDGroups
  
  | 
        
          | std::vector<std::vector<int> > TileMBTSMonitorAlgorithm::m_deltaBCIDGroups |  | private | 
 
 
◆ m_deltaBCIDSumGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_deltaBCIDSumGroups |  | private | 
 
 
◆ m_detailLevel
  
  | 
        
          | Gaudi::Property<int> AthMonitorAlgorithm::m_detailLevel {this,"DetailLevel",0} |  | protectedinherited | 
 
 
◆ m_detStore
◆ m_digitsContainerKey
Initial value:{ this,
        "TileDigitsContainer", "TileDigitsCnt", "Tile digits container" }
Definition at line 74 of file TileMBTSMonitorAlgorithm.h.
 
 
◆ m_DQFilterTools
  
  | 
        
          | ToolHandleArray<IDQFilterTool> AthMonitorAlgorithm::m_DQFilterTools {this,"FilterTools",{}} |  | protectedinherited | 
 
 
◆ m_DQstatusKey
◆ m_dummy
◆ m_effTrigGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_effTrigGroups |  | private | 
 
 
◆ m_energyCut
  
  | 
        
          | Gaudi::Property<std::vector<float> > TileMBTSMonitorAlgorithm::m_energyCut |  | private | 
 
Initial value:{this,
        "EnergyCuts",
         {
           60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222,
          
           60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222,
          
           60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222,
          
           60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222, 60.f/222},
        "Energy cuts for 32 MBTS counters (MBTSA00, .., MBTSC15)"}
Definition at line 59 of file TileMBTSMonitorAlgorithm.h.
 
 
◆ m_energyGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_energyGroups |  | private | 
 
 
◆ m_energyLBGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_energyLBGroups |  | private | 
 
 
◆ m_energyTrigGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_energyTrigGroups |  | private | 
 
 
◆ m_energyTrigLBGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_energyTrigLBGroups |  | private | 
 
 
◆ 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_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_fillHistogramsPerMBTS
  
  | 
        
          | Gaudi::Property<bool> TileMBTSMonitorAlgorithm::m_fillHistogramsPerMBTS |  | private | 
 
Initial value:{this,
        "FillHistogramsPerMBTS", false, "Switch for using per MBTS histograms"}
Definition at line 53 of file TileMBTSMonitorAlgorithm.h.
 
 
◆ m_hfnGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_hfnGroups |  | private | 
 
 
◆ m_L1MenuKey
◆ m_l1Triggers
  
  | 
        
          | Gaudi::Property<std::vector<std::string> > TileMBTSMonitorAlgorithm::m_l1Triggers |  | private | 
 
Initial value:{this,
        "L1_MBTS",
        {
         "L1_MBTSA0", "L1_MBTSA1", "L1_MBTSA2",  "L1_MBTSA3",  "L1_MBTSA4",  "L1_MBTSA5",  "L1_MBTSA6",  "L1_MBTSA7",
         "L1_MBTSA8", "L1_MBTSA9", "L1_MBTSA10", "L1_MBTSA11", "L1_MBTSA12", "L1_MBTSA13", "L1_MBTSA14", "L1_MBTSA15",
         "L1_MBTSC0", "L1_MBTSC1", "L1_MBTSC2",  "L1_MBTSC3",  "L1_MBTSC4",  "L1_MBTSC5",  "L1_MBTSC6",  "L1_MBTSC7",
         "L1_MBTSC8", "L1_MBTSC9", "L1_MBTSC10", "L1_MBTSC11", "L1_MBTSC12", "L1_MBTSC13", "L1_MBTSC14", "L1_MBTSC15",
        }, "Names of 32 L1 MBTS triggers (e.g.: L1_MBTSA0, .., L1_MBTSC15)"}
Definition at line 86 of file TileMBTSMonitorAlgorithm.h.
 
 
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_mbtsCellContainerKey
◆ m_MBTSchannels
◆ m_MBTScounters
◆ m_name
  
  | 
        
          | std::string AthMonitorAlgorithm::m_name |  | privateinherited | 
 
 
◆ m_pedestalGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_pedestalGroups |  | private | 
 
 
◆ m_pulseGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_pulseGroups |  | private | 
 
 
◆ m_pulseTrigGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_pulseTrigGroups |  | private | 
 
 
◆ m_tileHWID
◆ m_tileTBID
◆ m_timeGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_timeGroups |  | private | 
 
 
◆ m_timeTrigGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_timeTrigGroups |  | private | 
 
 
◆ m_toolLookupMap
  
  | 
        
          | std::unordered_map<std::string, size_t> AthMonitorAlgorithm::m_toolLookupMap |  | privateinherited | 
 
 
◆ m_tools
◆ m_trigDecTool
◆ m_triggerChainString
  
  | 
        
          | Gaudi::Property<std::string> AthMonitorAlgorithm::m_triggerChainString {this,"TriggerChain",""} |  | protectedinherited | 
 
Trigger chain string pulled from the job option and parsed into a vector. 
Definition at line 355 of file AthMonitorAlgorithm.h.
 
 
◆ m_trigGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_trigGroups |  | private | 
 
 
◆ m_trigInWinGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_trigInWinGroups |  | private | 
 
 
◆ m_trigLiveFractionDataKey
◆ m_trigSumGroups
  
  | 
        
          | std::vector<int> TileMBTSMonitorAlgorithm::m_trigSumGroups |  | private | 
 
 
◆ m_useLumi
  
  | 
        
          | Gaudi::Property<bool> AthMonitorAlgorithm::m_useLumi {this,"EnableLumi",false} |  | protectedinherited | 
 
 
◆ m_useTrigger
  
  | 
        
          | Gaudi::Property<bool> TileMBTSMonitorAlgorithm::m_useTrigger |  | private | 
 
 
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_vTrigChainNames
  
  | 
        
          | std::vector<std::string> AthMonitorAlgorithm::m_vTrigChainNames |  | protectedinherited | 
 
 
◆ MAX_MBTS_COUNTER
  
  | 
        
          | const unsigned int TileMBTSMonitorAlgorithm::MAX_MBTS_COUNTER {32} |  | staticprivate | 
 
 
◆ MaxEvents
      
        
          | TileMBTSMonitorAlgorithm.MaxEvents | 
      
 
 
◆ MBTS_DMU
  
  | 
        
          | const unsigned int TileMBTSMonitorAlgorithm::MBTS_DMU {0} |  | staticprivate | 
 
 
◆ sc
      
        
          | TileMBTSMonitorAlgorithm.sc | 
      
 
 
◆ summariseProps
      
        
          | TileMBTSMonitorAlgorithm.summariseProps | 
      
 
 
◆ True
      
        
          | TileMBTSMonitorAlgorithm.True | 
      
 
 
◆ useTrigger
      
        
          | TileMBTSMonitorAlgorithm.useTrigger | 
      
 
 
◆ withDetails
      
        
          | TileMBTSMonitorAlgorithm.withDetails | 
      
 
 
The documentation for this class was generated from the following files:
 
def retrieve(aClass, aKey=None)
int checkBCIDErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has BCID mismatch between DMU and ROD   Since BCID errors in the DQ fragment are det...
Group
Properties of a chain group.
std::vector< int > m_timeTrigGroups
Gaudi::Property< bool > m_useTrigger
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
std::vector< int > m_coinTrigGroups
bool isChanDQgood(int partition, int drawer, int ch) const
returns status of single channel (if bigain, returns AND of ADCs' status
accumulate
Update flags based on parser line args.
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.
const TileHWID * m_tileHWID
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
std::unordered_map< std::string, size_t > m_toolLookupMap
std::vector< int > m_trigInWinGroups
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
#define ATH_MSG_VERBOSE(x)
bool is_valid() const
Check if id is in a valid state.
@ u
Enums for curvilinear frames.
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
SG::ReadHandleKey< TileDQstatus > m_DQstatusKey
int channel(const HWIdentifier &id) const
extract channel field from HW identifier
def timer(name, disabled=False)
int checkGlobalCRCErr(int partition, int drawer, int gain) const
returns 1 if adc channel has global CRC error
SG::ReadHandleKey< TrigConf::L1Menu > m_L1MenuKey
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
ValuesCollection< T > Collection(std::string name, const T &collection)
Declare a monitored (double-convertible) collection.
int checkROD_CRCErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has CRC error originating in ROD
static const unsigned int MAX_DRAWER
Number of drawers in ROS 1-4.
virtual void setOwner(IDataHandleHolder *o)=0
const ToolHandle< GenericMonitoringTool > m_dummy
An algorithm that can be simultaneously executed in multiple threads.
int ros(const HWIdentifier &id) const
extract ros field from HW identifier
const TileCablingService * m_cabling
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
static const unsigned int MAX_MBTS_COUNTER
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.
Class that holds Data Quality fragment information and provides functions to extract the data quality...
std::vector< int > m_hfnGroups
int m_MBTScounters[Tile::MAX_ROS - 3][Tile::MAX_DRAWER]
int getMBTSCounter(Identifier mbtsID) const
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
void setDigiError(std::vector< int > &counters, std::vector< int > &errors, int counter, int error) const
std::vector< std::vector< int > > m_bcidGroups
std::vector< int > m_pulseGroups
::StatusCode StatusCode
StatusCode definition for legacy code.
Identifier drawer2MBTS_id(const HWIdentifier &id) const
static const unsigned int MBTS_DMU
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
void setRDO(const CTP_RDO *rdo)
Set RDO and fill internal variables from the data object.
void tolower(std::string &s)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
std::vector< int > m_energyTrigLBGroups
int checkHeaderFormatErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has header word format error
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.
std::vector< int > m_pedestalGroups
std::vector< int > m_energyLBGroups
L1 threshold configuration.
SG::ReadHandleKey< CTP_RDO > m_ctpRdoKey
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
void fill(const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const
Fills a vector of variables to a group by reference.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
static const unsigned int MAX_ROS
Number of ROSs
std::vector< int > m_trigGroups
SG::ReadHandle< xAOD::EventInfo > GetEventInfo(const EventContext &) const
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
int m_MBTSchannels[Tile::MAX_ROS - 3][Tile::MAX_DRAWER]
uint32_t lumiBlock() const
The current event's luminosity block number.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.
virtual void renounce()=0
std::vector< std::vector< int > > m_deltaBCIDGroups
SG::ReadHandleKey< TileDigitsContainer > m_digitsContainerKey
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
HWIdentifier drawer_id(int frag) const
ROS HWIdentifer.
int checkSampleParityErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has data word parity error
std::vector< int > m_energyGroups
const std::bitset< 512 > & getTBP() const
get bitset of TBP words
SG::ReadHandleKey< TileCellContainer > m_mbtsCellContainerKey
int checkHeaderParityErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has header word parity error
Gaudi::Property< bool > m_enforceExpressTriggers
std::vector< int > m_energyTrigGroups
Gaudi::Property< std::vector< float > > m_energyCut
setEventNumber setTimeStamp bcid
uint32_t getBCID() const
Get BCID as unsigned integer.
std::vector< int > m_timeGroups
int checkSampleFormatErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has data word format error
Class describing the basic event information.
const TileTBID * m_tileTBID
virtual StatusCode initialize() override
initialize
int drawer(const HWIdentifier &id) const
extract drawer field from HW identifier
def time(flags, cells_name, *args, **kw)
#define ATH_MSG_WARNING(x)
Gaudi::Property< std::vector< int > > m_ctpID
std::vector< int > m_trigSumGroups
uint16_t level1TriggerType() const
The Level-1 trigger type.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
virtual StatusCode sysInitialize() override
Override sysInitialize.
int phi(const Identifier &id) const
extract phi field from MBTS identifier
std::vector< int > m_effTrigGroups
Declare a monitored scalar variable.
int eta(const Identifier &id) const
extract eta field from MBTS identifier
int checkMemoryParityErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has memory parity error
int checkFE_CRCErr(int partition, int drawer, int dmu, int gain) const
returns 1 if DMU has CRC error originating in FE electronics
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
float distance(const Amg::Vector3D &p1, const Amg::Vector3D &p2)
calculates the distance between two point in 3D space
ServiceHandle< TileCablingSvc > m_cablingSvc
Name of Tile cabling service.
std::vector< int > m_deltaBCIDSumGroups
const std::vector< CTP_BC > & getBunchCrossings()
Get vector reference of bunch-crossing data of the current event.
const ToolHandle< GenericMonitoringTool > & getGroup(const std::string &name) const
Get a specific monitoring tool from the tool handle array.
int side(const Identifier &id) const
define synonyms for minimum bias scintillators
HWIdentifier s2h_channel_id(const Identifier &id) const
std::vector< int > m_pulseTrigGroups
Gaudi::Property< std::vector< std::string > > m_l1Triggers
Gaudi::Property< bool > m_fillHistogramsPerMBTS