ATLAS Offline Software
Loading...
Searching...
No Matches
SCTHitsNoiseMonAlg Class Reference

#include <SCTHitsNoiseMonAlg.h>

Inheritance diagram for SCTHitsNoiseMonAlg:

Public Types

enum class  Environment_t {
  user = 0 , online , tier0 , tier0Raw ,
  tier0ESD , AOD , altprod
}
 Specifies the processing environment. More...
enum class  DataType_t {
  userDefined = 0 , monteCarlo , collisions , cosmics ,
  heavyIonCollisions
}
 Specifies what type of input data is being monitored. More...

Public Member Functions

 SCTHitsNoiseMonAlg (const std::string &name, ISvcLocator *pSvcLocator)
virtual ~SCTHitsNoiseMonAlg ()=default
virtual StatusCode initialize () override final
 initialize
virtual StatusCode fillHistograms (const EventContext &ctx) const override final
 adds event to the monitoring histograms
virtual StatusCode execute (const EventContext &ctx) const override
 Applies filters and trigger requirements.
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.
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.
template<typename... T>
void fill (const ToolHandle< GenericMonitoringTool > &groupHandle, T &&... variables) const
 Fills a variadic list of variables to a group by reference.
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.
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.
template<typename... T>
void fill (const std::string &groupName, T &&... variables) const
 Fills a variadic list of variables to a group by name.
Environment_t environment () const
 Accessor functions for the environment.
Environment_t envStringToEnum (const std::string &str) const
 Convert the environment string from the python configuration to an enum object.
DataType_t dataType () const
 Accessor functions for the data type.
DataType_t dataTypeStringToEnum (const std::string &str) const
 Convert the data type string from the python configuration to an enum object.
const ToolHandle< GenericMonitoringTool > & getGroup (const std::string &name) const
 Get a specific monitoring tool from the tool handle array.
const ToolHandle< Trig::TrigDecisionTool > & getTrigDecisionTool () const
 Get the trigger decision tool member.
bool trigChainsArePassed (const std::vector< std::string > &vTrigNames) const
 Check whether triggers are passed.
SG::ReadHandle< xAOD::EventInfoGetEventInfo (const EventContext &) const
 Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
virtual float lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const
 Calculate the average mu, i.e.
virtual float lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const
 Calculate instantaneous number of interactions, i.e.
virtual float lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const
 Calculate average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1).
virtual float lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const
 Calculate the instantaneous luminosity per bunch crossing.
virtual double lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const
 Calculate the duration of the luminosity block (in seconds)
virtual float lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const
 Calculate the average luminosity livefraction.
virtual float livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const
 Calculate the live fraction per bunch crossing ID.
virtual double lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const
 Calculate the average integrated luminosity multiplied by the live fraction.
virtual StatusCode parseList (const std::string &line, std::vector< std::string > &result) const
 Parse a string into a vector.
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual bool isClonable () const override
 Specify if the algorithm is clonable.
virtual unsigned int cardinality () const override
 Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
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.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
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)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Protected Attributes

ToolHandleArray< GenericMonitoringToolm_tools {this,"GMTools",{}}
 Array of Generic Monitoring Tools.
PublicToolHandle< Trig::TrigDecisionToolm_trigDecTool
 Tool to tell whether a specific trigger is passed.
ToolHandleArray< IDQFilterToolm_DQFilterTools {this,"FilterTools",{}}
 Array of Data Quality filter tools.
SG::ReadCondHandleKey< LuminosityCondDatam_lumiDataKey {this,"LuminosityCondDataKey","LuminosityCondData","SG Key of LuminosityCondData object"}
SG::ReadCondHandleKey< LBDurationCondDatam_lbDurationDataKey {this,"LBDurationCondDataKey","LBDurationCondData","SG Key of LBDurationCondData object"}
SG::ReadCondHandleKey< TrigLiveFractionCondDatam_trigLiveFractionDataKey {this,"TrigLiveFractionCondDataKey","TrigLiveFractionCondData", "SG Key of TrigLiveFractionCondData object"}
AthMonitorAlgorithm::Environment_t m_environment
 Instance of the Environment_t enum.
AthMonitorAlgorithm::DataType_t m_dataType
 Instance of the DataType_t enum.
Gaudi::Property< std::string > m_environmentStr {this,"Environment","user"}
 Environment string pulled from the job option and converted to enum.
Gaudi::Property< std::string > m_dataTypeStr {this,"DataType","userDefined"}
 DataType string pulled from the job option and converted to enum.
Gaudi::Property< std::string > m_triggerChainString {this,"TriggerChain",""}
 Trigger chain string pulled from the job option and parsed into a vector.
std::vector< std::string > m_vTrigChainNames
 Vector of trigger chain names parsed from trigger chain string.
Gaudi::Property< std::string > m_fileKey {this,"FileKey",""}
 Internal Athena name for file.
Gaudi::Property< bool > m_useLumi {this,"EnableLumi",false}
 Allows use of various luminosity functions.
Gaudi::Property< float > m_defaultLBDuration {this,"DefaultLBDuration",60.}
 Default duration of one lumi block.
Gaudi::Property< int > m_detailLevel {this,"DetailLevel",0}
 Sets the level of detail used in the monitoring.
SG::ReadHandleKey< xAOD::EventInfom_EventInfoKey {this,"EventInfoKey","EventInfo"}
 Key for retrieving EventInfo from StoreGate.

Private Types

typedef std::vector< std::reference_wrapper< Monitored::IMonitoredVariable > > MonVarVec_t
typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

StatusCode generalHistsandNoise (const std::array< std::unordered_set< Identifier >, SCT_Monitoring::N_WAFERS > &rdosOnTracks, const EventContext &ctx) const
StatusCode makeVectorOfTrackRDOIdentifiers (std::array< std::unordered_set< Identifier >, SCT_Monitoring::N_WAFERS > &rdosOnTracks, const EventContext &ctx) const
StatusCode makeSPvsEventNumber () const
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

std::atomic< int > m_numberOfEvents {0}
std::atomic< int > m_numberOfEventsTrigger {0}
std::atomic< int > m_numberOfEventsRecent {0}
std::atomic< int > m_skipEvents {0}
std::atomic< int > m_events_lb {0}
std::atomic< int > m_eventsTrigger_lb {0}
std::vector< int > m_nSP_buf {}
std::atomic< int > m_nSP_pos {0}
std::vector< int > m_nHits_buf {}
std::atomic< int > m_nHits_pos {0}
std::vector< int > m_nmaxHits_buf {}
std::vector< Identifierm_nmaxModule_buf {}
std::vector< int > m_nminHits_buf {}
StringProperty m_NOTriggerItem {this, "NOTrigger", "L1_RD0_EMPTY"}
 Name of the L1 Type to use for filling the extra NO histograms.
BooleanProperty m_doTrigger {this, "doTrigger", false}
BooleanProperty m_doOnline {this, "doOnlineMon", false}
BooleanProperty m_doPositiveEndcap {this, "doPositiveEndcap", true}
 Switch on or off the hitmaps histograms.
BooleanProperty m_doNegativeEndcap {this, "doNegativeEndcap", true}
BooleanProperty m_doTrackBasedNoise {this, "doTrackBasedNoise", false}
 Select the noise algorithm.
BooleanProperty m_doSpacePointBasedNoise {this, "doSpacePointBasedNoise", true}
BooleanProperty m_doTimeBinFilteringForNoise {this, "doTimeBinFilteringForNoise", true}
 Add time-bin filtering to space point NO algorithm.
IntegerProperty m_checkrate {this, "CheckRate", 1000}
 CheckHists() frequency.
IntegerProperty m_checkrecent {this, "CheckRecent", 30}
IntegerProperty m_evtsbins {this, "EvtsBins", 5000}
 ChechHists() frequency.
BooleanProperty m_doTrackHits {this, "doTrackHits", true}
UnsignedIntegerProperty m_maxTracks {this, "MaxTracks", 1000}
IntegerProperty m_localSummary {this, "localSummary", 0}
 Determines whether a local summary is written.
SG::ReadHandleKey< TrackCollectionm_tracksName {this, "tracksName", "CombinedInDetTracks"}
 Name of the Track collection to use.
