|
ATLAS Offline Software
|
Class for Tile digi noise based monitoring.
More...
#include <TileRODMonitorAlgorithm.h>
|
enum | L1TriggerTypeBit {
BIT0_RNDM,
BIT1_ZEROBIAS,
BIT2_L1CAL,
BIT3_MUON,
BIT4_RPC,
BIT5_FTK,
BIT6_CTP,
BIT7_CALIB,
ANY_PHYSICS
} |
| Describes L1 trigger type bits. More...
|
|
enum | AuxiliarySampling { SAMP_ALL = 4,
MAX_SAMP = 5
} |
| Describes Tile auxiliary sampling. More...
|
|
enum | Partition {
PART_LBA,
PART_LBC,
PART_EBA,
PART_EBC,
PART_ALL,
MAX_PART
} |
| Describes Tile partitions (ROS - 1) 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...
|
|
|
virtual | ~TileRODMonitorAlgorithm ()=default |
|
virtual StatusCode | initialize () override |
| initialize More...
|
|
virtual StatusCode | fillHistograms (const EventContext &ctx) const override |
| adds event to the monitoring histograms More...
|
|
| TileMonitorAlgorithm (const std::string &name, ISvcLocator *svcLocator) |
|
std::vector< int > | getL1TriggerIndices (uint32_t lvl1TriggerType) const |
| Return indices of histograms to be filled according fired L1 trigger type. More...
|
|
L1TriggerTypeBit | getL1TriggerTypeBit (int lvl1TriggerIdx) const |
| Return Level1 Trigger type bit according trigger index. More...
|
|
int | getNumberOfL1Triggers (void) const |
| Return number of L1 triggers for which histograms should be filled. More...
|
|
bool | isPhysicsEvent (uint32_t lvl1TriggerType) const |
| Return true if it is physics event or false for calibration event. More...
|
|
Partition | getPartition (const CaloCell *cell, const TileID *tileID) const |
| Return Partition for Tile cell or MAX_PART otherwise. More...
|
|
Partition | getPartition (Identifier id, const TileID *tileID) const |
| Return Partition for Tile cell identifier or MAX_PART otherwise. More...
|
|
Partition | getPartition (IdentifierHash hash, const TileID *tileID) const |
| Return Partition for Tile cell identifier hash or MAX_PART otherwise. More...
|
|
| AthMonitorAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) |
| Constructor. More...
|
|
virtual StatusCode | execute (const EventContext &ctx) const override |
| Applies filters and trigger requirements. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
template<typename... T> |
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, T &&... variables) const |
| Fills a variadic list of variables to a group by reference. More...
|
|
void | fill (const std::string &groupName, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by name. More...
|
|
void | fill (const std::string &groupName, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by name. More...
|
|
template<typename... T> |
void | fill (const std::string &groupName, T &&... variables) const |
| Fills a variadic list of variables to a group by name. More...
|
|
Environment_t | environment () const |
| Accessor functions for the environment. More...
|
|
Environment_t | envStringToEnum (const std::string &str) const |
| Convert the environment string from the python configuration to an enum object. More...
|
|
DataType_t | dataType () const |
| Accessor functions for the data type. More...
|
|
DataType_t | dataTypeStringToEnum (const std::string &str) const |
| Convert the data type string from the python configuration to an enum object. More...
|
|
const ToolHandle< GenericMonitoringTool > & | getGroup (const std::string &name) const |
| Get a specific monitoring tool from the tool handle array. More...
|
|
const ToolHandle< Trig::TrigDecisionTool > & | getTrigDecisionTool () const |
| Get the trigger decision tool member. More...
|
|
bool | trigChainsArePassed (const std::vector< std::string > &vTrigNames) const |
| Check whether triggers are passed. More...
|
|
SG::ReadHandle< xAOD::EventInfo > | GetEventInfo (const EventContext &) const |
| Return a ReadHandle for an EventInfo object (get run/event numbers, etc.) More...
|
|
virtual float | lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average mu, i.e. More...
|
|
virtual float | lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate instantaneous number of interactions, i.e. More...
|
|
virtual float | lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1). More...
|
|
virtual float | lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the instantaneous luminosity per bunch crossing. More...
|
|
virtual double | lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the duration of the luminosity block (in seconds) More...
|
|
virtual float | lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average luminosity livefraction. More...
|
|
virtual float | livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the live fraction per bunch crossing ID. More...
|
|
virtual double | lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average integrated luminosity multiplied by the live fraction. More...
|
|
virtual StatusCode | parseList (const std::string &line, std::vector< std::string > &result) const |
| Parse a string into a vector. More...
|
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
ToolHandleArray< GenericMonitoringTool > | m_tools {this,"GMTools",{}} |
| Array of Generic Monitoring Tools. More...
|
|
PublicToolHandle< Trig::TrigDecisionTool > | m_trigDecTool {this, "TrigDecisionTool",""} |
| Tool to tell whether a specific trigger is passed. More...
|
|
ToolHandleArray< IDQFilterTool > | m_DQFilterTools {this,"FilterTools",{}} |
| Array of Data Quality filter tools. More...
|
|
SG::ReadCondHandleKey< LuminosityCondData > | m_lumiDataKey {this,"LuminosityCondDataKey","LuminosityCondData","SG Key of LuminosityCondData object"} |
|
SG::ReadCondHandleKey< LBDurationCondData > | m_lbDurationDataKey {this,"LBDurationCondDataKey","LBDurationCondData","SG Key of LBDurationCondData object"} |
|
SG::ReadCondHandleKey< TrigLiveFractionCondData > | m_trigLiveFractionDataKey {this,"TrigLiveFractionCondDataKey","TrigLiveFractionCondData", "SG Key of TrigLiveFractionCondData object"} |
|
AthMonitorAlgorithm::Environment_t | m_environment |
| Instance of the Environment_t enum. More...
|
|
AthMonitorAlgorithm::DataType_t | m_dataType |
| Instance of the DataType_t enum. More...
|
|
Gaudi::Property< std::string > | m_environmentStr {this,"Environment","user"} |
| Environment string pulled from the job option and converted to enum. More...
|
|
Gaudi::Property< std::string > | m_dataTypeStr {this,"DataType","userDefined"} |
| DataType string pulled from the job option and converted to enum. More...
|
|
Gaudi::Property< std::string > | m_triggerChainString {this,"TriggerChain",""} |
| Trigger chain string pulled from the job option and parsed into a vector. More...
|
|
std::vector< std::string > | m_vTrigChainNames |
| Vector of trigger chain names parsed from trigger chain string. More...
|
|
Gaudi::Property< std::string > | m_fileKey {this,"FileKey",""} |
| Internal Athena name for file. More...
|
|
Gaudi::Property< bool > | m_useLumi {this,"EnableLumi",false} |
| Allows use of various luminosity functions. More...
|
|
Gaudi::Property< float > | m_defaultLBDuration {this,"DefaultLBDuration",60.} |
| Default duration of one lumi block. More...
|
|
Gaudi::Property< int > | m_detailLevel {this,"DetailLevel",0} |
| Sets the level of detail used in the monitoring. More...
|
|
SG::ReadHandleKey< xAOD::EventInfo > | m_EventInfoKey {this,"EventInfoKey","EventInfo"} |
| Key for retrieving EventInfo from StoreGate. More...
|
|
Class for Tile digi noise based monitoring.
Definition at line 29 of file TileRODMonitorAlgorithm.h.
◆ MonVarVec_t
◆ StoreGateSvc_t
◆ AuxiliarySampling
◆ 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.
◆ L1TriggerTypeBit
Describes L1 trigger type bits.
Enumerator |
---|
BIT0_RNDM | |
BIT1_ZEROBIAS | |
BIT2_L1CAL | |
BIT3_MUON | |
BIT4_RPC | |
BIT5_FTK | |
BIT6_CTP | |
BIT7_CALIB | |
ANY_PHYSICS | |
Definition at line 33 of file TileMonitorAlgorithm.h.
◆ Partition
Describes Tile partitions (ROS - 1)
Enumerator |
---|
PART_LBA | |
PART_LBC | |
PART_EBA | |
PART_EBC | |
PART_ALL | |
MAX_PART | |
Definition at line 46 of file TileMonitorAlgorithm.h.
◆ ~TileRODMonitorAlgorithm()
virtual TileRODMonitorAlgorithm::~TileRODMonitorAlgorithm |
( |
| ) |
|
|
virtualdefault |
◆ AthMonitorAlgorithm()
AthMonitorAlgorithm::AthMonitorAlgorithm |
|
inherited |
◆ cardinality()
unsigned int AthReentrantAlgorithm::cardinality |
( |
| ) |
const |
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 55 of file AthReentrantAlgorithm.cxx.
◆ dataType()
DataType_t AthMonitorAlgorithm::dataType |
( |
| ) |
const |
|
inlineinherited |
Accessor functions for the data type.
- Returns
- the current value of the class's DataType_t instance.
Definition at line 221 of file AthMonitorAlgorithm.h.
◆ dataTypeStringToEnum()
Convert the data type string from the python configuration to an enum object.
- Returns
- a value in the DataType_t enumeration which matches the input string.
Definition at line 140 of file AthMonitorAlgorithm.cxx.
142 std::string lowerCaseStr =
str;
146 if( lowerCaseStr ==
"userdefined" ) {
148 }
else if( lowerCaseStr ==
"montecarlo" ) {
150 }
else if( lowerCaseStr ==
"collisions" ) {
152 }
else if( lowerCaseStr ==
"cosmics" ) {
154 }
else if( lowerCaseStr ==
"heavyioncollisions" ) {
157 ATH_MSG_WARNING(
"AthMonitorAlgorithm::dataTypeStringToEnum(): Unknown data type "
158 <<
str<<
", returning userDefined.");
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ environment()
Accessor functions for the environment.
- Returns
- the current value of the class's Environment_t instance.
Definition at line 205 of file AthMonitorAlgorithm.h.
◆ envStringToEnum()
Convert the environment string from the python configuration to an enum object.
- Returns
- a value in the Environment_t enumeration which matches the input string.
Definition at line 112 of file AthMonitorAlgorithm.cxx.
114 std::string lowerCaseStr =
str;
118 if( lowerCaseStr ==
"user" ) {
120 }
else if( lowerCaseStr ==
"online" ) {
122 }
else if( lowerCaseStr ==
"tier0" ) {
124 }
else if( lowerCaseStr ==
"tier0raw" ) {
126 }
else if( lowerCaseStr ==
"tier0esd" ) {
128 }
else if( lowerCaseStr ==
"aod" ) {
130 }
else if( lowerCaseStr ==
"altprod" ) {
133 ATH_MSG_WARNING(
"AthMonitorAlgorithm::envStringToEnum(): Unknown environment "
134 <<
str<<
", returning user.");
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode AthMonitorAlgorithm::execute |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtualinherited |
Applies filters and trigger requirements.
Then, calls fillHistograms().
- Parameters
-
ctx | event context for reentrant Athena call |
- Returns
- StatusCode
Definition at line 73 of file AthMonitorAlgorithm.cxx.
78 if (!filterItr->accept()) {
80 return StatusCode::SUCCESS;
87 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ extraOutputDeps()
const DataObjIDColl & AthReentrantAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
86 return Algorithm::extraOutputDeps();
◆ fillHistograms()
StatusCode TileRODMonitorAlgorithm::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 TileMonitorAlgorithm.
Definition at line 92 of file TileRODMonitorAlgorithm.cxx.
114 float referenceTimes[Tile::MAX_ROS - 1][Tile::MAX_DRAWER][Tile::MAX_CHAN] = {{{0}}};
115 float referenceEnergies[Tile::MAX_ROS - 1][Tile::MAX_DRAWER][Tile::MAX_CHAN] = {{{0}}};
118 if (rawChannelCollection->empty() )
continue;
120 HWIdentifier adc_id = rawChannelCollection->front()->adc_HWID();
128 int fragId = rawChannelCollection->identify();
135 adc_id = rawChannel->adc_HWID();
154 if (badChannels->getAdcStatus(adc_id).isBad()) {
169 float amplitude = rawChannel->amplitude();
174 float time = rawChannel->uncorrTime();
182 std::vector<float> timeDiffs[Tile::MAX_ROS - 1];
183 std::vector<float> energyDiffs[Tile::MAX_ROS - 1];
184 std::vector<float> offlineEnergies[Tile::MAX_ROS - 1];
185 std::vector<float> offlineTimes[Tile::MAX_ROS - 1];
187 std::vector<float> dspTimes[Tile::MAX_ROS - 1];
188 std::vector<float> dspTimesChannels[Tile::MAX_ROS - 1];
189 std::vector<float> dspTimesDrawers[Tile::MAX_ROS - 1];
192 ATH_CHECK( dspRawChannelContainer.isValid() );
196 if (rawChannelCollection->empty() )
continue;
198 HWIdentifier adc_id = rawChannelCollection->front()->adc_HWID();
205 adc_id = rawChannel->adc_HWID();
211 offlineEnergies[
partition].push_back(offlineEnergy);
214 offlineTimes[
partition].push_back(offlineTime);
216 float dspEnergy = rawChannel->amplitude();
217 float dspTime = rawChannel->uncorrTime();
226 float energyDiff = (dspEnergy - offlineEnergy) / offlineEnergy;
227 energyDiffs[
partition].push_back(energyDiff);
229 float timeDiff = dspTime - offlineTime;
230 timeDiffs[
partition].push_back(timeDiff);
233 <<
", energy " << dspEnergy <<
"/" << offlineEnergy
234 <<
", time " << dspTime <<
"/" << offlineTime);
247 for (
int l1TriggerIdx : l1TriggersIndices) {
258 for (
int l1TriggerIdx : l1TriggersIndices) {
268 for (
int l1TriggerIdx : l1TriggersIndices) {
279 for (
int l1TriggerIdx : l1TriggersIndices) {
288 int allTileRodFragsSize = 0;
289 std::vector<int> roses;
290 std::vector<int> fragments;
291 std::vector<int> fragmentSizes;
293 std::vector<const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment*> robFragments;
297 uint32_t rodSourceId = robFragment->rod_source_id();
298 unsigned int ros = (rodSourceId & 0x0F0000) >> 16;
299 unsigned int fragment = rodSourceId & 0x0000FF;
300 int rodFragmentSize = robFragment->rod_fragment_size_word();
302 allTileRodFragsSize += rodFragmentSize;
304 roses.push_back(
ros);
305 fragments.push_back(fragment);
306 fragmentSizes.push_back(rodFragmentSize);
307 ATH_MSG_VERBOSE(
"ROS = " <<
ros <<
", ROD fragment = " << fragment <<
", size = " << rodFragmentSize);
311 ATH_MSG_DEBUG(
"All Tile ROD fragemsts size: " << allTileRodFragsSize <<
" in LB " << eventInfo->
lumiBlock());
315 for (
int l1TriggerIdx : l1TriggersIndices) {
319 if (!fragmentSizes.empty()) {
323 for (
int l1TriggerIdx : l1TriggersIndices) {
332 return StatusCode::SUCCESS;
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ GetEventInfo()
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
- Parameters
-
ctx | EventContext for the event |
- Returns
- a SG::ReadHandle<xAOD::EventInfo>
Definition at line 107 of file AthMonitorAlgorithm.cxx.
◆ getGroup()
Get a specific monitoring tool from the tool handle array.
Finds a specific GenericMonitoringTool instance from the list of monitoring tools (a ToolHandleArray). Throws a FATAL warning if the object found is empty.
- Parameters
-
name | string name of the desired tool |
- Returns
- reference to the desired monitoring tool
Definition at line 164 of file AthMonitorAlgorithm.cxx.
171 if (!isInitialized()) {
173 "It seems that the AthMonitorAlgorithm::initialize was not called "
174 "in derived class initialize method");
178 [](
const std::string&
s,
auto h) { return s +
"," + h.first; });
179 ATH_MSG_FATAL(
"The tool " <<
name <<
" could not be found in the tool array of the "
180 <<
"monitoring algorithm " <<
m_name <<
". This probably reflects a discrepancy between "
181 <<
"your python configuration and c++ filling code. Note: your available groups are {"
182 << available <<
"}.");
◆ getL1TriggerIndices()
std::vector< int > TileMonitorAlgorithm::getL1TriggerIndices |
( |
uint32_t |
lvl1TriggerType | ) |
const |
|
inherited |
Return indices of histograms to be filled according fired L1 trigger type.
- Parameters
-
lvl1TriggerType | Level1 Trigger Type |
- Returns
- vector of indices of histograms to be filled
Definition at line 67 of file TileMonitorAlgorithm.cxx.
69 std::vector<int> triggerIndices;
72 if (lvl1TriggerType != 0) {
77 if (triggerIdx >= 0) triggerIndices.push_back(triggerIdx);
79 for (
int bitTrigger = 0; bitTrigger <
BIT7_CALIB; ++bitTrigger) {
80 if ((lvl1TriggerType >> bitTrigger) & 1) {
82 if (triggerIdx >= 0) triggerIndices.push_back(triggerIdx);
87 if (triggerIdx >= 0) triggerIndices.push_back(triggerIdx);
92 if (triggerIdx >= 0) triggerIndices.push_back(triggerIdx);
95 return triggerIndices;
◆ getL1TriggerTypeBit()
Return Level1 Trigger type bit according trigger index.
- Parameters
-
lvl1TriggerIdx | Level1 Trigger index |
- Returns
- level1 trigger type bit according trigger index
Definition at line 104 of file TileMonitorAlgorithm.cxx.
◆ getL1TriggerTypeBitFromName()
Definition at line 35 of file TileMonitorAlgorithm.cxx.
38 std::string loCaseTriggerBitName = triggerBitName;
39 std::transform(triggerBitName.begin(), triggerBitName.end(), loCaseTriggerBitName.begin(), ::
tolower);
41 if( loCaseTriggerBitName ==
"bit0_rndm" ) {
42 return L1TriggerTypeBit::BIT0_RNDM;
43 }
else if( loCaseTriggerBitName ==
"bit1_zerobias" ) {
44 return L1TriggerTypeBit::BIT1_ZEROBIAS;
45 }
else if( loCaseTriggerBitName ==
"bit2_l1cal" ) {
46 return L1TriggerTypeBit::BIT2_L1CAL;
47 }
else if( loCaseTriggerBitName ==
"bit3_muon" ) {
48 return L1TriggerTypeBit::BIT3_MUON;
49 }
else if( loCaseTriggerBitName ==
"bit4_rpc" ) {
50 return L1TriggerTypeBit::BIT4_RPC;
51 }
else if( loCaseTriggerBitName ==
"bit5_ftk" ) {
52 return L1TriggerTypeBit::BIT5_FTK;
53 }
else if( loCaseTriggerBitName ==
"bit6_ctp" ) {
54 return L1TriggerTypeBit::BIT6_CTP;
55 }
else if( loCaseTriggerBitName ==
"bit7_calib" ) {
56 return L1TriggerTypeBit::BIT7_CALIB;
57 }
else if( loCaseTriggerBitName ==
"anyphystrig" ) {
58 return L1TriggerTypeBit::ANY_PHYSICS;
60 ATH_MSG_WARNING(
"::getL1TriggerTypeBitFromName(): Unknown L1 trigger type bit name: "
61 << triggerBitName <<
", returning AnyPhysTrig.");
62 return L1TriggerTypeBit::ANY_PHYSICS;
◆ getNumberOfL1Triggers()
int TileMonitorAlgorithm::getNumberOfL1Triggers |
( |
void |
| ) |
const |
|
inlineinherited |
Return number of L1 triggers for which histograms should be filled.
Definition at line 66 of file TileMonitorAlgorithm.h.
◆ getPartition() [1/3]
◆ getPartition() [2/3]
◆ getPartition() [3/3]
◆ getTrigDecisionTool()
Get the trigger decision tool member.
The trigger decision tool is used to check whether a specific trigger is passed by an event.
- Returns
- m_trigDecTool
Definition at line 189 of file AthMonitorAlgorithm.cxx.
◆ initialize()
StatusCode TileRODMonitorAlgorithm::initialize |
( |
| ) |
|
|
overridevirtual |
initialize
- Returns
- StatusCode
Reimplemented from TileMonitorAlgorithm.
Definition at line 12 of file TileRODMonitorAlgorithm.cxx.
39 return StatusCode::FAILURE;
48 Tile::MAX_ROS - 1, nL1Triggers);
51 Tile::MAX_ROS - 1, nL1Triggers);
54 Tile::MAX_ROS - 1, nL1Triggers);
57 Tile::MAX_ROS - 1, nL1Triggers);
60 Tile::MAX_ROS - 1, nL1Triggers);
63 Tile::MAX_ROS - 1, nL1Triggers);
66 Tile::MAX_ROS - 1, nL1Triggers);
78 for (
unsigned int rodId : {0x510000, 0x520000, 0x530000, 0x540000}) {
79 for (
unsigned int fragment = 0; fragment <
m_nROBs; ++fragment) {
88 return StatusCode::SUCCESS;
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, InDet::SiSPGNNTrackMaker, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ isPhysicsEvent()
bool TileMonitorAlgorithm::isPhysicsEvent |
( |
uint32_t |
lvl1TriggerType | ) |
const |
|
inherited |
Return true if it is physics event or false for calibration event.
- Parameters
-
lvl1TriggerType | Level1 Trigger Type |
- Returns
- true if it is physics event according L1 trigger type
Definition at line 98 of file TileMonitorAlgorithm.cxx.
100 return (lvl1TriggerType == 0) || (((lvl1TriggerType >>
BIT7_CALIB) & 1) == 1);
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ parseList()
StatusCode AthMonitorAlgorithm::parseList |
( |
const std::string & |
line, |
|
|
std::vector< std::string > & |
result |
|
) |
| const |
|
virtualinherited |
Parse a string into a vector.
The input string is a single long string of all of the trigger names. It parses this string and turns it into a vector, where each element is one trigger or trigger category.
- Parameters
-
line | The input string. |
result | The parsed output vector of strings. |
- Returns
- StatusCode
Definition at line 336 of file AthMonitorAlgorithm.cxx.
338 std::stringstream
ss(
line);
342 while ( std::getline(
ss,
item,
',') ) {
343 std::stringstream iss(
item);
348 return StatusCode::SUCCESS;
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ TileMonitorAlgorithm()
TileMonitorAlgorithm::TileMonitorAlgorithm |
|
inline |
◆ trigChainsArePassed()
bool AthMonitorAlgorithm::trigChainsArePassed |
( |
const std::vector< std::string > & |
vTrigNames | ) |
const |
|
inherited |
Check whether triggers are passed.
For the event, use the trigger decision tool to check that at least one of the triggers listed in the supplied vector is passed.
- Parameters
-
vTrigNames | List of trigger names. |
- Returns
- If empty input, default to true. If at least one trigger is specified, returns whether at least one trigger was passed.
Definition at line 194 of file AthMonitorAlgorithm.cxx.
198 if (vTrigNames.empty())
return true;
210 bool expressPass = passedBits & TrigDefs::Express_passed;
217 return group->isPassed();
◆ updateVHKA()
◆ AtlasVersion
TileRODMonitorAlgorithm.AtlasVersion |
◆ cfg
TileRODMonitorAlgorithm.cfg |
◆ doOptATLAS
TileRODMonitorAlgorithm.doOptATLAS |
◆ enableLumiAccess
TileRODMonitorAlgorithm.enableLumiAccess |
◆ Files
TileRODMonitorAlgorithm.Files |
◆ flags
TileRODMonitorAlgorithm.flags |
◆ GlobalTag
TileRODMonitorAlgorithm.GlobalTag |
◆ HISTFileName
TileRODMonitorAlgorithm.HISTFileName |
◆ m_badChannelsKey
◆ m_cabling
◆ m_cablingSvc
Initial value:{ this,
"TileCablingSvc", "TileCablingSvc", "The Tile cabling service"}
Name of Tile cabling service.
Definition at line 92 of file TileRODMonitorAlgorithm.h.
◆ m_checkDCS
Gaudi::Property<bool> TileRODMonitorAlgorithm::m_checkDCS {this, "CheckDCS", false, "Check Tile DCS status"} |
|
private |
◆ m_comparisonUnit
Gaudi::Property<unsigned int> TileRODMonitorAlgorithm::m_comparisonUnit |
|
private |
◆ m_dataType
◆ m_dataTypeStr
Gaudi::Property<std::string> AthMonitorAlgorithm::m_dataTypeStr {this,"DataType","userDefined"} |
|
protectedinherited |
◆ m_DCSStateKey
◆ m_defaultLBDuration
Gaudi::Property<float> AthMonitorAlgorithm::m_defaultLBDuration {this,"DefaultLBDuration",60.} |
|
protectedinherited |
◆ m_detailLevel
Gaudi::Property<int> AthMonitorAlgorithm::m_detailLevel {this,"DetailLevel",0} |
|
protectedinherited |
◆ m_detStore
◆ m_DQFilterTools
ToolHandleArray<IDQFilterTool> AthMonitorAlgorithm::m_DQFilterTools {this,"FilterTools",{}} |
|
protectedinherited |
◆ m_DQstatusKey
◆ m_dspChanTimeGroups
std::vector<std::vector<int> > TileRODMonitorAlgorithm::m_dspChanTimeGroups |
|
private |
◆ m_dspRawChannelContainerKey
Initial value:{this,
"TileRawChannelContainerDSP", "TileRawChannelCnt", "Input Tile DSP raw channel container key"}
Definition at line 74 of file TileRODMonitorAlgorithm.h.
◆ m_dummy
◆ m_emScaleKey
◆ m_energyDiffGroups
std::vector<std::vector<int> > TileRODMonitorAlgorithm::m_energyDiffGroups |
|
private |
◆ m_energyDiffVsEnergyGroups
std::vector<std::vector<int> > TileRODMonitorAlgorithm::m_energyDiffVsEnergyGroups |
|
private |
◆ m_energyDiffVsTimeGroups
std::vector<std::vector<int> > TileRODMonitorAlgorithm::m_energyDiffVsTimeGroups |
|
private |
◆ m_energyThreshold
Gaudi::Property<float> TileRODMonitorAlgorithm::m_energyThreshold |
|
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
DataObjIDColl AthReentrantAlgorithm::m_extendedExtraObjects |
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
◆ m_fileKey
Gaudi::Property<std::string> AthMonitorAlgorithm::m_fileKey {this,"FileKey",""} |
|
protectedinherited |
◆ m_fillHistogramsForL1Triggers
Gaudi::Property<std::vector<std::string> > TileMonitorAlgorithm::m_fillHistogramsForL1Triggers |
|
privateinherited |
Initial value:{this,
"fillHistogramsForL1Triggers", {}, "Fill histograms per given L1 trigger types"}
Definition at line 98 of file TileMonitorAlgorithm.h.
◆ m_fillRODfragSizeHistograms
Gaudi::Property<bool> TileRODMonitorAlgorithm::m_fillRODfragSizeHistograms |
|
private |
Initial value:{this,
"fillRODFragmentSizeHistograms", true, "Fill summary histograms with ROD fragment size"}
Definition at line 59 of file TileRODMonitorAlgorithm.h.
◆ m_finalRawChannelUnit
◆ m_fragIDsToIgnoreDMUerrors
Gaudi::Property<std::vector<int> > TileRODMonitorAlgorithm::m_fragIDsToIgnoreDMUerrors |
|
private |
Initial value:{this,
"FragIDsToIgnoreDMUErrors", {}, "List of Tile frag IDs for which ignore DMU errors"}
Definition at line 44 of file TileRODMonitorAlgorithm.h.
◆ m_l1TriggerBitNames
std::vector<std::string> TileMonitorAlgorithm::m_l1TriggerBitNames |
|
privateinherited |
Initial value:{"bit0_RNDM", "bit1_ZeroBias", "bit2_L1CAL", "bit3_MUON",
"bit4_RPC", "bit5_FTK", "bti6_CTP", "bit7_Calib", "AnyPhysTrig"}
Definition at line 103 of file TileMonitorAlgorithm.h.
◆ m_l1TriggerIndices
std::vector<int> TileMonitorAlgorithm::m_l1TriggerIndices |
|
privateinherited |
◆ m_l1Triggers
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_name
std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_nROBs
Gaudi::Property<unsigned int> TileRODMonitorAlgorithm::m_nROBs |
|
private |
◆ m_rawChannelContainerKey
Initial value:{this,
"TileRawChannelContainer", "TileRawChannelOpt2", "Input Tile reference raw channel container key"}
Definition at line 71 of file TileRODMonitorAlgorithm.h.
◆ m_robSvc
Initial value:{this,
"ROBDataProviderSvc", "ROBDataProviderSvc", "The ROB data provider service"}
Name of ROB data provider service.
Definition at line 98 of file TileRODMonitorAlgorithm.h.
◆ m_rodFragSizeGroups
std::vector<std::vector<std::vector<int> > > TileRODMonitorAlgorithm::m_rodFragSizeGroups |
|
private |
◆ m_rodFragSizeLBGroups
std::vector<int> TileRODMonitorAlgorithm::m_rodFragSizeLBGroups |
|
private |
◆ m_rodFragSizeMapGroups
std::vector<int> TileRODMonitorAlgorithm::m_rodFragSizeMapGroups |
|
private |
◆ m_tileHWID
◆ m_tileRobIds
std::vector<uint32_t> TileRODMonitorAlgorithm::m_tileRobIds |
|
private |
◆ m_timeDiffGroups
std::vector<std::vector<int> > TileRODMonitorAlgorithm::m_timeDiffGroups |
|
private |
◆ m_timeDiffVsEnergyGroups
std::vector<std::vector<int> > TileRODMonitorAlgorithm::m_timeDiffVsEnergyGroups |
|
private |
◆ m_timeDiffVsTimeGroups
std::vector<std::vector<int> > TileRODMonitorAlgorithm::m_timeDiffVsTimeGroups |
|
private |
◆ m_timeRange
Gaudi::Property<std::vector<float> > TileRODMonitorAlgorithm::m_timeRange |
|
private |
Initial value:{this,
"TimeRange", {-65.0F, 65.0F}, "Time range to be monitored, default: (-65,65)"}
Definition at line 53 of file TileRODMonitorAlgorithm.h.
◆ m_toolLookupMap
std::unordered_map<std::string, size_t> AthMonitorAlgorithm::m_toolLookupMap |
|
privateinherited |
◆ m_tools
◆ m_trigDecTool
◆ m_triggerChainString
Gaudi::Property<std::string> AthMonitorAlgorithm::m_triggerChainString {this,"TriggerChain",""} |
|
protectedinherited |
Trigger chain string pulled from the job option and parsed into a vector.
Definition at line 355 of file AthMonitorAlgorithm.h.
◆ m_triggerTypes
Gaudi::Property<std::vector<unsigned int> > TileRODMonitorAlgorithm::m_triggerTypes |
|
private |
Initial value:{this,
"TriggerTypes", {}, "Given trigger types only events with these TT will be used, otherwise all"}
Definition at line 41 of file TileRODMonitorAlgorithm.h.
◆ m_trigLiveFractionDataKey
◆ m_useLumi
Gaudi::Property<bool> AthMonitorAlgorithm::m_useLumi {this,"EnableLumi",false} |
|
protectedinherited |
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_vTrigChainNames
std::vector<std::string> AthMonitorAlgorithm::m_vTrigChainNames |
|
protectedinherited |
◆ MAX_TILE_ROBS
constexpr int TileRODMonitorAlgorithm::MAX_TILE_ROBS = 32 |
|
staticconstexprprivate |
◆ MaxEvents
TileRODMonitorAlgorithm.MaxEvents |
◆ readMuRcv
TileRODMonitorAlgorithm.readMuRcv |
◆ sc
TileRODMonitorAlgorithm.sc |
◆ summariseProps
TileRODMonitorAlgorithm.summariseProps |
◆ True
TileRODMonitorAlgorithm.True |
◆ useTrigger
TileRODMonitorAlgorithm.useTrigger |
◆ withDetails
TileRODMonitorAlgorithm.withDetails |
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
std::vector< int > getL1TriggerIndices(uint32_t lvl1TriggerType) const
Return indices of histograms to be filled according fired L1 trigger type.
TileRawChannelUnit::UNIT m_finalRawChannelUnit
Gaudi::Property< unsigned int > m_nROBs
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
Gaudi::Property< unsigned int > m_comparisonUnit
const TileHWID * m_tileHWID
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
std::vector< std::vector< int > > m_energyDiffVsTimeGroups
SG::ReadCondHandleKey< TileDCSState > m_DCSStateKey
Name of TileDCSState object in condition store.
bool accumulate(AccumulateMap &map, std::vector< module_t > const &modules, FPGATrackSimMatrixAccumulator const &acc)
Accumulates an accumulator (e.g.
std::vector< std::string > m_vTrigChainNames
Vector of trigger chain names parsed from trigger chain string.
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)
SG::ReadHandleKey< xAOD::EventInfo > m_EventInfoKey
Key for retrieving EventInfo from StoreGate.
int side(const Identifier &id) const
std::vector< L1TriggerTypeBit > m_l1Triggers
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< std::vector< int > > m_timeDiffGroups
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
Identifier h2s_cell_id_index(const HWIdentifier &id, int &index, int &pmt) const
Gaudi::Property< std::vector< std::string > > m_fillHistogramsForL1Triggers
#define ATH_MSG_VERBOSE(x)
SG::ReadHandleKey< TileDQstatus > m_DQstatusKey
std::vector< std::vector< int > > m_timeDiffVsTimeGroups
bool isStatusBad(unsigned int ros, unsigned int drawer) const
Return true if given Tile drawer considered as bad by summary drawer states per LVPS otherwise return...
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
int channel(const HWIdentifier &id) const
extract channel field from HW identifier
Gaudi::Property< bool > m_checkDCS
def timer(name, disabled=False)
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
ValuesCollection< T > Collection(std::string name, const T &collection)
Declare a monitored (double-convertible) collection.
virtual void setOwner(IDataHandleHolder *o)=0
const ToolHandle< GenericMonitoringTool > m_dummy
int ros(const HWIdentifier &id) const
extract ros field from HW identifier
std::vector< std::vector< int > > m_energyDiffVsEnergyGroups
virtual StatusCode initialize() override
initialize
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
std::vector< std::vector< int > > m_timeDiffVsEnergyGroups
Class that holds Data Quality fragment information and provides functions to extract the data quality...
int adc(const HWIdentifier &id) const
extract adc field from HW identifier
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
AthReentrantAlgorithm()
Default constructor:
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
Generic monitoring tool for athena components.
const TileCablingService * m_cabling
Gaudi::Property< bool > m_fillRODfragSizeHistograms
::StatusCode StatusCode
StatusCode definition for legacy code.
Partition
Describes Tile partitions (ROS - 1)
void tolower(std::string &s)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
bool is_tile(Identifier id) const
std::vector< std::vector< int > > m_energyDiffGroups
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
void fill(const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const
Fills a vector of variables to a group by reference.
AthConfigFlags cosmics(AthConfigFlags flags, str instanceName, str recoMode)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
SG::ReadCondHandleKey< TileBadChannels > m_badChannelsKey
Name of TileBadChannels in condition store.
SG::ReadHandle< xAOD::EventInfo > GetEventInfo(const EventContext &) const
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
SG::ReadCondHandleKey< TileEMScale > m_emScaleKey
Name of TileEMScale in condition store.
Gaudi::Property< float > m_energyThreshold
uint32_t lumiBlock() const
The current event's luminosity block number.
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.
bool isAdcDQgood(int partition, int drawer, int ch, int gain) const
returns status of single ADC returns False if there are any errors
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Gaudi::Property< std::vector< float > > m_timeRange
std::vector< int > m_rodFragSizeMapGroups
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
virtual StatusCode sysInitialize() override
Override sysInitialize.
Gaudi::Property< bool > m_enforceExpressTriggers
StatusCode initialize(bool used=true)
std::vector< int > m_l1TriggerIndices
ServiceHandle< TileCablingSvc > m_cablingSvc
Name of Tile cabling service.
Class describing the basic event information.
bool isDisconnected(int ros, int drawer, int channel) const
int drawer(const HWIdentifier &id) const
extract drawer field from HW identifier
def time(flags, cells_name, *args, **kw)
int getNumberOfL1Triggers(void) const
Return number of L1 triggers for which histograms should be filled.
void sort(typename std::reverse_iterator< DataModel_detail::iterator< DVL > > beg, typename std::reverse_iterator< DataModel_detail::iterator< DVL > > end, const Compare &comp)
Specialization of sort for DataVector/List.
#define ATH_MSG_WARNING(x)
SG::ReadHandleKey< TileRawChannelContainer > m_rawChannelContainerKey
std::vector< uint32_t > m_tileRobIds
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
uint16_t level1TriggerType() const
The Level-1 trigger type.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
ServiceHandle< IROBDataProviderSvc > m_robSvc
Name of ROB data provider service.
Condition object to keep Tile DCS status from DB.
static constexpr int MAX_TILE_ROBS
Gaudi::Property< std::vector< int > > m_fragIDsToIgnoreDMUerrors
static unsigned int getDrawerIdx(unsigned int ros, unsigned int drawer)
Returns a drawer hash.
int section(const Identifier &id) const
Declare a monitored scalar variable.
std::string to_string(const HWIdentifier &id, int level=0) const
extract all fields from HW identifier HWIdentifier get_all_fields ( const HWIdentifier & id,...
Identifier cell_id(const Identifier &any_id) const
SG::ReadHandleKey< TileRawChannelContainer > m_dspRawChannelContainerKey
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
std::vector< std::vector< int > > m_dspChanTimeGroups
Partition getPartition(const CaloCell *cell, const TileID *tileID) const
Return Partition for Tile cell or MAX_PART otherwise.
std::vector< int > m_rodFragSizeLBGroups
@ OnlineMegaElectronVolts
const_pointer_type cptr()