|
ATLAS Offline Software
|
Class for Tile Jet based monitoring.
More...
#include <TileJetMonitorAlgorithm.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...
|
|
|
| TileJetMonitorAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual | ~TileJetMonitorAlgorithm () |
|
virtual StatusCode | initialize () override |
| initialize More...
|
|
virtual StatusCode | fillHistograms (const EventContext &ctx) const override |
| adds event to the monitoring histograms More...
|
|
virtual StatusCode | execute (const EventContext &ctx) const override |
| Applies filters and trigger requirements. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
template<typename... T> |
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, T &&... variables) const |
| Fills a variadic list of variables to a group by reference. More...
|
|
void | fill (const std::string &groupName, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by name. More...
|
|
void | fill (const std::string &groupName, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by name. More...
|
|
template<typename... T> |
void | fill (const std::string &groupName, T &&... variables) const |
| Fills a variadic list of variables to a group by name. More...
|
|
Environment_t | environment () const |
| Accessor functions for the environment. More...
|
|
Environment_t | envStringToEnum (const std::string &str) const |
| Convert the environment string from the python configuration to an enum object. More...
|
|
DataType_t | dataType () const |
| Accessor functions for the data type. More...
|
|
DataType_t | dataTypeStringToEnum (const std::string &str) const |
| Convert the data type string from the python configuration to an enum object. More...
|
|
const ToolHandle< GenericMonitoringTool > & | getGroup (const std::string &name) const |
| Get a specific monitoring tool from the tool handle array. More...
|
|
const ToolHandle< Trig::TrigDecisionTool > & | getTrigDecisionTool () const |
| Get the trigger decision tool member. More...
|
|
bool | trigChainsArePassed (const std::vector< std::string > &vTrigNames) const |
| Check whether triggers are passed. More...
|
|
SG::ReadHandle< xAOD::EventInfo > | GetEventInfo (const EventContext &) const |
| Return a ReadHandle for an EventInfo object (get run/event numbers, etc.) More...
|
|
virtual float | lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average mu, i.e. More...
|
|
virtual float | lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate instantaneous number of interactions, i.e. More...
|
|
virtual float | lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1). More...
|
|
virtual float | lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the instantaneous luminosity per bunch crossing. More...
|
|
virtual double | lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the duration of the luminosity block (in seconds) More...
|
|
virtual float | lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average luminosity livefraction. More...
|
|
virtual float | livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the live fraction per bunch crossing ID. More...
|
|
virtual double | lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average integrated luminosity multiplied by the live fraction. More...
|
|
virtual StatusCode | parseList (const std::string &line, std::vector< std::string > &result) const |
| Parse a string into a vector. More...
|
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
ToolHandleArray< GenericMonitoringTool > | m_tools {this,"GMTools",{}} |
| Array of Generic Monitoring Tools. More...
|
|
PublicToolHandle< Trig::TrigDecisionTool > | m_trigDecTool {this, "TrigDecisionTool",""} |
| Tool to tell whether a specific trigger is passed. More...
|
|
ToolHandleArray< IDQFilterTool > | m_DQFilterTools {this,"FilterTools",{}} |
| Array of Data Quality filter tools. More...
|
|
SG::ReadCondHandleKey< LuminosityCondData > | m_lumiDataKey {this,"LuminosityCondDataKey","LuminosityCondData","SG Key of LuminosityCondData object"} |
|
SG::ReadCondHandleKey< LBDurationCondData > | m_lbDurationDataKey {this,"LBDurationCondDataKey","LBDurationCondData","SG Key of LBDurationCondData object"} |
|
SG::ReadCondHandleKey< TrigLiveFractionCondData > | m_trigLiveFractionDataKey {this,"TrigLiveFractionCondDataKey","TrigLiveFractionCondData", "SG Key of TrigLiveFractionCondData object"} |
|
AthMonitorAlgorithm::Environment_t | m_environment |
| Instance of the Environment_t enum. More...
|
|
AthMonitorAlgorithm::DataType_t | m_dataType |
| Instance of the DataType_t enum. More...
|
|
Gaudi::Property< std::string > | m_environmentStr {this,"Environment","user"} |
| Environment string pulled from the job option and converted to enum. More...
|
|
Gaudi::Property< std::string > | m_dataTypeStr {this,"DataType","userDefined"} |
| DataType string pulled from the job option and converted to enum. More...
|
|
Gaudi::Property< std::string > | m_triggerChainString {this,"TriggerChain",""} |
| Trigger chain string pulled from the job option and parsed into a vector. More...
|
|
std::vector< std::string > | m_vTrigChainNames |
| Vector of trigger chain names parsed from trigger chain string. More...
|
|
Gaudi::Property< std::string > | m_fileKey {this,"FileKey",""} |
| Internal Athena name for file. More...
|
|
Gaudi::Property< bool > | m_useLumi {this,"EnableLumi",false} |
| Allows use of various luminosity functions. More...
|
|
Gaudi::Property< float > | m_defaultLBDuration {this,"DefaultLBDuration",60.} |
| Default duration of one lumi block. More...
|
|
Gaudi::Property< int > | m_detailLevel {this,"DetailLevel",0} |
| Sets the level of detail used in the monitoring. More...
|
|
SG::ReadHandleKey< xAOD::EventInfo > | m_EventInfoKey {this,"EventInfoKey","EventInfo"} |
| Key for retrieving EventInfo from StoreGate. More...
|
|
|
StatusCode | fillTimeHistograms (const xAOD::Jet &jet, uint32_t lumiBlock, std::set< Identifier > &usedCells) const |
|
unsigned int | findIndex (const int gain, const float energy) const |
|
bool | isGoodChannel (int part, int module, int channel, uint32_t bad, unsigned int qbit, Identifier id) const |
|
bool | passesJvt (const xAOD::Jet &jet) const |
|
bool | isGoodJet (const xAOD::Jet &jet) const |
|
bool | isGoodEvent (const EventContext &ctx) const |
|
std::string | sampleName (const int ros, const int sample, const int tower) const |
|
bool | matchesEnergyRange (const int sample, const int tower, const float energy, const int gain) const |
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
| specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
| specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
|
|
Gaudi::Property< float > | m_jetPtMin {this, "JetPtMin", 20000., "Threshold in MeV"} |
|
Gaudi::Property< float > | m_jetPtMax {this, "JetPtMax", 120000, ""} |
|
Gaudi::Property< float > | m_jetEtaMax {this, "JetEtaMax", 1.6, ""} |
|
Gaudi::Property< float > | m_energyChanMin {this, "ChannelEnergyMin", 2000, ""} |
|
Gaudi::Property< float > | m_energyChanMax {this, "ChannelEnergyMax", 4000, ""} |
|
Gaudi::Property< float > | m_gain {this, "Gain", 1, ""} |
|
Gaudi::Property< float > | m_energyE1Min {this, "E1EnergyMin", -1, ""} |
|
Gaudi::Property< float > | m_energyE1Max {this, "E1EnergyMax", -1, ""} |
|
Gaudi::Property< float > | m_gainE1 {this, "GainE1", -1, ""} |
|
Gaudi::Property< float > | m_energyE2Min {this, "E2EnergyMin", -1, ""} |
|
Gaudi::Property< float > | m_energyE2Max {this, "E2EnergyMax", -1, ""} |
|
Gaudi::Property< float > | m_gainE2 {this, "GainE2", -1, ""} |
|
Gaudi::Property< float > | m_energyE3Min {this, "E3EnergyMin", -1, ""} |
|
Gaudi::Property< float > | m_energyE3Max {this, "E3EnergyMax", -1, ""} |
|
Gaudi::Property< float > | m_gainE3 {this, "GainE3", -1, ""} |
|
Gaudi::Property< float > | m_energyE4Min {this, "E4EnergyMin", -1, ""} |
|
Gaudi::Property< float > | m_energyE4Max {this, "E4EnergyMax", -1, ""} |
|
Gaudi::Property< float > | m_gainE4 {this, "GainE4", -1, ""} |
|
Gaudi::Property< bool > | m_do1DHistograms {this, "Do1DHistograms", false, ""} |
|
Gaudi::Property< bool > | m_do2DHistograms {this, "Do2DHistograms", false, ""} |
|
Gaudi::Property< bool > | m_doEnergyDiffHistograms {this, "DoEnergyDiffHistograms", false, ""} |
|
Gaudi::Property< float > | m_energyDiffThreshold {this, "EnergyDiffThreshold", 2000, ""} |
|
Gaudi::Property< bool > | m_doEnergyProfiles {this, "DoEnergyProfiles", true, ""} |
|
Gaudi::Property< bool > | m_doEventCleaning {this, "DoEventCleaning", true, ""} |
|
Gaudi::Property< bool > | m_doJetCleaning {this, "DoJetCleaning", false, ""} |
|
Gaudi::Property< float > | m_jetTrackingEtaLimit {this, "JetTrackingEtaLimit", 2.4, ""} |
|
Gaudi::Property< float > | m_jvtThreshold {this, "JvtThreshold", 0.59, ""} |
|
Gaudi::Property< std::vector< float > > | m_cellEnergyUpperLimitsHG |
|
Gaudi::Property< std::vector< float > > | m_cellEnergyUpperLimitsLG |
|
ToolHandle< ITileBadChanTool > | m_tileBadChanTool |
|
ToolHandle< IJetUpdateJvt > | m_jvt {this, "JVT", "", ""} |
|
ToolHandle< IJetSelector > | m_jetCleaningTool {this, "JetCleaningTool", "", ""} |
|
ToolHandle< ECUtils::IEventCleaningTool > | m_eventCleaningTool {this, "EventCleaningTool", "", ""} |
|
SG::ReadHandleKey< xAOD::JetContainer > | m_jetContainerKey |
|
SG::ReadHandleKey< CaloCellContainer > | m_caloCellContainerKey |
|
const TileID * | m_tileID |
|
const TileHWID * | m_tileHWID |
|
const TileCablingService * | m_cabling |
| TileCabling instance. More...
|
|
std::string | m_name |
|
std::unordered_map< std::string, size_t > | m_toolLookupMap |
|
const ToolHandle< GenericMonitoringTool > | m_dummy |
|
Gaudi::Property< bool > | m_enforceExpressTriggers |
|
DataObjIDColl | m_extendedExtraObjects |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More...
|
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Class for Tile Jet based monitoring.
Definition at line 33 of file TileJetMonitorAlgorithm.h.
◆ MonVarVec_t
◆ StoreGateSvc_t
◆ DataType_t
Specifies what type of input data is being monitored.
An enumeration of the different types of data the monitoring application may be running over. This can be used to select which histograms to produce, e.g. to prevent the production of colliding-beam histograms when running on cosmic-ray data. Strings of the same names may be given as jobOptions.
Enumerator |
---|
userDefined | |
monteCarlo | |
collisions | |
cosmics | |
heavyIonCollisions | |
Definition at line 191 of file AthMonitorAlgorithm.h.
◆ Environment_t
Specifies the processing environment.
The running environment may be used to select which histograms are produced, and where they are located in the output. For example, the output paths of the histograms are different for the "user", "online" and the various offline flags. Strings of the same names may be given as jobOptions.
Enumerator |
---|
user | |
online | |
tier0 | |
tier0Raw | |
tier0ESD | |
AOD | |
altprod | |
Definition at line 172 of file AthMonitorAlgorithm.h.
◆ TileJetMonitorAlgorithm()
TileJetMonitorAlgorithm::TileJetMonitorAlgorithm |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~TileJetMonitorAlgorithm()
TileJetMonitorAlgorithm::~TileJetMonitorAlgorithm |
( |
| ) |
|
|
virtual |
◆ 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 TileJetMonitorAlgorithm::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 99 of file TileJetMonitorAlgorithm.cxx.
106 return StatusCode::SUCCESS;
112 if (!jetContainer.isValid()) {
114 return StatusCode::SUCCESS;
121 std::set<Identifier> usedCells;
128 <<
", eta " <<
jet->eta()
129 <<
", phi " <<
jet->phi()
130 <<
", constituents " <<
jet->numConstituents());
134 <<
", eta " <<
jet->eta()
135 <<
", phi " <<
jet->phi()
136 <<
", constituents " <<
jet->numConstituents());
147 return StatusCode::SUCCESS;
◆ fillTimeHistograms()
StatusCode TileJetMonitorAlgorithm::fillTimeHistograms |
( |
const xAOD::Jet & |
jet, |
|
|
uint32_t |
lumiBlock, |
|
|
std::set< Identifier > & |
usedCells |
|
) |
| const |
|
private |
Definition at line 152 of file TileJetMonitorAlgorithm.cxx.
157 if(
jet.numConstituents() == 0 || !
jet.getConstituents().isValid())
return StatusCode::SUCCESS;
161 ToolHandle<GenericMonitoringTool> tileJetChannTimeDQTool =
getGroup(
"TileJetChanTimeDQ");
163 std::array<std::string, 2> gainName{
"LG",
"HG"};
164 std::array<std::string, 5>
partitionName{
"AUX",
"LBA",
"LBC",
"EBA",
"EBC"};
176 if (usedCells.find(
id) == usedCells.end()) {
177 usedCells.insert(
id);
194 unsigned int qbit1 = tilecell->
qbit1();
195 unsigned int qbit2 = tilecell->
qbit2();
218 float ene1 = is_good1 ? tilecell->
ene1() : -1;
219 float ene2 = is_good2 ? tilecell->
ene2() : -1;
224 <<
", qbit " << qbit1 <<
"/" << qbit2
225 <<
", is_bad " << bad1 <<
"/" << bad2
226 <<
", isGood " << is_good1
228 <<
", ene " << tilecell->
energy());
238 fill(
"TileJetChanTime1D", channelTime);
257 <<
", time: " << tilecell->
time1());
261 fill(
"TileJetChanTime", channelTime);
264 std::string nameNoScint(
"channelTime" +
partitionName[ros1] +
"_NoScint");
266 fill(
"TileJetChanTime", channelTimeNoScint);
276 fill(
"TileJetChanTime1D", channelTime);
295 <<
", time: " << tilecell->
time2()
296 <<
" (qbit2 " << qbit2 <<
", ch1 " <<
chan1 <<
", ene1 " << ene1 <<
", bad1 " << bad1 <<
", qbit1 " << qbit1 <<
")" );
300 fill(
"TileJetChanTime", channelTime);
303 std::string nameNoScint(
"channelTime" +
partitionName[ros2] +
"_NoScint");
305 fill(
"TileJetChanTime", channelTimeNoScint);
321 int evenChannnel = (
chan1 % 2 == 0) ?
chan1 : chan2;
325 fill(
"TileJetEnergyDiff", energyDifference);
328 if ((bad1 < 2) && (bad2 < 2)) {
335 <<
", ene " << tilecell->
energy()
336 <<
", index " <<
index
337 <<
", time: " << tilecell->
time());
342 fill(
"TileJetCellTime", cellTime1);
352 fill(
"TileJetCellEnergyProfile", energyIndex1, cellEnergy1);
357 fill(
"TileJetCellEnergy", cellEnergy1);
369 return StatusCode::SUCCESS;
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ findIndex()
unsigned int TileJetMonitorAlgorithm::findIndex |
( |
const int |
gain, |
|
|
const float |
energy |
|
) |
| const |
|
private |
◆ GetEventInfo()
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
- Parameters
-
ctx | EventContext for the event |
- Returns
- a SG::ReadHandle<xAOD::EventInfo>
Definition at line 107 of file AthMonitorAlgorithm.cxx.
◆ getGroup()
Get a specific monitoring tool from the tool handle array.
Finds a specific GenericMonitoringTool instance from the list of monitoring tools (a ToolHandleArray). Throws a FATAL warning if the object found is empty.
- Parameters
-
name | string name of the desired tool |
- Returns
- reference to the desired monitoring tool
Definition at line 164 of file AthMonitorAlgorithm.cxx.
171 if (!isInitialized()) {
173 "It seems that the AthMonitorAlgorithm::initialize was not called "
174 "in derived class initialize method");
178 [](
const std::string&
s,
auto h) { return s +
"," + h.first; });
179 ATH_MSG_FATAL(
"The tool " <<
name <<
" could not be found in the tool array of the "
180 <<
"monitoring algorithm " <<
m_name <<
". This probably reflects a discrepancy between "
181 <<
"your python configuration and c++ filling code. Note: your available groups are {"
182 << available <<
"}.");
◆ getTrigDecisionTool()
Get the trigger decision tool member.
The trigger decision tool is used to check whether a specific trigger is passed by an event.
- Returns
- m_trigDecTool
Definition at line 189 of file AthMonitorAlgorithm.cxx.
◆ initialize()
StatusCode TileJetMonitorAlgorithm::initialize |
( |
| ) |
|
|
overridevirtual |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, InDet::SiSPGNNTrackMaker, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ isGoodChannel()
bool TileJetMonitorAlgorithm::isGoodChannel |
( |
int |
part, |
|
|
int |
module, |
|
|
int |
channel, |
|
|
uint32_t |
bad, |
|
|
unsigned int |
qbit, |
|
|
Identifier |
id |
|
) |
| const |
|
private |
◆ isGoodEvent()
bool TileJetMonitorAlgorithm::isGoodEvent |
( |
const EventContext & |
ctx | ) |
const |
|
private |
Definition at line 469 of file TileJetMonitorAlgorithm.cxx.
492 std::unique_ptr< xAOD::JetContainer > jetsCopy(jetsSC.first);
493 std::unique_ptr< xAOD::ShallowAuxContainer > jetsCopyAux(jetsSC.second);
501 for (
auto jet : *jetsCopy) {
◆ isGoodJet()
bool TileJetMonitorAlgorithm::isGoodJet |
( |
const xAOD::Jet & |
jet | ) |
const |
|
private |
◆ matchesEnergyRange()
bool TileJetMonitorAlgorithm::matchesEnergyRange |
( |
const int |
sample, |
|
|
const int |
tower, |
|
|
const float |
energy, |
|
|
const int |
gain |
|
) |
| const |
|
private |
◆ 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;
◆ passesJvt()
bool TileJetMonitorAlgorithm::passesJvt |
( |
const xAOD::Jet & |
jet | ) |
const |
|
private |
◆ renounce()
◆ renounceArray()
◆ sampleName()
std::string TileJetMonitorAlgorithm::sampleName |
( |
const int |
ros, |
|
|
const int |
sample, |
|
|
const int |
tower |
|
) |
| const |
|
private |
Definition at line 373 of file TileJetMonitorAlgorithm.cxx.
375 std::array<std::string, 3> sample_Name_LB{
"A",
"BC",
"D"};
376 std::array<std::string, 4> sample_Name_EB{
"A",
"B",
"D",
"E"};
379 s_name = sample_Name_LB[
sample];
384 s_name = sample_Name_EB[
sample];
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ trigChainsArePassed()
bool AthMonitorAlgorithm::trigChainsArePassed |
( |
const std::vector< std::string > & |
vTrigNames | ) |
const |
|
inherited |
Check whether triggers are passed.
For the event, use the trigger decision tool to check that at least one of the triggers listed in the supplied vector is passed.
- Parameters
-
vTrigNames | List of trigger names. |
- Returns
- If empty input, default to true. If at least one trigger is specified, returns whether at least one trigger was passed.
Definition at line 194 of file AthMonitorAlgorithm.cxx.
198 if (vTrigNames.empty())
return true;
210 bool expressPass = passedBits & TrigDefs::Express_passed;
217 return group->isPassed();
◆ updateVHKA()
◆ cfg
TileJetMonitorAlgorithm.cfg |
◆ Do1DHistograms
TileJetMonitorAlgorithm.Do1DHistograms |
◆ DoEnergyDiffHistograms
TileJetMonitorAlgorithm.DoEnergyDiffHistograms |
◆ enableLumiAccess
TileJetMonitorAlgorithm.enableLumiAccess |
◆ Files
TileJetMonitorAlgorithm.Files |
◆ flags
TileJetMonitorAlgorithm.flags |
◆ HISTFileName
TileJetMonitorAlgorithm.HISTFileName |
◆ m_cabling
◆ m_caloCellContainerKey
◆ m_cellEnergyUpperLimitsHG
Gaudi::Property<std::vector<float> > TileJetMonitorAlgorithm::m_cellEnergyUpperLimitsHG |
|
private |
Initial value:{this,
"CellEnergyUpperLimitsHG", {}, "Energy upper limits of the HG cell-time histograms"}
Definition at line 81 of file TileJetMonitorAlgorithm.h.
◆ m_cellEnergyUpperLimitsLG
Gaudi::Property<std::vector<float> > TileJetMonitorAlgorithm::m_cellEnergyUpperLimitsLG |
|
private |
Initial value:{this,
"CellEnergyUpperLimitsLG", {}, "Energy upper limits of the LG cell-time histograms"}
Definition at line 83 of file TileJetMonitorAlgorithm.h.
◆ m_dataType
◆ m_dataTypeStr
Gaudi::Property<std::string> AthMonitorAlgorithm::m_dataTypeStr {this,"DataType","userDefined"} |
|
protectedinherited |
◆ m_defaultLBDuration
Gaudi::Property<float> AthMonitorAlgorithm::m_defaultLBDuration {this,"DefaultLBDuration",60.} |
|
protectedinherited |
◆ m_detailLevel
Gaudi::Property<int> AthMonitorAlgorithm::m_detailLevel {this,"DetailLevel",0} |
|
protectedinherited |
◆ m_detStore
◆ m_do1DHistograms
Gaudi::Property<bool> TileJetMonitorAlgorithm::m_do1DHistograms {this, "Do1DHistograms", false, ""} |
|
private |
◆ m_do2DHistograms
Gaudi::Property<bool> TileJetMonitorAlgorithm::m_do2DHistograms {this, "Do2DHistograms", false, ""} |
|
private |
◆ m_doEnergyDiffHistograms
Gaudi::Property<bool> TileJetMonitorAlgorithm::m_doEnergyDiffHistograms {this, "DoEnergyDiffHistograms", false, ""} |
|
private |
◆ m_doEnergyProfiles
Gaudi::Property<bool> TileJetMonitorAlgorithm::m_doEnergyProfiles {this, "DoEnergyProfiles", true, ""} |
|
private |
◆ m_doEventCleaning
Gaudi::Property<bool> TileJetMonitorAlgorithm::m_doEventCleaning {this, "DoEventCleaning", true, ""} |
|
private |
◆ m_doJetCleaning
Gaudi::Property<bool> TileJetMonitorAlgorithm::m_doJetCleaning {this, "DoJetCleaning", false, ""} |
|
private |
◆ m_DQFilterTools
ToolHandleArray<IDQFilterTool> AthMonitorAlgorithm::m_DQFilterTools {this,"FilterTools",{}} |
|
protectedinherited |
◆ m_dummy
◆ m_energyChanMax
Gaudi::Property<float> TileJetMonitorAlgorithm::m_energyChanMax {this, "ChannelEnergyMax", 4000, ""} |
|
private |
◆ m_energyChanMin
Gaudi::Property<float> TileJetMonitorAlgorithm::m_energyChanMin {this, "ChannelEnergyMin", 2000, ""} |
|
private |
◆ m_energyDiffThreshold
Gaudi::Property<float> TileJetMonitorAlgorithm::m_energyDiffThreshold {this, "EnergyDiffThreshold", 2000, ""} |
|
private |
◆ m_energyE1Max
Gaudi::Property<float> TileJetMonitorAlgorithm::m_energyE1Max {this, "E1EnergyMax", -1, ""} |
|
private |
◆ m_energyE1Min
Gaudi::Property<float> TileJetMonitorAlgorithm::m_energyE1Min {this, "E1EnergyMin", -1, ""} |
|
private |
◆ m_energyE2Max
Gaudi::Property<float> TileJetMonitorAlgorithm::m_energyE2Max {this, "E2EnergyMax", -1, ""} |
|
private |
◆ m_energyE2Min
Gaudi::Property<float> TileJetMonitorAlgorithm::m_energyE2Min {this, "E2EnergyMin", -1, ""} |
|
private |
◆ m_energyE3Max
Gaudi::Property<float> TileJetMonitorAlgorithm::m_energyE3Max {this, "E3EnergyMax", -1, ""} |
|
private |
◆ m_energyE3Min
Gaudi::Property<float> TileJetMonitorAlgorithm::m_energyE3Min {this, "E3EnergyMin", -1, ""} |
|
private |
◆ m_energyE4Max
Gaudi::Property<float> TileJetMonitorAlgorithm::m_energyE4Max {this, "E4EnergyMax", -1, ""} |
|
private |
◆ m_energyE4Min
Gaudi::Property<float> TileJetMonitorAlgorithm::m_energyE4Min {this, "E4EnergyMin", -1, ""} |
|
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_eventCleaningTool
◆ 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_gain
Gaudi::Property<float> TileJetMonitorAlgorithm::m_gain {this, "Gain", 1, ""} |
|
private |
◆ m_gainE1
Gaudi::Property<float> TileJetMonitorAlgorithm::m_gainE1 {this, "GainE1", -1, ""} |
|
private |
◆ m_gainE2
Gaudi::Property<float> TileJetMonitorAlgorithm::m_gainE2 {this, "GainE2", -1, ""} |
|
private |
◆ m_gainE3
Gaudi::Property<float> TileJetMonitorAlgorithm::m_gainE3 {this, "GainE3", -1, ""} |
|
private |
◆ m_gainE4
Gaudi::Property<float> TileJetMonitorAlgorithm::m_gainE4 {this, "GainE4", -1, ""} |
|
private |
◆ m_jetCleaningTool
ToolHandle<IJetSelector> TileJetMonitorAlgorithm::m_jetCleaningTool {this, "JetCleaningTool", "", ""} |
|
private |
◆ m_jetContainerKey
Initial value:{this,
"JetContainer", "AntiKt4EMTopoJets", "Jet container for monitoring"}
Definition at line 97 of file TileJetMonitorAlgorithm.h.
◆ m_jetEtaMax
Gaudi::Property<float> TileJetMonitorAlgorithm::m_jetEtaMax {this, "JetEtaMax", 1.6, ""} |
|
private |
◆ m_jetPtMax
Gaudi::Property<float> TileJetMonitorAlgorithm::m_jetPtMax {this, "JetPtMax", 120000, ""} |
|
private |
◆ m_jetPtMin
Gaudi::Property<float> TileJetMonitorAlgorithm::m_jetPtMin {this, "JetPtMin", 20000., "Threshold in MeV"} |
|
private |
◆ m_jetTrackingEtaLimit
Gaudi::Property<float> TileJetMonitorAlgorithm::m_jetTrackingEtaLimit {this, "JetTrackingEtaLimit", 2.4, ""} |
|
private |
◆ m_jvt
ToolHandle<IJetUpdateJvt> TileJetMonitorAlgorithm::m_jvt {this, "JVT", "", ""} |
|
private |
◆ m_jvtThreshold
Gaudi::Property<float> TileJetMonitorAlgorithm::m_jvtThreshold {this, "JvtThreshold", 0.59, ""} |
|
private |
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_name
std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_tileBadChanTool
Initial value:{this,
"TileBadChanTool", "TileBadChanTool", "Tile bad channel tool"}
Definition at line 86 of file TileJetMonitorAlgorithm.h.
◆ m_tileHWID
◆ m_tileID
◆ m_toolLookupMap
std::unordered_map<std::string, size_t> AthMonitorAlgorithm::m_toolLookupMap |
|
privateinherited |
◆ m_tools
◆ m_trigDecTool
◆ m_triggerChainString
Gaudi::Property<std::string> AthMonitorAlgorithm::m_triggerChainString {this,"TriggerChain",""} |
|
protectedinherited |
Trigger chain string pulled from the job option and parsed into a vector.
Definition at line 355 of file AthMonitorAlgorithm.h.
◆ m_trigLiveFractionDataKey
◆ m_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 |
◆ MaxEvents
TileJetMonitorAlgorithm.MaxEvents |
◆ sc
TileJetMonitorAlgorithm.sc |
◆ tileJetMonitorAccumulator
TileJetMonitorAlgorithm.tileJetMonitorAccumulator |
◆ useTrigger
TileJetMonitorAlgorithm.useTrigger |
The documentation for this class was generated from the following files:
ToolHandle< IJetSelector > m_jetCleaningTool
def retrieve(aClass, aKey=None)
IdentifierHash onl2() const
cell online identifier 2
float time1(void) const
get time of first PMT
Gaudi::Property< float > m_jetTrackingEtaLimit
bool passesJvt(const xAOD::Jet &jet) const
bool TileGap_connected(const Identifier &id) const
Gaudi::Property< float > m_energyE3Max
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
Gaudi::Property< float > m_energyE4Min
Gaudi::Property< float > m_energyChanMax
float time2(void) const
get time of second PMT
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Gaudi::Property< float > m_energyE3Min
Gaudi::Property< float > m_gainE1
Gaudi::Property< float > m_jetEtaMax
StatusCode accept(const xAOD::Muon *mu)
float ene1(void) const
get energy of first PMT
bool accumulate(AccumulateMap &map, std::vector< module_t > const &modules, FPGATrackSimMatrixAccumulator const &acc)
Accumulates an accumulator (e.g.
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
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
int sample(const Identifier &id) const
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
Gaudi::Property< std::vector< float > > m_cellEnergyUpperLimitsLG
Gaudi::Property< bool > m_doJetCleaning
std::unordered_map< std::string, size_t > m_toolLookupMap
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
int tower(const Identifier &id) const
StatusCode fillTimeHistograms(const xAOD::Jet &jet, uint32_t lumiBlock, std::set< Identifier > &usedCells) const
#define ATH_MSG_VERBOSE(x)
float time() const
get time (data member)
@ LAr
The LAr calorimeter.
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
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
SG::ReadHandleKey< CaloCellContainer > m_caloCellContainerKey
def timer(name, disabled=False)
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
static const unsigned int MAX_DRAWER
Number of drawers in ROS 1-4.
bool isGoodChannel(int part, int module, int channel, uint32_t bad, unsigned int qbit, Identifier id) const
virtual void setOwner(IDataHandleHolder *o)=0
const ToolHandle< GenericMonitoringTool > m_dummy
double energy() const
get energy (data member)
@ Error
The sub-detector issued an error.
int ros(const HWIdentifier &id) const
extract ros field from HW identifier
IdentifierHash onl1() const
cell online identifier 1
Gaudi::Property< float > m_gainE3
Gaudi::Property< float > m_energyDiffThreshold
Description of a calorimeter cluster.
Gaudi::Property< float > m_jetPtMin
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
unsigned int findIndex(const int gain, const float energy) const
bool isGoodEvent(const EventContext &ctx) const
int module(const Identifier &id) const
Helper class to provide type-safe access to aux data.
SG::ReadHandleKey< xAOD::JetContainer > m_jetContainerKey
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
Gaudi::Property< float > m_energyE2Min
::StatusCode StatusCode
StatusCode definition for legacy code.
const TileCablingService * m_cabling
TileCabling instance.
const CaloDetDescrElement * caloDDE() const
get pointer to CaloDetDescrElement (data member)
void tolower(std::string &s)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
Gaudi::Property< bool > m_do1DHistograms
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
ToolHandle< IJetUpdateJvt > m_jvt
#define CHECK(...)
Evaluate an expression and check for errors.
uint8_t qbit1(void) const
get quality bits of first PMT (data member)
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Gaudi::Property< float > m_energyE2Max
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
Gaudi::Property< float > m_energyE4Max
SG::ReadHandle< xAOD::EventInfo > GetEventInfo(const EventContext &) const
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
int gain1(void) const
get gain of first PMT
void fill(const ToolHandle< GenericMonitoringTool > &tool, T &&... variables)
float eneDiff(void) const
all get methods
const CaloClusterCellLink * getCellLinks() const
Get a pointer to the CaloClusterCellLink object (const version)
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Gaudi::Property< float > m_energyE1Min
Gaudi::Property< bool > m_doEnergyDiffHistograms
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.
Gaudi::Property< bool > m_doEventCleaning
Gaudi::Property< float > m_gainE4
std::string to_string(const DetectorType &type)
virtual StatusCode sysInitialize() override
Override sysInitialize.
Gaudi::Property< bool > m_enforceExpressTriggers
Identifier ID() const
get ID (from cached data member) non-virtual and inline for fast access
Gaudi::Property< float > m_energyE1Max
Gaudi::Property< bool > m_do2DHistograms
std::pair< std::unique_ptr< T >, std::unique_ptr< ShallowAuxContainer > > shallowCopyContainer(const T &cont, [[maybe_unused]] const EventContext &ctx)
Function making a shallow copy of a constant container.
virtual StatusCode initialize() override
initialize
Gaudi::Property< float > m_jvtThreshold
HWIdentifier adc_id(int ros, int drawer, int channel, int adc) const
adc HWIdentifer
uint8_t qbit2(void) const
get quality bits of second PMT (data member)
static std::string getDrawerString(unsigned int ros, unsigned int drawer)
Return the drawer name, e.g.
int gain2(void) const
get gain of second PMT
@ Tile
The Tile calorimeter.
float ene2(void) const
get energy of second PMT
bool isDisconnected(int ros, int drawer, int channel) const
Data object for each calorimeter readout cell.
#define ATH_MSG_WARNING(x)
Gaudi::Property< float > m_gainE2
Gaudi::Property< float > m_energyChanMin
ToolHandle< ITileBadChanTool > m_tileBadChanTool
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
EventFlagErrorState errorState(EventFlagSubDet subDet) const
Get the error state for a particular sub-detector.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
std::string sampleName(const int ros, const int sample, const int tower) const
Gaudi::Property< float > m_gain
4-vector of jet constituent at the scale used during jet finding.
Declare a monitored scalar variable.
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
Gaudi::Property< float > m_jetPtMax
bool isGoodJet(const xAOD::Jet &jet) const
Gaudi::Property< std::vector< float > > m_cellEnergyUpperLimitsHG
const T * get(const ReadHandleKey< T > &key)
Convenience function to retrieve an object given a ReadHandleKey.
Gaudi::Property< bool > m_doEnergyProfiles
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
bool matchesEnergyRange(const int sample, const int tower, const float energy, const int gain) const
ToolHandle< ECUtils::IEventCleaningTool > m_eventCleaningTool
const ToolHandle< GenericMonitoringTool > & getGroup(const std::string &name) const
Get a specific monitoring tool from the tool handle array.