SG::ReadHandleKey< InDet::SCT_ClusterContainer > m_clusContainerKey {this, "ClusterKey", "SCT_Clusters"}
SG::ReadHandleKey< SpacePointContainerm_SCTSPContainerName {this, "SpacePointKey", "SCT_SpacePoints"}
SG::ReadHandleKey< SCT_RDO_Containerm_dataObjectName {this, "RDOKey", "SCT_RDOs"}
 Data object name: for the SCT this is "SCT_RDOs".
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollectionm_SCTDetEleCollKey {this, "SCTDetEleCollKey", "SCT_DetectorElementCollection", "Key of SiDetectorElementCollection for SCT"}
ToolHandle< ISCT_ConfigurationConditionsToolm_ConfigurationTool
const SCT_IDm_pSCTHelper {nullptr}
 SCT Helper class.
std::string m_name
std::unordered_map< std::string, size_t > m_toolLookupMap
const ToolHandle< GenericMonitoringToolm_dummy
Gaudi::Property< bool > m_enforceExpressTriggers
DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default)
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Definition at line 33 of file SCTHitsNoiseMonAlg.h.

Member Typedef Documentation

◆ MonVarVec_t

typedef std::vector<std::reference_wrapper<Monitored::IMonitoredVariable> > AthMonitorAlgorithm::MonVarVec_t
privateinherited

Definition at line 370 of file AthMonitorAlgorithm.h.

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Member Enumeration Documentation

◆ DataType_t

enum class AthMonitorAlgorithm::DataType_t
stronginherited

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 194 of file AthMonitorAlgorithm.h.

194 {
195 userDefined = 0,
196 monteCarlo,
197 collisions,
198 cosmics,
199 heavyIonCollisions,
200 };
AthConfigFlags cosmics(AthConfigFlags flags, str instanceName, str recoMode)

◆ Environment_t

enum class AthMonitorAlgorithm::Environment_t
stronginherited

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 175 of file AthMonitorAlgorithm.h.

175 {
176 user = 0,
177 online,
178 tier0,
179 tier0Raw,
180 tier0ESD,
181 AOD,
182 altprod,
183 };

Constructor & Destructor Documentation

◆ SCTHitsNoiseMonAlg()

SCTHitsNoiseMonAlg::SCTHitsNoiseMonAlg ( const std::string & name,
ISvcLocator * pSvcLocator )

Definition at line 62 of file SCTHitsNoiseMonAlg.cxx.

63 :AthMonitorAlgorithm(name,pSvcLocator)
64{
65}
Base class for Athena Monitoring Algorithms.

◆ ~SCTHitsNoiseMonAlg()

virtual SCTHitsNoiseMonAlg::~SCTHitsNoiseMonAlg ( )
virtualdefault

Member Function Documentation

◆ cardinality()

unsigned int AthCommonReentrantAlgorithm< Gaudi::Algorithm >::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.

Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.

64{
65 return 0;
66}

◆ 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 224 of file AthMonitorAlgorithm.h.

224{ return m_dataType; }
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.

◆ dataTypeStringToEnum()

AthMonitorAlgorithm::DataType_t AthMonitorAlgorithm::dataTypeStringToEnum ( const std::string & str) const
inherited

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 144 of file AthMonitorAlgorithm.cxx.

144 {
145 // convert the string to all lowercase
146 std::string lowerCaseStr = str;
147 std::transform(lowerCaseStr.begin(), lowerCaseStr.end(), lowerCaseStr.begin(), ::tolower);
148
149 // check if it matches one of the enum choices
150 if( lowerCaseStr == "userdefined" ) {
152 } else if( lowerCaseStr == "montecarlo" ) {
154 } else if( lowerCaseStr == "collisions" ) {
156 } else if( lowerCaseStr == "cosmics" ) {
157 return DataType_t::cosmics;
158 } else if( lowerCaseStr == "heavyioncollisions" ) {
160 } else { // otherwise, warn the user and return "userDefined"
161 ATH_MSG_WARNING("AthMonitorAlgorithm::dataTypeStringToEnum(): Unknown data type "
162 <<str<<", returning userDefined.");
164 }
165}
#define ATH_MSG_WARNING(x)
void tolower(std::string &s)

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ environment()

Environment_t AthMonitorAlgorithm::environment ( ) const
inlineinherited

Accessor functions for the environment.

Returns
the current value of the class's Environment_t instance.

Definition at line 208 of file AthMonitorAlgorithm.h.

208{ return m_environment; }
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.

◆ envStringToEnum()

AthMonitorAlgorithm::Environment_t AthMonitorAlgorithm::envStringToEnum ( const std::string & str) const
inherited

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 116 of file AthMonitorAlgorithm.cxx.

116 {
117 // convert the string to all lowercase
118 std::string lowerCaseStr = str;
119 std::transform(lowerCaseStr.begin(), lowerCaseStr.end(), lowerCaseStr.begin(), ::tolower);
120
121 // check if it matches one of the enum choices
122 if( lowerCaseStr == "user" ) {
123 return Environment_t::user;
124 } else if( lowerCaseStr == "online" ) {
126 } else if( lowerCaseStr == "tier0" ) {
128 } else if( lowerCaseStr == "tier0raw" ) {
130 } else if( lowerCaseStr == "tier0esd" ) {
132 } else if( lowerCaseStr == "aod" ) {
133 return Environment_t::AOD;
134 } else if( lowerCaseStr == "altprod" ) {
136 } else { // otherwise, warn the user and return "user"
137 ATH_MSG_WARNING("AthMonitorAlgorithm::envStringToEnum(): Unknown environment "
138 <<str<<", returning user.");
139 return Environment_t::user;
140 }
141}

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode AthMonitorAlgorithm::execute ( const EventContext & ctx) const
overridevirtualinherited

Applies filters and trigger requirements.

Then, calls fillHistograms().

Parameters
ctxevent context for reentrant Athena call
Returns
StatusCode

Definition at line 77 of file AthMonitorAlgorithm.cxx.

77 {
78
79 // Checks that all of the DQ filters are passed. If any one of the filters
80 // fails, return SUCCESS code and do not fill the histograms with the event.
81 for ( const auto& filterItr : m_DQFilterTools ) {
82 if (!filterItr->accept()) {
83 ATH_MSG_DEBUG("Event rejected due to filter tool.");
84 return StatusCode::SUCCESS;
85 }
86 }
87
88 // Trigger: If there is a decision tool and the chains fail, skip the event.
90 ATH_MSG_DEBUG("Event rejected due to trigger filter.");
91 return StatusCode::SUCCESS;
92 }
93
94 ATH_MSG_DEBUG("Event accepted!");
95 return fillHistograms(ctx);
96}
#define ATH_MSG_DEBUG(x)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
std::vector< std::string > m_vTrigChainNames
Vector of trigger chain names parsed from trigger chain string.
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

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 & AthCommonReentrantAlgorithm< Gaudi::Algorithm >::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 94 of file AthCommonReentrantAlgorithm.cxx.

90{
91 // If we didn't find any symlinks to add, just return the collection
92 // from the base class. Otherwise, return the extended collection.
93 if (!m_extendedExtraObjects.empty()) {
95 }
97}
An algorithm that can be simultaneously executed in multiple threads.

◆ fillHistograms()

StatusCode SCTHitsNoiseMonAlg::fillHistograms ( const EventContext & ctx) const
finaloverridevirtual

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
ctxforwarded from execute
Returns
StatusCode

Implements AthMonitorAlgorithm.

Definition at line 91 of file SCTHitsNoiseMonAlg.cxx.

91 {
92 ++m_numberOfEvents;
93 ++m_numberOfEventsRecent;
94
95 // If track hits are selected, make the vector of track rdo identifiers
96 std::array<std::unordered_set<Identifier>, N_WAFERS> rdosOnTracks;
97 if (m_doTrackHits) {
98 if (makeVectorOfTrackRDOIdentifiers(rdosOnTracks, ctx).isFailure()) {
99 ATH_MSG_WARNING("Couldn't make vector of track RDO identifiers");
100 }
101 }
102 if (generalHistsandNoise(rdosOnTracks, ctx).isFailure()) {
103 ATH_MSG_WARNING("Error in generalHists");
104 }
105 if (makeSPvsEventNumber().isFailure()) {
106 ATH_MSG_WARNING("Error in makeSPvsEventNumber");
107 }
108
109 return StatusCode::SUCCESS;
110}
StatusCode makeSPvsEventNumber() const
StatusCode generalHistsandNoise(const std::array< std::unordered_set< Identifier >, SCT_Monitoring::N_WAFERS > &rdosOnTracks, const EventContext &ctx) const

◆ filterPassed()

