|
ATLAS Offline Software
|
#include <L2OverlapRemoverMon.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...
|
|
|
| L2OverlapRemoverMon (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual StatusCode | initialize () override |
| initialize More...
|
|
virtual StatusCode | fillHistograms (const EventContext &ctx) const override |
| Function that steers anlayses. 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 |
|
|
virtual StatusCode | fillVariablesPerChain (const EventContext &ctx, const std::string &chain) const override |
| Function that fills variables of trigger objects associated to specified trigger chains. More...
|
|
virtual bool | selectEvents () const |
| Function that defines the event selection for anlayses User should reimlement in a subclass if needed. More...
|
|
virtual StatusCode | selectMuons (SG::ReadHandle< xAOD::MuonContainer > &muons, std::vector< const xAOD::Muon * > &probes) const |
| Function that defines the event selection for anlayses Users should reimlement in a subclass if needed. More...
|
|
virtual StatusCode | fillVariables (const EventContext &ctx) const |
| Function that fills variables by just retrieving containers of trigger objects. More...
|
|
virtual StatusCode | fillVariablesPerOfflineMuon (const EventContext &ctx, const xAOD::Muon *mu) const |
| Function that fills variables that are compared to offline muons but the trigger chains are not specified. More...
|
|
virtual StatusCode | fillVariablesPerOfflineMuonPerChain (const EventContext &ctx, const xAOD::Muon *mu, const std::string &chain) const |
| Function that fills variables of trigger objects associated to specified trigger chains comparing offline muons. More...
|
|
template<class T , class FUNCT > |
StatusCode | fillVariablesRatioPlots (const EventContext &ctx, const xAOD::Muon *mu, std::string &&trigstep, xAOD::Muon::TrackParticleType type, FUNCT matchFunc) const |
| Function that fills variables of ratio plots. More...
|
|
template<class T > |
StatusCode | fillVariableEtaPhi (const EventContext &ctx, SG::ReadHandleKey< DataVector< T > > ReadHandleKey, std::string &&trigstep, std::tuple< bool, double, double >(*PosFunc)(const T *)=&TrigMuonMonitorAlgorithm::defaultPosFunc< T >) const |
| Function that fills variables of etaphi2D plots. More...
|
|
void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| remove all handles from I/O resolution More...
|
|
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. More...
|
|
|
ToolHandle< MuonMatchingTool > | m_matchTool {this, "MuonMatchingTool", "MuonMatchingTool", "Tool for matching offline and online objects"} |
|
ToolHandle< CP::IMuonSelectionTool > | m_muonSelectionTool {this,"MuonSelectionTool","CP::MuonSelectionTool/MuonSelectionTool","MuonSelectionTool"} |
|
SG::ReadHandleKey< xAOD::MuonContainer > | m_MuonContainerKey {this, "MuonContainerName", "Muons", "Offline muon container"} |
|
Gaudi::Property< std::vector< std::string > > | m_monitored_chains {this, "MonitoredChains", {}, "Trigger chains that are monitored"} |
| List of trigger chains that are monitored in fillVariablesPerChain and fillVariablesPerOfflineMuonPerChain . More...
|
|
Gaudi::Property< int > | m_muontype {this, "MuonType", xAOD::Muon::MuonType::Combined, "MuonType used for monitoring"} |
| Requirement for the offline muon type considered in analyses. More...
|
|
Gaudi::Property< std::string > | m_group {this, "Group", "", "Histogram group"} |
| Name of monitored group. More...
|
|
const float | m_ratio_measurement_threshold = 4 |
| Threshold for ratio measurement. More...
|
|
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...
|
|
|
template<class T > |
StatusCode | fillVariablesOverlapRemoverPlots (const std::string &chain, std::string &&trigstep) const |
| Function that fills variables of L2OverlapRemover plots. More...
|
|
bool | isOverlap (const std::string &chain, const ElementLink< xAOD::L2StandAloneMuonContainer > &muEL1, const ElementLink< xAOD::L2StandAloneMuonContainer > &muEL2) const |
|
bool | isOverlap (const std::string &chain, const ElementLink< xAOD::L2CombinedMuonContainer > &muEL1, const ElementLink< xAOD::L2CombinedMuonContainer > &muEL2) const |
|
StatusCode | chooseBestMuon (const std::string &chain, const std::vector< TrigCompositeUtils::LinkInfo< xAOD::L2StandAloneMuonContainer > > &featureCont, const std::vector< unsigned int > &muResult) const |
| Function that choose best muon. More...
|
|
StatusCode | chooseBestMuon (const std::string &chain, const std::vector< TrigCompositeUtils::LinkInfo< xAOD::L2CombinedMuonContainer > > &featureCont, const std::vector< unsigned int > &muResult) 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...
|
|
|
static float | calcinvMass (double m1, double pt1, double eta1, double phi1, double m2, double pt2, double eta2, double phi2) |
|
static std::tuple< float, float, float > | L2ORPosForMatchFunc (const xAOD::L2StandAloneMuon *trig) |
|
static std::tuple< float, float, float > | L2ORPosForMatchFunc (const xAOD::L2CombinedMuon *trig) |
|
|
Gaudi::Property< float > | m_dRSAThresBB {this, "DRThresBB", 0.05, "DR threshold of L2SA in barel and barel region"} |
|
Gaudi::Property< float > | m_massSAThresBB {this, "MassThresBB", 0.20, "mass threshold of L2SA in barel and barel region"} |
|
Gaudi::Property< float > | m_dRSAThresBE {this, "DRThresBE", 0.05, "DR threshold of L2SA in barel and barel region"} |
|
Gaudi::Property< float > | m_massSAThresBE {this, "MassThresBE", 0.20, "mass threshold of L2SA in barel and endcap region"} |
|
Gaudi::Property< std::vector< float > > | m_etaBins {this, "EtaBins", {0, 1.9, 2.1, 9.9}, "eta bins of DR and mass thresholds"} |
|
Gaudi::Property< std::vector< float > > | m_dRSAThresEC {this, "DRThresEC", {0.06, 0.05, 0.05}, "DR threshold of L2SA in endcap and barel region"} |
|
Gaudi::Property< std::vector< float > > | m_massSAThresEC {this, "MassThresEC", {0.20, 0.15, 0.10}, "mass threshold of L2SA in endcap and endcap region"} |
|
Gaudi::Property< std::vector< float > > | m_dRCBThres {this, "DRThres", {0.06, 0.05, 0.05}, "DR threshold of L2CB"} |
|
Gaudi::Property< std::vector< float > > | m_dRbySAThres {this, "dRbySAThres", {0.06, 0.05, 0.05}, "mufast DR threshold of L2CB"} |
|
Gaudi::Property< std::vector< float > > | m_massCBThres {this, "MassThres", {0.20, 0.15, 0.10}, "mass threshold of L2CB"} |
|
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 |
|
Definition at line 14 of file L2OverlapRemoverMon.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.
◆ L2OverlapRemoverMon()
L2OverlapRemoverMon::L2OverlapRemoverMon |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ calcinvMass()
float L2OverlapRemoverMon::calcinvMass |
( |
double |
m1, |
|
|
double |
pt1, |
|
|
double |
eta1, |
|
|
double |
phi1, |
|
|
double |
m2, |
|
|
double |
pt2, |
|
|
double |
eta2, |
|
|
double |
phi2 |
|
) |
| |
|
staticprivate |
Definition at line 280 of file L2OverlapRemoverMon.cxx.
285 double theta1 = 2*atan2((
double)
exp(-
eta1),1.);
286 double theta2 = 2*atan2((
double)
exp(-
eta2),1.);
288 double fpt1 = fabs(pt1);
289 double fpt2 = fabs(pt2);
291 double px1 = fpt1*
cos(phi1);
292 double py1 = fpt1*
sin(phi1);
293 double pz1 = fpt1/
tan(theta1);
294 double e1 = sqrt(px1*px1+py1*py1+pz1*pz1+
m1*
m1);
296 double px2 = fpt2*
cos(phi2);
297 double py2 = fpt2*
sin(phi2);
298 double pz2 = fpt2/
tan(theta2);
299 double e2 = sqrt(px2*px2+py2*py2+pz2*pz2+
m2*
m2);
301 double pxsum = px1 + px2;
302 double pysum = py1 + py2;
303 double pzsum = pz1 + pz2;
304 double esum =
e1 +
e2;
307 double mass2 = esum*esum - pxsum*pxsum - pysum*pysum - pzsum*pzsum;
◆ 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.
◆ chooseBestMuon() [1/2]
Definition at line 224 of file L2OverlapRemoverMon.cxx.
228 std::vector<float> vec_RemovedEta, vec_RemovedPhi, vec_RemovedPt;
233 for(
i=0;
i<featureCont.size();
i++) {
235 if( muResult[
i] !=
i ) {
239 std::vector<unsigned int> others;
240 for(j=0; j<featureCont.size(); j++) {
241 if( muResult[j] == muResult[
i] ) others.emplace_back(j);
243 if( others.size() == 1 ) {
249 unsigned int BestMuon = 0;
251 for(
k=0;
k<others.size();
k++) {
254 float pt = std::abs((*muEL)->pt()/1
e3);
261 for(
k=0;
k<others.size();
k++) {
263 if( j != BestMuon ) {
265 vec_RemovedPt.push_back( (*muEL)->pt()/1
e3 * (*muEL)->charge() );
266 vec_RemovedEta.push_back( (*muEL)->eta() );
267 vec_RemovedPhi.push_back( (*muEL)->phi() );
275 return StatusCode::SUCCESS;
◆ chooseBestMuon() [2/2]
Function that choose best muon.
- Parameters
-
chain | Trigger chain provided in @cfillHistograms |
featureCont | vector of LinkInfo |
muResult | vector of number assigned to each muon to make overlap judgment |
Definition at line 160 of file L2OverlapRemoverMon.cxx.
164 std::vector<float> vec_RemovedEta, vec_RemovedPhi, vec_RemovedPt;
169 for(
i=0;
i<featureCont.size();
i++) {
171 if( muResult[
i] !=
i ) {
175 std::vector<unsigned int> others;
176 for(j=0; j<featureCont.size(); j++) {
177 if( muResult[j] == muResult[
i] ) others.emplace_back(j);
179 if( others.size() == 1 ) {
185 unsigned int BestMuon = 0;
188 for(
k=0;
k<others.size();
k++) {
191 float pt = std::abs((*muEL)->pt());
192 float ptRoI = (*muEL)->roiThreshold();
193 if( (ptRoI-maxPtRoI) > 0.1 ) {
198 else if( std::abs(ptRoI-maxPtRoI) < 0.1 ) {
207 for(
k=0;
k<others.size();
k++) {
209 if( j != BestMuon ) {
211 vec_RemovedPt.push_back( (*muEL)->pt() );
212 vec_RemovedEta.push_back( (*muEL)->etaMS() );
213 vec_RemovedPhi.push_back( (*muEL)->phiMS() );
221 return StatusCode::SUCCESS;
◆ 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]
◆ defaultPosFunc()
template<class T >
static std::tuple<bool, double, double> TrigMuonMonitorAlgorithm::defaultPosFunc |
( |
const T * |
trig | ) |
|
|
inlinestaticprotectedinherited |
◆ 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 TrigMuonMonitorAlgorithm::fillHistograms |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtualinherited |
◆ fillVariableEtaPhi()
Function that fills variables of etaphi2D plots.
- See also
TrigMuonMonitorAlgorithm.icc
for the implementation
- Parameters
-
ctx | EventContext provided by athenaMT |
ReadHandleKey | SG::ReadHandleKey of online muon. |
trigstep | trigger step |
PosFunc | Function pointer that implements cuts for the online muon candidates. |
◆ fillVariables()
StatusCode TrigMuonMonitorAlgorithm::fillVariables |
( |
const EventContext & |
ctx | ) |
const |
|
protectedvirtualinherited |
◆ fillVariablesOverlapRemoverPlots()
template<class T >
StatusCode L2OverlapRemoverMon::fillVariablesOverlapRemoverPlots |
( |
const std::string & |
chain, |
|
|
std::string && |
trigstep |
|
) |
| const |
|
private |
Function that fills variables of L2OverlapRemover plots.
- See also
L2OverlapRemoverMon.icc
for the implementation
- Parameters
-
chain | Trigger chain provided in @cfillHistograms |
trigstep | trigger step |
◆ fillVariablesPerChain()
StatusCode L2OverlapRemoverMon::fillVariablesPerChain |
( |
const EventContext & |
ctx, |
|
|
const std::string & |
chain |
|
) |
| const |
|
overrideprotectedvirtual |
Function that fills variables of trigger objects associated to specified trigger chains.
This is called in the for loop of trigger chains in fillHistograms
. Users should reimlement in a subclass if needed.
- See also
fillHistograms
- Parameters
-
ctx | EventContext provided by athenaMT |
chain | Trigger chain provided in @cfillHistograms |
Reimplemented from TrigMuonMonitorAlgorithm.
Definition at line 14 of file L2OverlapRemoverMon.cxx.
17 ATH_CHECK( fillVariablesOverlapRemoverPlots<xAOD::L2StandAloneMuon>(
chain,
"L2SA") );
18 ATH_CHECK( fillVariablesOverlapRemoverPlots<xAOD::L2CombinedMuon>(
chain,
"L2CB") );
20 return StatusCode::SUCCESS;
◆ fillVariablesPerOfflineMuon()
StatusCode TrigMuonMonitorAlgorithm::fillVariablesPerOfflineMuon |
( |
const EventContext & |
ctx, |
|
|
const xAOD::Muon * |
mu |
|
) |
| const |
|
protectedvirtualinherited |
Function that fills variables that are compared to offline muons but the trigger chains are not specified.
This is called in the for loop of offline muons in fillHistograms
. Users should reimlement in a subclass if needed.
- See also
fillHistograms
- Parameters
-
ctx | EventContext provided by athenaMT |
mu | Pointer to an offline muon provided in fillHistograms |
Reimplemented in EFMuonMon, L2muCombMon, and L2MuonSAMon.
Definition at line 87 of file TrigMuonMonitorAlgorithm.cxx.
88 return StatusCode::SUCCESS;
◆ fillVariablesPerOfflineMuonPerChain()
StatusCode TrigMuonMonitorAlgorithm::fillVariablesPerOfflineMuonPerChain |
( |
const EventContext & |
ctx, |
|
|
const xAOD::Muon * |
mu, |
|
|
const std::string & |
chain |
|
) |
| const |
|
protectedvirtualinherited |
Function that fills variables of trigger objects associated to specified trigger chains comparing offline muons.
This is called in the for loop of trigger chains and offline muons in fillHistograms
. Users should reimlement in a subclass if needed.
- See also
fillHistograms
- Parameters
-
ctx | EventContext provided by athenaMT |
mu | Pointer to an offline muon provided in fillHistograms |
chain | Trigger chain provided in fillHistograms |
Reimplemented in TrigMuonEfficiencyMon, L2MuonSAIOMon, EFMuonMon, L2MuonSAMon, and L2muCombMon.
Definition at line 95 of file TrigMuonMonitorAlgorithm.cxx.
96 return StatusCode::SUCCESS;
◆ fillVariablesRatioPlots()
template<class T , class FUNCT >
StatusCode TrigMuonMonitorAlgorithm::fillVariablesRatioPlots |
( |
const EventContext & |
ctx, |
|
|
const xAOD::Muon * |
mu, |
|
|
std::string && |
trigstep, |
|
|
xAOD::Muon::TrackParticleType |
type, |
|
|
FUNCT |
matchFunc |
|
) |
| const |
|
protectedinherited |
Function that fills variables of ratio plots.
- See also
TrigMuonMonitorAlgorithm.icc
for the implementation
- Parameters
-
ctx | EventContext provided by athenaMT |
mu | Pointer to an offline muon provided in fillHistograms |
trigstep | trigger step |
type | xAOD::Muon::TrackParticleType of offline muon |
matchFunc | Function pointer that implements cuts for the online muon candidates gotten by ReadHandle. |
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ GetEventInfo()
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
- Parameters
-
ctx | EventContext for the event |
- Returns
- a SG::ReadHandle<xAOD::EventInfo>
Definition at line 107 of file AthMonitorAlgorithm.cxx.
◆ getGroup()
Get a specific monitoring tool from the tool handle array.
Finds a specific GenericMonitoringTool instance from the list of monitoring tools (a ToolHandleArray). Throws a FATAL warning if the object found is empty.
- Parameters
-
name | string name of the desired tool |
- Returns
- reference to the desired monitoring tool
Definition at line 164 of file AthMonitorAlgorithm.cxx.
171 if (!isInitialized()) {
173 "It seems that the AthMonitorAlgorithm::initialize was not called "
174 "in derived class initialize method");
178 [](
const std::string&
s,
auto h) { return s +
"," + h.first; });
179 ATH_MSG_FATAL(
"The tool " <<
name <<
" could not be found in the tool array of the "
180 <<
"monitoring algorithm " <<
m_name <<
". This probably reflects a discrepancy between "
181 <<
"your python configuration and c++ filling code. Note: your available groups are {"
182 << available <<
"}.");
◆ 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 TrigMuonMonitorAlgorithm::initialize |
( |
| ) |
|
|
overridevirtualinherited |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, InDet::SiSPGNNTrackMaker, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ isOverlap() [1/2]
Definition at line 93 of file L2OverlapRemoverMon.cxx.
109 double absEta = (std::abs(mu1Pt) > std::abs(mu2Pt)) ? std::abs(mu1Eta) : std::abs(mu2Eta);
110 unsigned int iThres=0;
120 bool sameSign = mu1Pt*mu2Pt > 0;
123 float deta = mu1Eta - mu2Eta;
125 dR = sqrt(deta*deta + dphi*dphi);
126 bool dRisClose = dR < dRThres;
129 bool dRbySAisClose =
false;
132 if( muSA1 ==
nullptr || muSA2 ==
nullptr )
return false;
136 float dRBySA = sqrt(deta*deta + dphi*dphi);
137 if( dRBySA < dRbySAThres ) dRbySAisClose =
true;
142 bool massIsClose =
invMass < massThres;
145 const float monitor_limit = 1
e-4;
146 dRLog10 = ( dR >= monitor_limit ) ? log10(dR) : log10(monitor_limit);
147 invMassLog10 = (
invMass >= monitor_limit ) ? log10(
invMass) : log10(monitor_limit);
151 bool overlap = sameSign && dRisClose && massIsClose && dRbySAisClose;
◆ isOverlap() [2/2]
Definition at line 24 of file L2OverlapRemoverMon.cxx.
40 double dRThres = 9999.;
41 double massThres = 9999.;
42 bool isBarrel1 = (*muEL1)->sAddress() != -1;
43 bool isBarrel2 = (*muEL2)->sAddress() != -1;
45 if( isBarrel1 && isBarrel2 ) {
49 else if( (isBarrel1 && ! isBarrel2) || (!isBarrel1 && isBarrel2) ) {
54 double absEta = (std::abs(mu1Pt) > std::abs(mu2Pt)) ? std::abs(mu1Eta) : std::abs(mu2Eta);
55 unsigned int iThres=0;
65 bool sameSign = mu1Pt*mu2Pt > 0;
68 float deta = mu1Eta - mu2Eta;
70 dR = sqrt(deta*deta + dphi*dphi);
71 bool dRisClose = dR < dRThres;
75 bool massIsClose =
invMass < massThres;
78 const float monitor_limit = 1
e-4;
79 dRLog10 = ( dR >= monitor_limit ) ? log10(dR) : log10(monitor_limit);
80 invMassLog10 = (
invMass >= monitor_limit ) ? log10(
invMass) : log10(monitor_limit);
84 bool overlap = sameSign && dRisClose && massIsClose;
◆ L2ORPosForMatchFunc() [1/2]
◆ L2ORPosForMatchFunc() [2/2]
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ parseList()
StatusCode AthMonitorAlgorithm::parseList |
( |
const std::string & |
line, |
|
|
std::vector< std::string > & |
result |
|
) |
| const |
|
virtualinherited |
Parse a string into a vector.
The input string is a single long string of all of the trigger names. It parses this string and turns it into a vector, where each element is one trigger or trigger category.
- Parameters
-
line | The input string. |
result | The parsed output vector of strings. |
- Returns
- StatusCode
Definition at line 336 of file AthMonitorAlgorithm.cxx.
338 std::stringstream
ss(
line);
342 while ( std::getline(
ss,
item,
',') ) {
343 std::stringstream iss(
item);
348 return StatusCode::SUCCESS;
◆ renounce()
◆ renounceArray()
◆ selectEvents()
bool TrigMuonMonitorAlgorithm::selectEvents |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ selectMuons()
|
protectedvirtualinherited |
Function that defines the event selection for anlayses Users should reimlement in a subclass if needed.
- Parameters
-
muons | Offline muons in the MuonContainer |
probes | List of offline muons that are used in analyses |
Reimplemented in TrigMuonEfficiencyMon.
Definition at line 70 of file TrigMuonMonitorAlgorithm.cxx.
78 return StatusCode::SUCCESS;
◆ 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()
◆ 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_DQFilterTools
ToolHandleArray<IDQFilterTool> AthMonitorAlgorithm::m_DQFilterTools {this,"FilterTools",{}} |
|
protectedinherited |
◆ m_dRbySAThres
Gaudi::Property< std::vector<float> > L2OverlapRemoverMon::m_dRbySAThres {this, "dRbySAThres", {0.06, 0.05, 0.05}, "mufast DR threshold of L2CB"} |
|
private |
◆ m_dRCBThres
Gaudi::Property< std::vector<float> > L2OverlapRemoverMon::m_dRCBThres {this, "DRThres", {0.06, 0.05, 0.05}, "DR threshold of L2CB"} |
|
private |
◆ m_dRSAThresBB
Gaudi::Property< float > L2OverlapRemoverMon::m_dRSAThresBB {this, "DRThresBB", 0.05, "DR threshold of L2SA in barel and barel region"} |
|
private |
◆ m_dRSAThresBE
Gaudi::Property< float > L2OverlapRemoverMon::m_dRSAThresBE {this, "DRThresBE", 0.05, "DR threshold of L2SA in barel and barel region"} |
|
private |
◆ m_dRSAThresEC
Gaudi::Property< std::vector<float> > L2OverlapRemoverMon::m_dRSAThresEC {this, "DRThresEC", {0.06, 0.05, 0.05}, "DR threshold of L2SA in endcap and barel region"} |
|
private |
◆ m_dummy
◆ m_enforceExpressTriggers
Gaudi::Property<bool> AthMonitorAlgorithm::m_enforceExpressTriggers |
|
privateinherited |
Initial value:{this,
"EnforceExpressTriggers", false,
"Requires that matched triggers made the event enter the express stream"}
Definition at line 372 of file AthMonitorAlgorithm.h.
◆ m_environment
◆ m_environmentStr
Gaudi::Property<std::string> AthMonitorAlgorithm::m_environmentStr {this,"Environment","user"} |
|
protectedinherited |
Environment string pulled from the job option and converted to enum.
Definition at line 352 of file AthMonitorAlgorithm.h.
◆ m_etaBins
Gaudi::Property< std::vector<float> > L2OverlapRemoverMon::m_etaBins {this, "EtaBins", {0, 1.9, 2.1, 9.9}, "eta bins of DR and mass thresholds"} |
|
private |
◆ 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_group
Gaudi::Property<std::string> TrigMuonMonitorAlgorithm::m_group {this, "Group", "", "Histogram group"} |
|
protectedinherited |
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_massCBThres
Gaudi::Property< std::vector<float> > L2OverlapRemoverMon::m_massCBThres {this, "MassThres", {0.20, 0.15, 0.10}, "mass threshold of L2CB"} |
|
private |
◆ m_massSAThresBB
Gaudi::Property< float > L2OverlapRemoverMon::m_massSAThresBB {this, "MassThresBB", 0.20, "mass threshold of L2SA in barel and barel region"} |
|
private |
◆ m_massSAThresBE
Gaudi::Property< float > L2OverlapRemoverMon::m_massSAThresBE {this, "MassThresBE", 0.20, "mass threshold of L2SA in barel and endcap region"} |
|
private |
◆ m_massSAThresEC
Gaudi::Property< std::vector<float> > L2OverlapRemoverMon::m_massSAThresEC {this, "MassThresEC", {0.20, 0.15, 0.10}, "mass threshold of L2SA in endcap and endcap region"} |
|
private |
◆ m_matchTool
◆ m_monitored_chains
Gaudi::Property<std::vector<std::string> > TrigMuonMonitorAlgorithm::m_monitored_chains {this, "MonitoredChains", {}, "Trigger chains that are monitored"} |
|
protectedinherited |
List of trigger chains that are monitored in fillVariablesPerChain
and fillVariablesPerOfflineMuonPerChain
.
Definition at line 137 of file TrigMuonMonitorAlgorithm.h.
◆ m_MuonContainerKey
◆ m_muonSelectionTool
◆ m_muontype
Gaudi::Property<int> TrigMuonMonitorAlgorithm::m_muontype {this, "MuonType", xAOD::Muon::MuonType::Combined, "MuonType used for monitoring"} |
|
protectedinherited |
◆ m_name
std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_ratio_measurement_threshold
const float TrigMuonMonitorAlgorithm::m_ratio_measurement_threshold = 4 |
|
protectedinherited |
◆ 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 |
The documentation for this class was generated from the following files:
virtual double phi() const
The azimuthal angle ( ) of the particle.
virtual bool selectEvents() const
Function that defines the event selection for anlayses User should reimlement in a subclass if needed...
SG::ReadHandleKey< xAOD::MuonContainer > m_MuonContainerKey
Gaudi::Property< std::string > m_group
Name of monitored group.
double invMass(const I4Momentum &pA, const I4Momentum &pB)
invariant mass from two I4momentum references
float etaMS() const
Get the eta at muon spectrometer.
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
ToolHandle< MuonMatchingTool > m_matchTool
double e1(const xAOD::CaloCluster &cluster)
return the uncorrected cluster energy in 1st sampling
Class describing standalone muons reconstructed in the LVL2 trigger.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
static std::tuple< float, float, float > L2ORPosForMatchFunc(const xAOD::L2StandAloneMuon *trig)
bool accumulate(AccumulateMap &map, std::vector< module_t > const &modules, FPGATrackSimMatrixAccumulator const &acc)
Accumulates an accumulator (e.g.
std::vector< std::string > m_vTrigChainNames
Vector of trigger chain names parsed from trigger chain string.
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)
SG::ReadHandleKey< xAOD::EventInfo > m_EventInfoKey
Key for retrieving EventInfo from StoreGate.
float charge() const
get seeding muon charge
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
Gaudi::Property< float > m_massSAThresBB
std::unordered_map< std::string, size_t > m_toolLookupMap
double deltaPhi(double phiA, double phiB)
delta Phi in range [-pi,pi[
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
setEt setPhi setE277 setWeta2 eta1
float phiMS() const
Get the phi at muon spectrometer.
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
static float calcinvMass(double m1, double pt1, double eta1, double phi1, double m2, double pt2, double eta2, double phi2)
ValuesCollection< T > Collection(std::string name, const T &collection)
Declare a monitored (double-convertible) collection.
Gaudi::Property< std::vector< float > > m_etaBins
virtual void setOwner(IDataHandleHolder *o)=0
const ToolHandle< GenericMonitoringTool > m_dummy
virtual double eta() const
The pseudorapidity ( ) of the particle.
TrigMuonMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
::StatusCode StatusCode
StatusCode definition for legacy code.
void tolower(std::string &s)
virtual StatusCode fillHistograms(const EventContext &ctx) const =0
adds event to the monitoring histograms
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
virtual double pt() const
The transverse momentum ( ) of the particle.
Gaudi::Property< float > m_massSAThresBE
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
void fill(const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const
Fills a vector of variables to a group by reference.
virtual StatusCode fillVariables(const EventContext &ctx) const
Function that fills variables by just retrieving containers of trigger objects.
Gaudi::Property< float > m_dRSAThresBE
Gaudi::Property< std::vector< std::string > > m_monitored_chains
List of trigger chains that are monitored in fillVariablesPerChain and fillVariablesPerOfflineMuonPer...
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Gaudi::Property< std::vector< float > > m_dRSAThresEC
ElementLink implementation for ROOT usage.
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
Gaudi::Property< std::vector< float > > m_dRCBThres
virtual StatusCode sysInitialize() override
Override sysInitialize.
Gaudi::Property< bool > m_enforceExpressTriggers
virtual StatusCode selectMuons(SG::ReadHandle< xAOD::MuonContainer > &muons, std::vector< const xAOD::Muon * > &probes) const
Function that defines the event selection for anlayses Users should reimlement in a subclass if neede...
Gaudi::Property< int > m_muontype
Requirement for the offline muon type considered in analyses.
virtual StatusCode initialize() override
initialize
Gaudi::Property< float > m_dRSAThresBB
double e2(const xAOD::CaloCluster &cluster)
return the uncorrected cluster energy in 2nd sampling
#define ATH_MSG_WARNING(x)
Gaudi::Property< std::vector< float > > m_massCBThres
bool absEta(const xAOD::TauJet &tau, double &out)
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
virtual StatusCode fillVariablesPerOfflineMuonPerChain(const EventContext &ctx, const xAOD::Muon *mu, const std::string &chain) const
Function that fills variables of trigger objects associated to specified trigger chains comparing off...
virtual double pt() const
The transverse momentum ( ) of the particle.
@ STACO
Tracks produced by STACO.
Declare a monitored scalar variable.
virtual StatusCode fillVariablesPerOfflineMuon(const EventContext &ctx, const xAOD::Muon *mu) const
Function that fills variables that are compared to offline muons but the trigger chains are not speci...
ToolHandle< CP::IMuonSelectionTool > m_muonSelectionTool
virtual StatusCode fillVariablesPerChain(const EventContext &ctx, const std::string &chain) const
Function that fills variables of trigger objects associated to specified trigger chains.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Gaudi::Property< std::vector< float > > m_massSAThresEC
Gaudi::Property< std::vector< float > > m_dRbySAThres