virtual bool AthCommonReentrantAlgorithm< Gaudi::Algorithm >::filterPassed ( const EventContext & ctx) const
inlinevirtualinherited

Definition at line 96 of file AthCommonReentrantAlgorithm.h.

96 {
97 return execState( ctx ).filterPassed();
98 }
virtual bool filterPassed(const EventContext &ctx) const

◆ generalHistsandNoise()

StatusCode SCTHitsNoiseMonAlg::generalHistsandNoise ( const std::array< std::unordered_set< Identifier >, SCT_Monitoring::N_WAFERS > & rdosOnTracks,
const EventContext & ctx ) const
private

Definition at line 112 of file SCTHitsNoiseMonAlg.cxx.

112 {
113 static const unsigned int limits[N_REGIONS] = {
115 };
116
117 const EventIDBase& pEvent{ctx.eventID()};
118 const int lumi_block{static_cast<int>(pEvent.lumi_block())};
119
120 SG::ReadHandle<SCT_RDO_Container> rdoContainer{m_dataObjectName, ctx};
121 if (not rdoContainer.isValid()) {
122 ATH_MSG_WARNING("SCT_RDO_Container not valid");
123 return StatusCode::FAILURE;
124 }
125 // Get the space point container
126 SG::ReadHandle<SpacePointContainer> spacePointContainer{m_SCTSPContainerName, ctx};
127 if (not spacePointContainer.isValid()) {
128 ATH_MSG_WARNING("SpacePointContainer not valid");
129 return StatusCode::FAILURE;
130 }
131
132 bool isSelectedTrigger{false};
133 // EDAVIES - have now changed back to using L1_RD0_EMPTY
134 if (m_doTrigger and !m_trigDecTool.empty()) {
136 if (m_trigDecTool->isPassed(m_NOTriggerItem)) {
137 isSelectedTrigger = true;
139 }
140 }
141 }
142 m_events_lb++;
143 if (isSelectedTrigger) {
145 }
146
147 std::vector<float> occ(N_WAFERS, 0.);
148 std::vector<float> hitOcc(N_WAFERS, 0.);
149
150 int local_tothits{0};
151
152 std::vector<int> barrel_local_nhitslayer(N_BARRELSx2, 0);
153 std::vector<int> ECp_local_nhitslayer(N_DISKSx2, 0);
154 std::vector<int> ECm_local_nhitslayer(N_DISKSx2, 0);
155 std::vector<int>* hitsInLayer[N_REGIONS] = {
156 &ECm_local_nhitslayer, &barrel_local_nhitslayer, &ECp_local_nhitslayer
157 };
158 const bool doThisSubsystem[N_REGIONS] = {
160 };
161 // vectors to store data to decrease number of fill() calls for better perfomance
162 std::vector<int> vLumiBlock[N_REGIONS];
163 std::vector<int> vNumberOfHitsFromAllRDOs[N_REGIONS];
164 std::vector<int> vNumberOfHitsFromSPs[N_REGIONS];
165 std::vector<bool> vIsSelectedTriggerHits[N_REGIONS];
166 for (unsigned int jReg{0}; jReg<N_REGIONS; jReg++) {
167 unsigned int size{0};
168 if (jReg==ENDCAP_C_INDEX or jReg==ENDCAP_A_INDEX) size = N_SIDES * N_MOD_ENDCAPS;
169 else if (jReg==BARREL_INDEX) size = N_SIDES * N_MOD_BARREL;
170 vLumiBlock[jReg].reserve(size);
171 vNumberOfHitsFromAllRDOs[jReg].reserve(size);
172 vNumberOfHitsFromSPs[jReg].reserve(size);
173 vIsSelectedTriggerHits[jReg].reserve(size);
174 }
175
176 std::vector<int> vEtaOnTrack;
177 std::vector<int> vPhiOnTrack;
178 std::vector<float> vSystemIndexOnTrack;
179 std::vector<bool> vDTbinOnTrack;
180
181 std::vector<int> vEta;
182 std::vector<int> vPhi;
183 std::vector<int> vNumberOfStrips;
184
185 // Outer Loop on RDO Collection
186 for (const InDetRawDataCollection<SCT_RDORawData>* rdoCollection: *rdoContainer) {
187 // MJW new code- try getting the ID of the collection using the identify() method
188 const Identifier wafer_id{rdoCollection->identify()};
189 const IdentifierHash wafer_hash{rdoCollection->identifyHash()};
190 const Identifier module_id{m_pSCTHelper->module_id(wafer_id)};
191 const IdentifierHash theModuleHash0{m_pSCTHelper->wafer_hash(module_id)}; // This hash is not necessarily for side 0.
192 IdentifierHash theModuleHash1; // This hash is not necessarily for side 1.
193 m_pSCTHelper->get_other_side(theModuleHash0, theModuleHash1);
194 const int barrel_ec{m_pSCTHelper->barrel_ec(wafer_id)};
195 const unsigned int systemIndex{bec2Index(barrel_ec)};
196
197 const int thisLayerDisk{m_pSCTHelper->layer_disk(wafer_id)};
198 const int thisPhi{m_pSCTHelper->phi_module(wafer_id)};
199 const int thisEta{m_pSCTHelper->eta_module(wafer_id)};
200 const int thisSide{m_pSCTHelper->side(wafer_id)};
201 const int thisElement{(N_SIDES * thisLayerDisk) + thisSide};
202
203 LayerSideFormatter layerSide{static_cast<unsigned int>(thisElement), systemIndex};
204
205 int numberOfHitsFromSPs{0};
206 int numberOfHitsFromAllRDOs{0};
207 // Now we want the space point container for this module
208 // We have to compare module IDs- the SP collection is defined for the 'normal' (i.e. no stereo) module side
209 // Define a set of spIDs
210 std::unordered_set<Identifier> mySetOfSPIds;
211 for (int side{0}; side<N_SIDES; side++) {
212 auto spContainerIterator{spacePointContainer->indexFindPtr(side==0 ? theModuleHash0 : theModuleHash1)};
213 if (spContainerIterator==nullptr) continue;
214 for (const Trk::SpacePoint* sp: *spContainerIterator) {
215 const std::vector<Identifier>& rdoList{(thisSide==side ? sp->clusterList().first : sp->clusterList().second)->rdoList()};
216 mySetOfSPIds.insert(rdoList.begin(), rdoList.end());
217 }
218 }
219
220 vEtaOnTrack.clear();
221 vPhiOnTrack.clear();
222 vEta.clear();
223 vPhi.clear();
224 vNumberOfStrips.clear();
225
226 // Now we loop over the RDOs in the RDO collection, and add to the NO vector any that are in the mySetOfSPIds
227 for (const SCT_RDORawData* rdo: *rdoCollection) {
228 const int numberOfStrips{rdo->getGroupSize()};
229 (*hitsInLayer[systemIndex])[thisElement] += numberOfStrips;
230 local_tothits += numberOfStrips;
231
232 if (doThisSubsystem[systemIndex]) {
233 const SCT3_RawData* rdo3{dynamic_cast<const SCT3_RawData*>(rdo)};
234 int tbin{3};
235 if (rdo3) {
236 tbin = rdo3->getTimeBin();
237 }
238 const Identifier strip_id{rdo->identify()};
239 const int firstStrip{m_pSCTHelper->strip(strip_id)};
240 const int limit{firstStrip + numberOfStrips};
241
242 if (rdosOnTracks[wafer_hash].find(strip_id) != rdosOnTracks[wafer_hash].end()) {
243 for (int ichan{firstStrip}; ichan < limit; ++ichan) {
244 vEtaOnTrack.push_back(thisEta);
245 vPhiOnTrack.push_back(thisPhi);
246 vDTbinOnTrack.push_back((tbin == 2) or (tbin == 3));
247 vSystemIndexOnTrack.push_back(systemIndex);
248 }
249 }
250 vEta.push_back(thisEta);
251 vPhi.push_back(thisPhi);
252 vNumberOfStrips.push_back(numberOfStrips);
253
254 numberOfHitsFromAllRDOs += numberOfStrips;
255 // Record number of hits in space points if timebin filtering is on hits not in bin X1X are counted as in space
256 // points
257 if (mySetOfSPIds.find(strip_id) != mySetOfSPIds.end()) {
258 numberOfHitsFromSPs += numberOfStrips;
259 } else if (m_doTimeBinFilteringForNoise and (not timeBinInPattern(tbin, XIX))) {
260 numberOfHitsFromSPs += numberOfStrips;
261 }
262 }
263
264 } // End of Loop on rdoCollection, so end of loop over the RDOs in the RDO container
265 // We can now do the NO calculation for this wafer
266 // For the Time Dependent plots
267
268 const std::string streamhitmap{"mapsOfHitsOnTracks" + abbreviations[systemIndex] + "_" +
269 "trackhitsmap_" + layerSide.name()};
270
271 auto etaMapsOfHitsOnTracksAcc{Monitored::Collection("eta_"+streamhitmap, vEtaOnTrack)};
272 auto phiMapsOfHitsOnTracksAcc{Monitored::Collection("phi_"+streamhitmap, vPhiOnTrack)};
273 fill("SCTHitsNoiseMonitor_" + std::to_string(systemIndex), etaMapsOfHitsOnTracksAcc, phiMapsOfHitsOnTracksAcc);
274
275 const std::string hitmap{"hitsmap" + abbreviations[systemIndex] + "_" + layerSide.name()};
276
277 auto etahitsmapAcc{Monitored::Collection("eta_"+hitmap, vEta)};
278 auto phihitsmapAcc{Monitored::Collection("phi_"+hitmap, vPhi)};
279 auto numberOfStripsAcc{Monitored::Collection("numberOfStrips_"+hitmap, vNumberOfStrips)};
280 fill("SCTHitsNoiseMonitor_" + std::to_string(systemIndex), etahitsmapAcc, phihitsmapAcc, numberOfStripsAcc);
281
282 if (m_doOnline){
283 const std::string hitmaprecent{"hitsmaprecent" + abbreviations[systemIndex] + "_" + layerSide.name()};
284 auto etahitsmapRecentAcc{Monitored::Collection("eta_"+hitmaprecent, vEta)};
285 auto phihitsmapRecentAcc{Monitored::Collection("phi_"+hitmaprecent, vPhi)};
286 auto numberOfStripsRecentAcc{Monitored::Collection("numberOfStrips_"+hitmaprecent, vNumberOfStrips)};
287 fill("SCTHitsNoiseMonitor_" + std::to_string(systemIndex), etahitsmapRecentAcc, phihitsmapRecentAcc, numberOfStripsAcc);
288
289 const std::string streamhitmaprecent{"mapsOfHitsOnTracksrecent" + abbreviations[systemIndex] + "_" +
290 "trackhitsmap_" + layerSide.name()};
291
292 auto etaMapsOfHitsOnTracksRecentAcc{Monitored::Collection("eta_"+streamhitmaprecent, vEtaOnTrack)};
293 auto phiMapsOfHitsOnTracksRecentAcc{Monitored::Collection("phi_"+streamhitmaprecent, vPhiOnTrack)};
294 fill("SCTHitsNoiseMonitor_" + std::to_string(systemIndex), etaMapsOfHitsOnTracksRecentAcc, phiMapsOfHitsOnTracksRecentAcc);
295 }
296
297 if (numberOfHitsFromAllRDOs > 0) {
298 int den{N_STRIPS - numberOfHitsFromSPs};
299 int num{numberOfHitsFromAllRDOs - numberOfHitsFromSPs};
300 if (num < 0) {
301 num = 0;
302 ATH_MSG_WARNING("Too many reconstructed space points for number of real hits");
303 }
304 if (den > 0) {
305 occ[wafer_hash] = static_cast<float>(num) / static_cast<float>(den) * 1.E5;
306 }
307
308 hitOcc[wafer_hash] = static_cast<float>(numberOfHitsFromAllRDOs) / static_cast<float>(N_STRIPS) * 1.E5;
309
310 vLumiBlock[systemIndex].push_back(lumi_block);
311 vNumberOfHitsFromAllRDOs[systemIndex].push_back(numberOfHitsFromAllRDOs);
312 vNumberOfHitsFromSPs[systemIndex].push_back(numberOfHitsFromSPs);
313 vIsSelectedTriggerHits[systemIndex].push_back(isSelectedTrigger);
314 // end of hit occupancy
315 }
316 }// End of Loop on RDO container
317
318 auto Bec_TBinFracAllAcc{Monitored::Collection("Bec_TBinFracAll", vSystemIndexOnTrack)};
319 auto TBin_TBinFracAllAcc{Monitored::Collection("TBin_TBinFracAll", vDTbinOnTrack)};
320 fill("SCTHitsNoiseMonitorGeneral", Bec_TBinFracAllAcc, TBin_TBinFracAllAcc);
321
322 for (unsigned int jReg{0}; jReg<N_REGIONS; jReg++) {
323 auto lbHitsAcc{Monitored::Collection("LBHits", vLumiBlock[jReg])};
324 auto numberOfHitsFromAllRDOsAcc{Monitored::Collection("numberOfHitsFromAllRDOs", vNumberOfHitsFromAllRDOs[jReg])};
325 auto numberOfHitsFromSPsAcc{Monitored::Collection("numberOfHitsFromSPs", vNumberOfHitsFromSPs[jReg])};
326 auto isSelectedTriggerHitsAcc{Monitored::Collection("isSelectedTriggerHits", vIsSelectedTriggerHits[jReg])};
327 fill("SCTHitsNoiseMonitor_" + std::to_string(jReg), lbHitsAcc, numberOfHitsFromAllRDOsAcc, numberOfHitsFromSPsAcc, isSelectedTriggerHitsAcc);
328 }
329
330 // Fill Cluster size histogram
331 SG::ReadHandle<InDet::SCT_ClusterContainer> clusterContainer{m_clusContainerKey, ctx};
332 if (not clusterContainer.isValid()) {
333 ATH_MSG_WARNING("Couldn't retrieve clusters");
334 }
335
336 std::vector<long unsigned int> vGroupSize;
337 for (const InDet::SCT_ClusterCollection* clusterCollection: *clusterContainer) {
338 for (const InDet::SCT_Cluster* cluster: *clusterCollection) {
339 vGroupSize.push_back(cluster->rdoList().size());
340 }
341 }
342 auto cluSizeAcc{Monitored::Collection("clu_size", vGroupSize)};
343 fill("SCTHitsNoiseMonitorGeneral", cluSizeAcc);
344 auto hitsAcc{Monitored::Scalar<int>("sct_hits", local_tothits)};
345 fill("SCTHitsNoiseMonitorGeneral", hitsAcc);
346
347 // Fill hit occupancy and noise occupancy plots
348 // vectors for storing the data and then use only one fill call to decrease time
349 std::vector<int> vLB[N_REGIONS_INC_GENERAL];
350 std::vector<float> vNO[N_REGIONS_INC_GENERAL];
351 std::vector<float> vHO[N_REGIONS_INC_GENERAL];
352 std::vector<bool> vIsSelectedTrigger[N_REGIONS_INC_GENERAL];
353 std::vector<std::vector<float>> vNO2D[N_REGIONS];
354 std::vector<std::vector<float>> vHO2D[N_REGIONS];
355 std::vector<std::vector<int>> vEtaNOHO[N_REGIONS];
356 std::vector<std::vector<int>> vPhiNOHO[N_REGIONS];
357 std::vector<std::vector<bool>> vIsSelectedTriggerNOHO[N_REGIONS];
358 for (unsigned int jReg{0}; jReg<N_REGIONS_INC_GENERAL; jReg++) {
359 unsigned int size{N_WAFERS};
360 if (jReg==ENDCAP_C_INDEX or jReg==ENDCAP_A_INDEX) size = N_SIDES * N_MOD_ENDCAPS;
361 else if (jReg==BARREL_INDEX) size = N_SIDES * N_MOD_BARREL;
362 vLB[jReg].reserve(size);
363 vNO[jReg].reserve(size);
364 vHO[jReg].reserve(size);
365 vIsSelectedTrigger[jReg].reserve(size);
366
367 if (jReg<GENERAL_INDEX) {
368 vNO2D[jReg].resize(limits[jReg], {});
369 vHO2D[jReg].resize(limits[jReg], {});
370 vEtaNOHO[jReg].resize(limits[jReg], {});
371 vPhiNOHO[jReg].resize(limits[jReg], {});
372 vIsSelectedTriggerNOHO[jReg].resize(limits[jReg], {});
373 for (unsigned int element{0}; element< limits[jReg]; ++element) {
374 const int nWafers{getNumModules(jReg, element)*N_SIDES};
375 vNO2D[jReg][element].reserve(nWafers);
376 vHO2D[jReg][element].reserve(nWafers);
377 vEtaNOHO[jReg][element].reserve(nWafers);
378 vPhiNOHO[jReg][element].reserve(nWafers);
379 vIsSelectedTriggerNOHO[jReg][element].reserve(nWafers);
380 }
381 }
382 }
383
384 for (unsigned int iHash{0}; iHash<N_WAFERS; iHash++) {
385 const IdentifierHash wafer_hash{iHash};
386 if (not m_ConfigurationTool->isGood(wafer_hash)) continue;
387
388 const Identifier wafer_id{m_pSCTHelper->wafer_id(wafer_hash)};
389 const int barrel_ec{m_pSCTHelper->barrel_ec(wafer_id)};
390 const unsigned int systemIndex{bec2Index(barrel_ec)};
391 vLB[systemIndex].push_back(lumi_block);
392 vNO[systemIndex].push_back(occ[iHash]);
393 vHO[systemIndex].push_back(hitOcc[iHash]);
394 vIsSelectedTrigger[systemIndex].push_back(isSelectedTrigger);
395 vLB[GENERAL_INDEX].push_back(lumi_block);
396 vNO[GENERAL_INDEX].push_back(occ[iHash]);
397 vHO[GENERAL_INDEX].push_back(hitOcc[iHash]);
398 vIsSelectedTrigger[GENERAL_INDEX].push_back(isSelectedTrigger);
399 if (doThisSubsystem[systemIndex]) {
400 const int element{N_SIDES * m_pSCTHelper->layer_disk(wafer_id) + m_pSCTHelper->side(wafer_id)};
401 vNO2D[systemIndex][element].push_back(occ[iHash]);
402 vHO2D[systemIndex][element].push_back(hitOcc[iHash]);
403 vEtaNOHO[systemIndex][element].push_back(m_pSCTHelper->eta_module(wafer_id));
404 vPhiNOHO[systemIndex][element].push_back(m_pSCTHelper->phi_module(wafer_id));
405 vIsSelectedTriggerNOHO[systemIndex][element].push_back(isSelectedTrigger);
406 }
407 }
408
409 for (unsigned int jReg{0}; jReg<N_REGIONS_INC_GENERAL; jReg++) {
410 std::string monitor;
411 if (jReg==GENERAL_INDEX) monitor = "SCTHitsNoiseMonitorGeneral";
412 else monitor = "SCTHitsNoiseMonitor_" + std::to_string(jReg);
413
414 auto LBAcc{Monitored::Collection("LB", vLB[jReg])};
415 auto noAcc{Monitored::Collection("NO", vNO[jReg])};
416 auto hoAcc{Monitored::Collection("HO", vHO[jReg])};
417 auto IsSelectedTriggerAcc{Monitored::Collection("IsSelectedTrigger", vIsSelectedTrigger[jReg])};
418 fill(monitor, LBAcc, noAcc, hoAcc, IsSelectedTriggerAcc);
419 }
420
421 for (unsigned int jReg{0}; jReg<N_REGIONS; ++jReg){
422 for (unsigned int element{0}; element < limits[jReg]; ++element) {
423 LayerSideFormatter layerSide{element, jReg};
424 const std::string occMap{"occupancymap" + abbreviations[jReg] + "_" + layerSide.name()};
425 auto etaEacc{Monitored::Collection("eta_" + occMap, vEtaNOHO[jReg][element])};
426 auto phiAcc{Monitored::Collection("phi_" + occMap, vPhiNOHO[jReg][element])};
427 auto hoAcc{Monitored::Collection("HO_" + occMap, vHO2D[jReg][element])};
428 auto noAcc{Monitored::Collection("NO_" + occMap, vNO2D[jReg][element])};
429 auto isSelectedTriggerAcc{Monitored::Collection("IsSelectedTrigger_"+occMap, vIsSelectedTriggerNOHO[jReg][element])};
430 fill("SCTHitsNoiseMonitor_" + std::to_string(jReg), etaEacc, phiAcc, hoAcc, noAcc, isSelectedTriggerAcc);
431
432 if (m_doOnline){
433 auto isSelectedTriggerRecentAcc{Monitored::Collection("IsSelectedTriggerRecent_"+occMap, vIsSelectedTriggerNOHO[jReg][element])};
434 fill("SCTHitsNoiseMonitor_" + std::to_string(jReg), etaEacc, phiAcc, hoAcc, noAcc, isSelectedTriggerRecentAcc);
435 }
436
437 }
438 }
439
440 return StatusCode::SUCCESS;
441}
static Double_t sp
DataType_t dataType() const
Accessor functions for the data type.
int getTimeBin() const
std::atomic< int > m_eventsTrigger_lb
std::atomic< int > m_numberOfEventsTrigger
const SCT_ID * m_pSCTHelper
SCT Helper class.
SG::ReadHandleKey< SpacePointContainer > m_SCTSPContainerName
SG::ReadHandleKey< SCT_RDO_Container > m_dataObjectName
Data object name: for the SCT this is "SCT_RDOs".
std::atomic< int > m_events_lb
SG::ReadHandleKey< InDet::SCT_ClusterContainer > m_clusContainerKey
BooleanProperty m_doPositiveEndcap
Switch on or off the hitmaps histograms.
BooleanProperty m_doNegativeEndcap
ToolHandle< ISCT_ConfigurationConditionsTool > m_ConfigurationTool
int layer_disk(const Identifier &id) const
Definition SCT_ID.h:687
int side(const Identifier &id) const
Definition SCT_ID.h:705
IdentifierHash wafer_hash(const Identifier &wafer_id) const
wafer hash from id - optimized
Definition SCT_ID.h:487
Identifier wafer_id(int barrel_ec, int layer_disk, int phi_module, int eta_module, int side) const
For a single side of module.
Definition SCT_ID.h:459
int phi_module(const Identifier &id) const
Definition SCT_ID.h:693
Identifier module_id(int barrel_ec, int layer_disk, int phi_module, int eta_module) const
For a single crystal.
Definition SCT_ID.h:411
int strip(const Identifier &id) const
Definition SCT_ID.h:717
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
Definition SCT_ID.h:681
int eta_module(const Identifier &id) const
Definition SCT_ID.h:699
int get_other_side(const IdentifierHash &id, IdentifierHash &other) const
Wafer hash on other side.
Definition SCT_ID.cxx:427
std::string name(const std::string &delimiter="_") const
virtual bool isValid() override final
Can the handle be successfully dereferenced?
std::string find(const std::string &s)
return a remapped string
Definition hcg.cxx:138
ValuesCollection< T > Collection(std::string name, const T &collection)
Declare a monitored (double-convertible) collection.
unsigned int bec2Index(const int becVal)
Conversion bec->index.
int getNumModules(const int reg, const int layer)
void fill(H5::Group &out_file, size_t iterations)

◆ GetEventInfo()

SG::ReadHandle< xAOD::EventInfo > AthMonitorAlgorithm::GetEventInfo ( const EventContext & ctx) const
inherited

Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)

Parameters
ctxEventContext for the event
Returns
a SG::ReadHandle<xAOD::EventInfo>

Definition at line 111 of file AthMonitorAlgorithm.cxx.

111 {
112 return SG::ReadHandle<xAOD::EventInfo>(m_EventInfoKey, ctx);
113}
SG::ReadHandleKey< xAOD::EventInfo > m_EventInfoKey
Key for retrieving EventInfo from StoreGate.

◆ getGroup()

const ToolHandle< GenericMonitoringTool > & AthMonitorAlgorithm::getGroup ( const std::string & name) const
inherited

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
namestring name of the desired tool
Returns
reference to the desired monitoring tool

Definition at line 168 of file AthMonitorAlgorithm.cxx.

168 {
169 // get the pointer to the tool, and check that it exists
170 auto idx = m_toolLookupMap.find(name);
171 if (ATH_LIKELY(idx != m_toolLookupMap.end())) {
172 return m_tools[idx->second];
173 }
174 else {
175 // treat empty tool handle case as in Monitored::Group
176 if (m_toolLookupMap.empty()) {
177 return m_dummy;
178 }
179
180 if (!isInitialized()) {
182 "It seems that the AthMonitorAlgorithm::initialize was not called "
183 "in derived class initialize method");
184 } else {
185 std::string available = std::accumulate(
186 m_toolLookupMap.begin(), m_toolLookupMap.end(), std::string(""),
187 [](const std::string& s, auto h) { return s + "," + h.first; });
188 ATH_MSG_FATAL("The tool " << name << " could not be found in the tool array of the "
189 << "monitoring algorithm " << m_name << ". This probably reflects a discrepancy between "
190 << "your python configuration and c++ filling code. Note: your available groups are {"
191 << available << "}.");
192 }
193 }
194 return m_dummy;
195}
#define ATH_MSG_FATAL(x)
#define ATH_LIKELY(x)
std::unordered_map< std::string, size_t > m_toolLookupMap
const ToolHandle< GenericMonitoringTool > m_dummy
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.

◆ getTrigDecisionTool()

const ToolHandle< Trig::TrigDecisionTool > & AthMonitorAlgorithm::getTrigDecisionTool ( ) const
inherited

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 198 of file AthMonitorAlgorithm.cxx.

198 {
199 return m_trigDecTool;
200}

◆ initialize()

StatusCode SCTHitsNoiseMonAlg::initialize ( )
finaloverridevirtual

initialize

Returns
StatusCode

Reimplemented from AthMonitorAlgorithm.

Definition at line 68 of file SCTHitsNoiseMonAlg.cxx.

68 {
69
70 ATH_CHECK(m_dataObjectName.initialize());
71 ATH_CHECK(m_SCTSPContainerName.initialize());
72 ATH_CHECK(m_dataObjectName.initialize());
73 ATH_CHECK(m_clusContainerKey.initialize());
74 ATH_CHECK(m_tracksName.initialize());
75
76 ATH_CHECK(m_SCTDetEleCollKey.initialize());
77
78 // Get the helper:
79 ATH_CHECK(detStore()->retrieve(m_pSCTHelper, "SCT_ID"));
80 ATH_CHECK(m_ConfigurationTool.retrieve());
81
82 if (m_pSCTHelper->wafer_hash_max()!=SCT_Monitoring::N_WAFERS) {
83 ATH_MSG_ERROR("wafer_hash_max()=" << m_pSCTHelper->wafer_hash_max() <<
84 " differs from SCT_Monitoring::N_WAFERS=" << SCT_Monitoring::N_WAFERS);
85 return StatusCode::RECOVERABLE;
86 }
88}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_ERROR(x)
virtual StatusCode initialize() override
initialize
size_type wafer_hash_max() const
Definition SCT_ID.cxx:621
StatusCode initialize(bool used=true)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::inputHandles ( ) const
overridevirtualinherited

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()

◆ makeSPvsEventNumber()

StatusCode SCTHitsNoiseMonAlg::makeSPvsEventNumber ( ) const
private

Definition at line 499 of file SCTHitsNoiseMonAlg.cxx.

499 {
500 return StatusCode::SUCCESS;
501}

◆ makeVectorOfTrackRDOIdentifiers()

StatusCode SCTHitsNoiseMonAlg::makeVectorOfTrackRDOIdentifiers ( std::array< std::unordered_set< Identifier >, SCT_Monitoring::N_WAFERS > & rdosOnTracks,
const EventContext & ctx ) const
private

Definition at line 444 of file SCTHitsNoiseMonAlg.cxx.

444 {
445 // Clear the rdosOnTracks vector
446 rdosOnTracks.fill(std::unordered_set<Identifier>());
447 SG::ReadHandle<SCT_RDO_Container> rdoContainer{m_dataObjectName, ctx};
448 if (not rdoContainer.isValid()) {
449 ATH_MSG_FATAL("Could not find the data object " << m_dataObjectName.key() << " !");
450 return StatusCode::FAILURE;
451 } else {
452 ATH_MSG_DEBUG("Data object " << m_dataObjectName.key() << " found");
453 }
454
455 SG::ReadHandle<TrackCollection> tracks{m_tracksName, ctx};
456 if (not tracks.isValid()) {
457 ATH_MSG_FATAL("No tracks for you!");
458 return StatusCode::FAILURE;
459 }
460 // Only do for events with less than some number of tracks
461 if (tracks->size() > m_maxTracks) {
462 ATH_MSG_DEBUG("The event has more than " << m_maxTracks
463 << " tracks. Don't do hits-on-track-hists");
464 return StatusCode::SUCCESS;
465 }
466 // assemble list of rdo ids associated with tracks
467 for (const Trk::Track* track : *tracks) {
468 if (track == nullptr) {
469 ATH_MSG_WARNING("no pointer to track!!!");
470 break;
471 }
472 // Get pointer to track state on surfaces
473 const Trk::TrackStates* trackStates{track->trackStateOnSurfaces()};
474 if (trackStates == nullptr) {
475 ATH_MSG_WARNING("for current track is TrackStateOnSurfaces == Null, no data will be written for this track");
476 } else {// Loop over all track states on surfaces
477 for (const Trk::TrackStateOnSurface* TSOS: *trackStates) {
478 // Get pointer to RIO of right type
479 const InDet::SiClusterOnTrack* clus{dynamic_cast<const InDet::SiClusterOnTrack*>(TSOS->measurementOnTrack())};
480 if (clus) {
481 // Get Pointer to prepRawDataObject
482 const InDet::SiCluster* RawDataClus{dynamic_cast<const InDet::SiCluster*>(clus->prepRawData())};
483 if (RawDataClus == nullptr) {
484 ATH_MSG_WARNING("SiCluster WITHOUT prepRawData!!!!");
485 break;
486 }
487 // if Cluster is in SCT ...
488 if (RawDataClus->detectorElement()->isSCT()) {
489 const std::vector<Identifier>& rdoList{RawDataClus->rdoList()};
490 rdosOnTracks[RawDataClus->detectorElement()->identifyHash()].insert(rdoList.begin(), rdoList.end());
491 }
492 }
493 }
494 }
495 }
496 return StatusCode::SUCCESS;
497}
virtual IdentifierHash identifyHash() const override final
identifier hash (inline)
virtual const InDetDD::SiDetectorElement * detectorElement() const override final
return the detector element corresponding to this PRD The pointer will be zero if the det el is not d...
SG::ReadHandleKey< TrackCollection > m_tracksName
Name of the Track collection to use.
const std::string & key() const
Return the StoreGate ID for the referenced object.
const std::vector< Identifier > & rdoList() const
return the List of rdo identifiers (pointers)
virtual const Trk::PrepRawData * prepRawData() const =0
returns the PrepRawData (also known as RIO) object to which this RIO_OnTrack is associated.
DataVector< const Trk::TrackStateOnSurface > TrackStates

◆ msg()

MsgStream & AthCommonMsg< Gaudi::Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< Gaudi::Algorithm >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::outputHandles ( ) const
overridevirtualinherited

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
lineThe input string.
resultThe parsed output vector of strings.
Returns
StatusCode

Definition at line 345 of file AthMonitorAlgorithm.cxx.

345 {
346 std::string item;
347 std::stringstream ss(line);
348
349 ATH_MSG_DEBUG( "AthMonitorAlgorithm::parseList()" );
350
351 while ( std::getline(ss, item, ',') ) {
352 std::stringstream iss(item); // remove whitespace
353 iss >> item;
354 result.push_back(item);
355 }
356
357 return StatusCode::SUCCESS;
358}
static Double_t ss

◆ renounce()

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 > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
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)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setFilterPassed()

virtual void AthCommonReentrantAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Definition at line 100 of file AthCommonReentrantAlgorithm.h.

100 {
102 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const

◆ sysExecute()

StatusCode AthCommonReentrantAlgorithm< Gaudi::Algorithm >::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 85 of file AthCommonReentrantAlgorithm.cxx.

77{
78 return BaseAlg::sysExecute (ctx);
79}

◆ sysInitialize()

StatusCode AthCommonReentrantAlgorithm< Gaudi::Algorithm >::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 HypoBase, and InputMakerBase.

Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.

107 {
109
110 if (sc.isFailure()) {
111 return sc;
112 }
113
114 ServiceHandle<ICondSvc> cs("CondSvc",name());
115 for (auto h : outputHandles()) {
116 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
117 // do this inside the loop so we don't create the CondSvc until needed
118 if ( cs.retrieve().isFailure() ) {
119 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
120 return StatusCode::SUCCESS;
121 }
122 if (cs->regHandle(this,*h).isFailure()) {
124 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
125 << " with CondSvc");
126 }
127 }
128 }
129 return sc;
130}
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::sysStart ( )
overridevirtualinherited

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
vTrigNamesList 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 203 of file AthMonitorAlgorithm.cxx.

203 {
204
205
206 // If no triggers were given, return true.
207 if (vTrigNames.empty()) return true;
208
209
210 // Trigger: Check if this Algorithm is being run as an Express Stream job.
211 // Events are entering the express stream are chosen randomly, and by chain,
212 // Hence an additional check should be aplied to see if the chain(s)
213 // monitored here are responsible for the event being selected for
214 // the express stream.
215
216 const auto group = m_trigDecTool->getChainGroup(vTrigNames);
218 const auto passedBits = m_trigDecTool->isPassedBits(group);
219 bool expressPass = passedBits & TrigDefs::Express_passed; //bitwise AND
220 if(!expressPass) {
221 return false;
222 }
223 }
224
225 // monitor the event if any of the chains in the chain group passes the event.
226 return group->isPassed();
227
228}
Gaudi::Property< bool > m_enforceExpressTriggers

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }

Member Data Documentation

◆ m_checkrate

IntegerProperty SCTHitsNoiseMonAlg::m_checkrate {this, "CheckRate", 1000}
private

CheckHists() frequency.

Definition at line 79 of file SCTHitsNoiseMonAlg.h.

79{this, "CheckRate", 1000};

◆ m_checkrecent

IntegerProperty SCTHitsNoiseMonAlg::m_checkrecent {this, "CheckRecent", 30}
private

Definition at line 80 of file SCTHitsNoiseMonAlg.h.

80{this, "CheckRecent", 30};

◆ m_clusContainerKey

SG::ReadHandleKey<InDet::SCT_ClusterContainer> SCTHitsNoiseMonAlg::m_clusContainerKey {this, "ClusterKey", "SCT_Clusters"}
private

Definition at line 91 of file SCTHitsNoiseMonAlg.h.

91{this, "ClusterKey", "SCT_Clusters"};

◆ m_ConfigurationTool

ToolHandle<ISCT_ConfigurationConditionsTool> SCTHitsNoiseMonAlg::m_ConfigurationTool
private
Initial value:
{this, "conditionsTool",
"SCT_ConfigurationConditionsTool/InDetSCT_ConfigurationConditionsTool", "Tool to retrieve SCT Configuration Tool"}

Definition at line 101 of file SCTHitsNoiseMonAlg.h.

101 {this, "conditionsTool",
102 "SCT_ConfigurationConditionsTool/InDetSCT_ConfigurationConditionsTool", "Tool to retrieve SCT Configuration Tool"};

◆ m_dataObjectName

SG::ReadHandleKey<SCT_RDO_Container> SCTHitsNoiseMonAlg::m_dataObjectName {this, "RDOKey", "SCT_RDOs"}
private

Data object name: for the SCT this is "SCT_RDOs".

Definition at line 95 of file SCTHitsNoiseMonAlg.h.

95{this, "RDOKey", "SCT_RDOs"};

◆ m_dataType

AthMonitorAlgorithm::DataType_t AthMonitorAlgorithm::m_dataType
protectedinherited

Instance of the DataType_t enum.

Definition at line 356 of file AthMonitorAlgorithm.h.

◆ m_dataTypeStr

Gaudi::Property<std::string> AthMonitorAlgorithm::m_dataTypeStr {this,"DataType","userDefined"}
protectedinherited

DataType string pulled from the job option and converted to enum.

Definition at line 358 of file AthMonitorAlgorithm.h.

358{this,"DataType","userDefined"};

◆ m_defaultLBDuration

Gaudi::Property<float> AthMonitorAlgorithm::m_defaultLBDuration {this,"DefaultLBDuration",60.}
protectedinherited

Default duration of one lumi block.

Definition at line 365 of file AthMonitorAlgorithm.h.

365{this,"DefaultLBDuration",60.};

◆ m_detailLevel

Gaudi::Property<int> AthMonitorAlgorithm::m_detailLevel {this,"DetailLevel",0}
protectedinherited

Sets the level of detail used in the monitoring.

Definition at line 366 of file AthMonitorAlgorithm.h.

366{this,"DetailLevel",0};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_doNegativeEndcap

BooleanProperty SCTHitsNoiseMonAlg::m_doNegativeEndcap {this, "doNegativeEndcap", true}
private

Definition at line 72 of file SCTHitsNoiseMonAlg.h.

72{this, "doNegativeEndcap", true};

◆ m_doOnline

BooleanProperty SCTHitsNoiseMonAlg::m_doOnline {this, "doOnlineMon", false}
private

Definition at line 67 of file SCTHitsNoiseMonAlg.h.

67{this, "doOnlineMon", false};

◆ m_doPositiveEndcap

BooleanProperty SCTHitsNoiseMonAlg::m_doPositiveEndcap {this, "doPositiveEndcap", true}
private

Switch on or off the hitmaps histograms.

Switch on or off the endcaps

Definition at line 71 of file SCTHitsNoiseMonAlg.h.

71{this, "doPositiveEndcap", true};

◆ m_doSpacePointBasedNoise

BooleanProperty SCTHitsNoiseMonAlg::m_doSpacePointBasedNoise {this, "doSpacePointBasedNoise", true}
private

Definition at line 75 of file SCTHitsNoiseMonAlg.h.

75{this, "doSpacePointBasedNoise", true};

◆ m_doTimeBinFilteringForNoise

BooleanProperty SCTHitsNoiseMonAlg::m_doTimeBinFilteringForNoise {this, "doTimeBinFilteringForNoise", true}
private

Add time-bin filtering to space point NO algorithm.

Definition at line 77 of file SCTHitsNoiseMonAlg.h.

77{this, "doTimeBinFilteringForNoise", true};

◆ m_doTrackBasedNoise

BooleanProperty SCTHitsNoiseMonAlg::m_doTrackBasedNoise {this, "doTrackBasedNoise", false}
private

Select the noise algorithm.

Definition at line 74 of file SCTHitsNoiseMonAlg.h.

74{this, "doTrackBasedNoise", false};

◆ m_doTrackHits

BooleanProperty SCTHitsNoiseMonAlg::m_doTrackHits {this, "doTrackHits", true}
private

Definition at line 84 of file SCTHitsNoiseMonAlg.h.

84{this, "doTrackHits", true};

◆ m_doTrigger

BooleanProperty SCTHitsNoiseMonAlg::m_doTrigger {this, "doTrigger", false}
private

Definition at line 66 of file SCTHitsNoiseMonAlg.h.

66{this, "doTrigger", false};

◆ m_DQFilterTools

ToolHandleArray<IDQFilterTool> AthMonitorAlgorithm::m_DQFilterTools {this,"FilterTools",{}}
protectedinherited

Array of Data Quality filter tools.

Definition at line 346 of file AthMonitorAlgorithm.h.

346{this,"FilterTools",{}};

◆ m_dummy

const ToolHandle<GenericMonitoringTool> AthMonitorAlgorithm::m_dummy
privateinherited

Definition at line 374 of file AthMonitorAlgorithm.h.

◆ 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 377 of file AthMonitorAlgorithm.h.

377 {this,
378 "EnforceExpressTriggers", false,
379 "Requires that matched triggers made the event enter the express stream"};

◆ m_environment

AthMonitorAlgorithm::Environment_t AthMonitorAlgorithm::m_environment
protectedinherited

Instance of the Environment_t enum.

Definition at line 355 of file AthMonitorAlgorithm.h.

◆ 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 357 of file AthMonitorAlgorithm.h.

357{this,"Environment","user"};

◆ m_EventInfoKey

SG::ReadHandleKey<xAOD::EventInfo> AthMonitorAlgorithm::m_EventInfoKey {this,"EventInfoKey","EventInfo"}
protectedinherited

Key for retrieving EventInfo from StoreGate.

Definition at line 367 of file AthMonitorAlgorithm.h.

367{this,"EventInfoKey","EventInfo"};

◆ m_events_lb

std::atomic<int> SCTHitsNoiseMonAlg::m_events_lb {0}
mutableprivate

Definition at line 51 of file SCTHitsNoiseMonAlg.h.

51{0};

◆ m_eventsTrigger_lb

std::atomic<int> SCTHitsNoiseMonAlg::m_eventsTrigger_lb {0}
mutableprivate

Definition at line 52 of file SCTHitsNoiseMonAlg.h.

52{0};

◆ m_evtsbins

IntegerProperty SCTHitsNoiseMonAlg::m_evtsbins {this, "EvtsBins", 5000}
private

ChechHists() frequency.

Definition at line 82 of file SCTHitsNoiseMonAlg.h.

82{this, "EvtsBins", 5000};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthCommonReentrantAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.

Empty if no symlinks were found.

Definition at line 114 of file AthCommonReentrantAlgorithm.h.

◆ m_fileKey

Gaudi::Property<std::string> AthMonitorAlgorithm::m_fileKey {this,"FileKey",""}
protectedinherited

Internal Athena name for file.

Definition at line 363 of file AthMonitorAlgorithm.h.

363{this,"FileKey",""};

◆ m_lbDurationDataKey

SG::ReadCondHandleKey<LBDurationCondData> AthMonitorAlgorithm::m_lbDurationDataKey {this,"LBDurationCondDataKey","LBDurationCondData","SG Key of LBDurationCondData object"}
protectedinherited

Definition at line 350 of file AthMonitorAlgorithm.h.

351{this,"LBDurationCondDataKey","LBDurationCondData","SG Key of LBDurationCondData object"};

◆ m_localSummary

IntegerProperty SCTHitsNoiseMonAlg::m_localSummary {this, "localSummary", 0}
private

Determines whether a local summary is written.

Definition at line 87 of file SCTHitsNoiseMonAlg.h.

87{this, "localSummary", 0};

◆ m_lumiDataKey

SG::ReadCondHandleKey<LuminosityCondData> AthMonitorAlgorithm::m_lumiDataKey {this,"LuminosityCondDataKey","LuminosityCondData","SG Key of LuminosityCondData object"}
protectedinherited

Definition at line 348 of file AthMonitorAlgorithm.h.

349{this,"LuminosityCondDataKey","LuminosityCondData","SG Key of LuminosityCondData object"};

◆ m_maxTracks

UnsignedIntegerProperty SCTHitsNoiseMonAlg::m_maxTracks {this, "MaxTracks", 1000}
private

Definition at line 85 of file SCTHitsNoiseMonAlg.h.

85{this, "MaxTracks", 1000};

◆ m_name

std::string AthMonitorAlgorithm::m_name
privateinherited

Definition at line 371 of file AthMonitorAlgorithm.h.

◆ m_nHits_buf

std::vector<int> SCTHitsNoiseMonAlg::m_nHits_buf {}
private

Definition at line 57 of file SCTHitsNoiseMonAlg.h.

57{};

◆ m_nHits_pos

std::atomic<int> SCTHitsNoiseMonAlg::m_nHits_pos {0}
mutableprivate

Definition at line 58 of file SCTHitsNoiseMonAlg.h.

58{0};

◆ m_nmaxHits_buf

std::vector<int> SCTHitsNoiseMonAlg::m_nmaxHits_buf {}
private

Definition at line 59 of file SCTHitsNoiseMonAlg.h.

59{};

◆ m_nmaxModule_buf

std::vector<Identifier> SCTHitsNoiseMonAlg::m_nmaxModule_buf {}
private

Definition at line 60 of file SCTHitsNoiseMonAlg.h.

60{};

◆ m_nminHits_buf

std::vector<int> SCTHitsNoiseMonAlg::m_nminHits_buf {}
private

Definition at line 61 of file SCTHitsNoiseMonAlg.h.

61{};

◆ m_NOTriggerItem

StringProperty SCTHitsNoiseMonAlg::m_NOTriggerItem {this, "NOTrigger", "L1_RD0_EMPTY"}
private

Name of the L1 Type to use for filling the extra NO histograms.

Definition at line 65 of file SCTHitsNoiseMonAlg.h.

65{this, "NOTrigger", "L1_RD0_EMPTY"};

◆ m_nSP_buf

std::vector<int> SCTHitsNoiseMonAlg::m_nSP_buf {}
private

Definition at line 55 of file SCTHitsNoiseMonAlg.h.

55{};

◆ m_nSP_pos

std::atomic<int> SCTHitsNoiseMonAlg::m_nSP_pos {0}
mutableprivate

Definition at line 56 of file SCTHitsNoiseMonAlg.h.

56{0};

◆ m_numberOfEvents

std::atomic<int> SCTHitsNoiseMonAlg::m_numberOfEvents {0}
mutableprivate

Definition at line 43 of file SCTHitsNoiseMonAlg.h.

43{0};

◆ m_numberOfEventsRecent

std::atomic<int> SCTHitsNoiseMonAlg::m_numberOfEventsRecent {0}
mutableprivate

Definition at line 47 of file SCTHitsNoiseMonAlg.h.

47{0};

◆ m_numberOfEventsTrigger

std::atomic<int> SCTHitsNoiseMonAlg::m_numberOfEventsTrigger {0}
mutableprivate

Definition at line 45 of file SCTHitsNoiseMonAlg.h.

45{0};

◆ m_pSCTHelper

const SCT_ID* SCTHitsNoiseMonAlg::m_pSCTHelper {nullptr}
private

SCT Helper class.

Definition at line 108 of file SCTHitsNoiseMonAlg.h.

108{nullptr};

◆ m_SCTDetEleCollKey

SG::ReadCondHandleKey<InDetDD::SiDetectorElementCollection> SCTHitsNoiseMonAlg::m_SCTDetEleCollKey {this, "SCTDetEleCollKey", "SCT_DetectorElementCollection", "Key of SiDetectorElementCollection for SCT"}
private

Definition at line 97 of file SCTHitsNoiseMonAlg.h.

97{this, "SCTDetEleCollKey", "SCT_DetectorElementCollection", "Key of SiDetectorElementCollection for SCT"};

◆ m_SCTSPContainerName

SG::ReadHandleKey<SpacePointContainer> SCTHitsNoiseMonAlg::m_SCTSPContainerName {this, "SpacePointKey", "SCT_SpacePoints"}
private

Definition at line 93 of file SCTHitsNoiseMonAlg.h.

93{this, "SpacePointKey", "SCT_SpacePoints"};

◆ m_skipEvents

std::atomic<int> SCTHitsNoiseMonAlg::m_skipEvents {0}
mutableprivate

Definition at line 49 of file SCTHitsNoiseMonAlg.h.

49{0};

◆ m_toolLookupMap

std::unordered_map<std::string, size_t> AthMonitorAlgorithm::m_toolLookupMap
privateinherited

Definition at line 372 of file AthMonitorAlgorithm.h.

◆ m_tools

ToolHandleArray<GenericMonitoringTool> AthMonitorAlgorithm::m_tools {this,"GMTools",{}}
protectedinherited

Array of Generic Monitoring Tools.

Definition at line 341 of file AthMonitorAlgorithm.h.

341{this,"GMTools",{}};

◆ m_tracksName

SG::ReadHandleKey<TrackCollection> SCTHitsNoiseMonAlg::m_tracksName {this, "tracksName", "CombinedInDetTracks"}
private

Name of the Track collection to use.

Definition at line 90 of file SCTHitsNoiseMonAlg.h.

90{this, "tracksName", "CombinedInDetTracks"};

◆ m_trigDecTool

PublicToolHandle<Trig::TrigDecisionTool> AthMonitorAlgorithm::m_trigDecTool
protectedinherited

Tool to tell whether a specific trigger is passed.

Definition at line 345 of file AthMonitorAlgorithm.h.

◆ 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 360 of file AthMonitorAlgorithm.h.

360{this,"TriggerChain",""};

◆ m_trigLiveFractionDataKey

SG::ReadCondHandleKey<TrigLiveFractionCondData> AthMonitorAlgorithm::m_trigLiveFractionDataKey {this,"TrigLiveFractionCondDataKey","TrigLiveFractionCondData", "SG Key of TrigLiveFractionCondData object"}
protectedinherited

Definition at line 352 of file AthMonitorAlgorithm.h.

353{this,"TrigLiveFractionCondDataKey","TrigLiveFractionCondData", "SG Key of TrigLiveFractionCondData object"};

◆ m_useLumi

Gaudi::Property<bool> AthMonitorAlgorithm::m_useLumi {this,"EnableLumi",false}
protectedinherited

Allows use of various luminosity functions.

Definition at line 364 of file AthMonitorAlgorithm.h.

364{this,"EnableLumi",false};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.

◆ m_vTrigChainNames

std::vector<std::string> AthMonitorAlgorithm::m_vTrigChainNames
protectedinherited

Vector of trigger chain names parsed from trigger chain string.

Definition at line 361 of file AthMonitorAlgorithm.h.


The documentation for this class was generated from the following files: