|
ATLAS Offline Software
|
#include <TrigTauMonitorSingleAlgorithm.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...
|
|
|
| TrigTauMonitorSingleAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual StatusCode | initialize () override |
| initialize More...
|
|
virtual StatusCode | fillHistograms (const EventContext &ctx) const override |
| adds event to the monitoring histograms More...
|
|
virtual StatusCode | execute (const EventContext &ctx) const override |
| Applies filters and trigger requirements. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by reference. More...
|
|
template<typename... T> |
void | fill (const ToolHandle< GenericMonitoringTool > &groupHandle, T &&... variables) const |
| Fills a variadic list of variables to a group by reference. More...
|
|
void | fill (const std::string &groupName, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const |
| Fills a vector of variables to a group by name. More...
|
|
void | fill (const std::string &groupName, const std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &variables) const |
| Fills a vector of variables to a group by name. More...
|
|
template<typename... T> |
void | fill (const std::string &groupName, T &&... variables) const |
| Fills a variadic list of variables to a group by name. More...
|
|
Environment_t | environment () const |
| Accessor functions for the environment. More...
|
|
Environment_t | envStringToEnum (const std::string &str) const |
| Convert the environment string from the python configuration to an enum object. More...
|
|
DataType_t | dataType () const |
| Accessor functions for the data type. More...
|
|
DataType_t | dataTypeStringToEnum (const std::string &str) const |
| Convert the data type string from the python configuration to an enum object. More...
|
|
const ToolHandle< GenericMonitoringTool > & | getGroup (const std::string &name) const |
| Get a specific monitoring tool from the tool handle array. More...
|
|
const ToolHandle< Trig::TrigDecisionTool > & | getTrigDecisionTool () const |
| Get the trigger decision tool member. More...
|
|
bool | trigChainsArePassed (const std::vector< std::string > &vTrigNames) const |
| Check whether triggers are passed. More...
|
|
SG::ReadHandle< xAOD::EventInfo > | GetEventInfo (const EventContext &) const |
| Return a ReadHandle for an EventInfo object (get run/event numbers, etc.) More...
|
|
virtual float | lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average mu, i.e. More...
|
|
virtual float | lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate instantaneous number of interactions, i.e. More...
|
|
virtual float | lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1). More...
|
|
virtual float | lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the instantaneous luminosity per bunch crossing. More...
|
|
virtual double | lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the duration of the luminosity block (in seconds) More...
|
|
virtual float | lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average luminosity livefraction. More...
|
|
virtual float | livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the live fraction per bunch crossing ID. More...
|
|
virtual double | lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Calculate the average integrated luminosity multiplied by the live fraction. More...
|
|
virtual StatusCode | parseList (const std::string &line, std::vector< std::string > &result) const |
| Parse a string into a vector. More...
|
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
std::map< std::string, TrigTauInfo > & | getTrigInfoMap () |
|
const TrigTauInfo & | getTrigInfo (const std::string &trigger) const |
|
std::vector< const xAOD::TauJet * > | getOnlineTausAll (const std::string &trigger, bool include_0P=true) const |
|
std::tuple< std::vector< const xAOD::TauJet * >, std::vector< const xAOD::TauJet * >, std::vector< const xAOD::TauJet * > > | getOnlineTaus (const std::string &trigger) const |
|
std::vector< const xAOD::TauJet * > | getOfflineTausAll (const EventContext &ctx, const float threshold=20.0) const |
|
std::pair< std::vector< const xAOD::TauJet * >, std::vector< const xAOD::TauJet * > > | getOfflineTaus (const EventContext &ctx, const float threshold=20.0) const |
|
std::vector< const xAOD::eFexTauRoI * > | getL1eTAUs (const EventContext &ctx, const std::string &l1_item) const |
|
std::vector< const xAOD::jFexTauRoI * > | getL1jTAUs (const EventContext &ctx, const std::string &l1_item) const |
|
std::vector< std::pair< const xAOD::eFexTauRoI *, const xAOD::jFexTauRoI * > > | getL1cTAUs (const EventContext &ctx, const std::string &l1_item) const |
|
std::vector< const xAOD::EmTauRoI * > | getL1LegacyTAUs (const EventContext &ctx, const std::string &l1_item) const |
|
double | dR (const double eta1, const double phi1, const double eta2, const double phi2) const |
|
template<typename T1 = xAOD::IParticle, typename T2 = xAOD::IParticle> |
bool | matchObjects (const T1 *tau, const std::vector< const T2 * > &tau_vec, float threshold) const |
|
bool | matchObjects (const TLorentzVector &tau, const std::vector< TLorentzVector > &tau_vec, float threshold) const |
|
template<typename T1 = xAOD::IParticle, typename T2 = xAOD::eFexTauRoI> |
bool | matchObjects (const T1 *tau_1, const T2 *tau_2, float threshold) const |
|
template<typename T1 = xAOD::IParticle, typename T2 = xAOD::IParticle> |
bool | matchTruthObjects (const T1 *true_tau, const std::vector< const T2 * > &tau_vec, float threshold) const |
|
std::vector< const xAOD::TauJet * > | classifyTausAll (const std::vector< const xAOD::TauJet * > &taus, const float threshold=0.0) const |
|
std::pair< std::vector< const xAOD::TauJet * >, std::vector< const xAOD::TauJet * > > | classifyOfflineTaus (const std::vector< const xAOD::TauJet * > &taus, const float threshold=0.0) const |
|
std::tuple< std::vector< const xAOD::TauJet * >, std::vector< const xAOD::TauJet * >, std::vector< const xAOD::TauJet * > > | classifyOnlineTaus (const std::vector< const xAOD::TauJet * > &taus, const float threshold=0.0) const |
|
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...
|
|
|
Gaudi::Property< std::vector< std::string > > | m_triggers {this, "TriggerList", {}} |
|
Gaudi::Property< std::map< std::string, float > > | m_L1_Phase1_thresholds {this, "L1Phase1Thresholds", {}} |
|
Gaudi::Property< std::map< std::string, uint64_t > > | m_L1_Phase1_threshold_patterns {this, "L1Phase1ThresholdPatterns", {}} |
|
Gaudi::Property< bool > | m_L1_select_by_et_only {this, "SelectL1ByETOnly", false} |
|
Gaudi::Property< bool > | m_do_efficiency_plots {this, "DoEfficiencyPlots", true} |
|
Gaudi::Property< bool > | m_do_variable_plots {this, "DoVariablePlots", true} |
|
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...
|
|
|
virtual StatusCode | processEvent (const EventContext &ctx) const override |
|
void | fillHLTEfficiencies (const EventContext &ctx, const std::string &trigger, const bool l1_accept_flag, const std::vector< const xAOD::TauJet * > &offline_tau_vec, const std::vector< const xAOD::TauJet * > &online_tau_vec, const std::string &nProng) const |
|
void | fillIDInputVars (const std::string &trigger, const std::vector< const xAOD::TauJet * > &tau_vec, const std::string &nProng, bool online) const |
|
void | fillIDTrack (const std::string &trigger, const std::vector< const xAOD::TauJet * > &tau_vec, bool online) const |
|
void | fillIDCluster (const std::string &trigger, const std::vector< const xAOD::TauJet * > &tau_vec, bool online) const |
|
void | fillBasicVars (const EventContext &ctx, const std::string &trigger, const std::vector< const xAOD::TauJet * > &tau_vec, const std::string &nProng, bool online) const |
|
void | fillIDScores (const std::string &trigger, const std::vector< const xAOD::TauJet * > &tau_vec, const std::string &nProng, bool online) const |
|
std::vector< TLorentzVector > | getRoIsVector (const EventContext &ctx, const std::string &trigger) const |
|
const SG::ReadHandleKey< xAOD::TauJetContainer > & | getOnlineContainerKey (const std::string &trigger) const |
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
| specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
| specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
|
|
Gaudi::Property< bool > | m_doTotalEfficiency {this, "DoTotalEfficiency", false, "Do total efficiency histograms"} |
|
Gaudi::Property< bool > | m_requireOfflineTaus {this, "RequireOfflineTaus", true, "Require at leat 1 offline tau per event"} |
|
Gaudi::Property< bool > | m_doOfflineTausDistributions {this, "DoOfflineTausDistributions", true} |
|
Gaudi::Property< std::map< std::string, std::map< std::string, std::pair< std::string, std::string > > > > | m_monitoredHLTIdScores {this, "HLTTauIDScores", {}, "Pairs of the TauID score and signal-transformed scores for each HLT TauID algorithm to be monitored, for each reconstruction sequence (type, e.g. tracktwoMVA, tracktwoLLP, etc...)"} |
|
std::map< std::string, std::map< std::string, std::pair< SG::AuxElement::ConstAccessor< float >, SG::AuxElement::ConstAccessor< float > > > > | m_monitoredHLTIdAccessors |
|
Gaudi::Property< std::map< std::string, std::pair< std::string, std::string > > > | m_monitoredOfflineIdScores {this, "OfflineTauIDScores", {}, "Pairs of the TauID score and signal-transformed scores for each Offline TauID algorithm to be monitored"} |
|
std::map< std::string, std::pair< SG::AuxElement::ConstAccessor< float >, SG::AuxElement::ConstAccessor< float > > > | m_monitoredOfflineIdAccessors |
|
std::map< std::string, TrigTauInfo > | m_trigInfo |
|
SG::ReadDecorHandleKey< xAOD::EventInfo > | m_eventInfoDecorKey {this, "LArStatusFlag", "EventInfo.larFlags", "Key for EventInfo object"} |
|
SG::ReadHandleKey< xAOD::TauJetContainer > | m_offlineTauJetKey {this, "OfflineTauJetKey", "TauJets", "Offline taujet container key"} |
|
SG::ReadHandleKey< xAOD::EmTauRoIContainer > | m_legacyl1TauRoIKey { this, "LegacyL1TauRoIKey", "LVL1EmTauRoIs", "Tau Legacy L1 RoI key"} |
|
SG::ReadHandleKey< xAOD::eFexTauRoIContainer > | m_phase1l1eTauRoIKey {this, "Phase1L1eTauRoIKey", "L1_eTauRoI", "eTau Phase1 L1 RoI key"} |
|
SG::ReadDecorHandleKey< xAOD::eFexTauRoIContainer > | m_phase1l1eTauRoIThresholdPatternsKey {this, "Phase1L1eTauRoIThresholdPatternsKey", "L1_eTauRoI.thresholdPatterns", "Decoration for the threshold patterns for the eTau RoIs"} |
|
SG::ReadHandleKey< xAOD::jFexTauRoIContainer > | m_phase1l1jTauRoIKey {this, "Phase1L1jTauRoIKey", "L1_jFexTauRoI", "jTau Phase1 L1 RoI key"} |
|
SG::ReadDecorHandleKey< xAOD::jFexTauRoIContainer > | m_phase1l1jTauRoIThresholdPatternsKey {this, "Phase1L1jTauRoIThresholdPatternsKey", "L1_jFexTauRoI.thresholdPatterns", "Decoration for the threshold patterns for the jTau RoIs"} |
|
SG::ReadHandleKey< xAOD::eFexTauRoIContainer > | m_phase1l1cTauRoIKey {this, "Phase1L1cTauRoIKey", "L1_cTauRoI", "cTau Phase1 L1 RoI key"} |
|
SG::ReadDecorHandleKey< xAOD::eFexTauRoIContainer > | m_phase1l1cTauRoIDecorKey {this, "Phase1L1cTauRoIjTauRoILinkKey", "L1_cTauRoI.jTauLink", "Decoration for the link from eTau to the matching jTau"} |
|
SG::ReadDecorHandleKey< xAOD::eFexTauRoIContainer > | m_phase1l1cTauRoIThresholdPatternsKey {this, "Phase1L1cTauRoIThresholdPatternsKey", "L1_cTauRoI.thresholdPatterns", "Decoration for the threshold patterns for the cTau RoIs"} |
|
SG::ReadHandleKey< xAOD::TauJetContainer > | m_hltTauJetKey {this, "HLTTauJetKey", "HLT_TrigTauRecMerged_MVA", "HLT tracktwoMVA taujet container key"} |
|
SG::ReadHandleKey< xAOD::TauJetContainer > | m_hltTauJetLLPKey {this, "HLTTauJetLLPKey", "HLT_TrigTauRecMerged_LLP", "HLT tracktwoLLP taujet container key"} |
|
SG::ReadHandleKey< xAOD::TauJetContainer > | m_hltTauJetLRTKey {this, "HLTTauJetLRTKey", "HLT_TrigTauRecMerged_LRT", "HLT trackLRT taujet container key"} |
|
SG::ReadHandleKey< xAOD::TauJetContainer > | m_hltTauJetCaloMVAOnlyKey {this, "HLTTauJetCaloMVAOnlyKey", "HLT_TrigTauRecMerged_CaloMVAOnly", "HLT ptonly taujet container key"} |
|
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 |
|
◆ 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.
◆ TrigTauMonitorSingleAlgorithm()
TrigTauMonitorSingleAlgorithm::TrigTauMonitorSingleAlgorithm |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ 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.
◆ classifyOfflineTaus()
Definition at line 336 of file TrigTauMonitorBaseAlgorithm.cxx.
338 std::vector<const xAOD::TauJet*> tau_vec_1p, tau_vec_3p;
346 if(nTracks == 1) tau_vec_1p.push_back(tau);
347 else if(nTracks == 3) tau_vec_3p.push_back(tau);
350 return {tau_vec_1p, tau_vec_3p};
◆ classifyOnlineTaus()
Definition at line 317 of file TrigTauMonitorBaseAlgorithm.cxx.
319 std::vector<const xAOD::TauJet*> tau_vec_0p, tau_vec_1p, tau_vec_mp;
327 if(nTracks == 0) tau_vec_0p.push_back(tau);
328 else if(nTracks == 1) tau_vec_1p.push_back(tau);
329 else tau_vec_mp.push_back(tau);
332 return {tau_vec_0p, tau_vec_1p, tau_vec_mp};
◆ classifyTausAll()
◆ dataType()
DataType_t AthMonitorAlgorithm::dataType |
( |
| ) |
const |
|
inlineinherited |
Accessor functions for the data type.
- Returns
- the current value of the class's DataType_t instance.
Definition at line 221 of file AthMonitorAlgorithm.h.
◆ dataTypeStringToEnum()
Convert the data type string from the python configuration to an enum object.
- Returns
- a value in the DataType_t enumeration which matches the input string.
Definition at line 140 of file AthMonitorAlgorithm.cxx.
142 std::string lowerCaseStr =
str;
146 if( lowerCaseStr ==
"userdefined" ) {
148 }
else if( lowerCaseStr ==
"montecarlo" ) {
150 }
else if( lowerCaseStr ==
"collisions" ) {
152 }
else if( lowerCaseStr ==
"cosmics" ) {
154 }
else if( lowerCaseStr ==
"heavyioncollisions" ) {
157 ATH_MSG_WARNING(
"AthMonitorAlgorithm::dataTypeStringToEnum(): Unknown data type "
158 <<
str<<
", returning userDefined.");
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ dR()
double TrigTauMonitorBaseAlgorithm::dR |
( |
const double |
eta1, |
|
|
const double |
phi1, |
|
|
const double |
eta2, |
|
|
const double |
phi2 |
|
) |
| const |
|
inlineprotectedinherited |
◆ 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();
◆ fillBasicVars()
void TrigTauMonitorSingleAlgorithm::fillBasicVars |
( |
const EventContext & |
ctx, |
|
|
const std::string & |
trigger, |
|
|
const std::vector< const xAOD::TauJet * > & |
tau_vec, |
|
|
const std::string & |
nProng, |
|
|
bool |
online |
|
) |
| const |
|
private |
◆ fillHistograms()
StatusCode TrigTauMonitorBaseAlgorithm::fillHistograms |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtualinherited |
adds event to the monitoring histograms
User will overwrite this function. Histogram booking is no longer done in C++. This function is called in execute once the filters are all passed.
- Parameters
-
ctx | forwarded from execute |
- Returns
- StatusCode
Implements AthMonitorAlgorithm.
Definition at line 277 of file TrigTauMonitorBaseAlgorithm.cxx.
283 if(
m_trigDecTool->ExperimentalAndExpertMethods().isHLTTruncated()){
285 return StatusCode::SUCCESS;
295 return StatusCode::SUCCESS;
300 return StatusCode::SUCCESS;
◆ fillHLTEfficiencies()
Definition at line 142 of file TrigTauMonitorSingleAlgorithm.cxx.
144 ATH_MSG_DEBUG(
"Fill HLT " << nProng <<
" efficiencies: " << trigger);
163 bool hlt_fires =
m_trigDecTool->isPassed(trigger, TrigDefs::Physics | TrigDefs::allowResurrectedDecision);
166 for(
const auto *offline_tau : offline_tau_vec) {
167 bool L1_match =
false;
171 for(
const TLorentzVector& roi :
rois) {
172 L1_match = offline_tau->p4().DeltaR(roi) <= 0.3;
177 tauEta = offline_tau->eta();
178 tauPhi = offline_tau->phi();
181 bool is_highPt =
tauPt >
info.getHLTTauThreshold() + 20.0;
184 HLT_match =
matchObjects(offline_tau, online_tau_vec, 0.2) && hlt_fires;
188 Total_match =
static_cast<bool>(HLT_match);
192 Total_match_highPt =
static_cast<bool>(HLT_match);
197 if(!L1_match || !l1_accept_flag)
continue;
202 HLT_match_highPt =
static_cast<bool>(HLT_match);
◆ fillIDCluster()
void TrigTauMonitorSingleAlgorithm::fillIDCluster |
( |
const std::string & |
trigger, |
|
|
const std::vector< const xAOD::TauJet * > & |
tau_vec, |
|
|
bool |
online |
|
) |
| const |
|
private |
Definition at line 351 of file TrigTauMonitorSingleAlgorithm.cxx.
357 for(
const auto *tau : tau_vec){
360 std::vector<const xAOD::CaloCluster*>
clusters;
385 if(success_SECOND_LAMBDA)
detail = std::log10(
detail + 0.1);
392 if(success_CENTER_LAMBDA)
detail = std::log10(
detail + 1
e-6);
396 fill(
monGroup, n_cluster, cluster_pt_jetseed_log, cluster_et_log, cluster_eta, cluster_phi, cluster_dEta, cluster_dPhi, cluster_SECOND_R_log10, cluster_SECOND_LAMBDA_log10, cluster_CENTER_LAMBDA_log10);
◆ fillIDInputVars()
void TrigTauMonitorSingleAlgorithm::fillIDInputVars |
( |
const std::string & |
trigger, |
|
|
const std::vector< const xAOD::TauJet * > & |
tau_vec, |
|
|
const std::string & |
nProng, |
|
|
bool |
online |
|
) |
| const |
|
private |
Definition at line 211 of file TrigTauMonitorSingleAlgorithm.cxx.
265 detail = std::log10(std::max(detail, 140.0f));
274 fill(
monGroup,
centFrac,
etOverPtLeadTrk,
dRmax,
absipSigLeadTrk, sumPtTrkFrac, emPOverTrkSysP,
ptRatioEflowApprox,
mEflowApprox,
ptDetectorAxis,
massTrkSys,
trFlightPathSig);
◆ fillIDScores()
void TrigTauMonitorSingleAlgorithm::fillIDScores |
( |
const std::string & |
trigger, |
|
|
const std::vector< const xAOD::TauJet * > & |
tau_vec, |
|
|
const std::string & |
nProng, |
|
|
bool |
online |
|
) |
| const |
|
private |
Definition at line 445 of file TrigTauMonitorSingleAlgorithm.cxx.
450 const std::string tau_id =
info.getHLTTauID();
451 bool store_all = tau_id ==
"idperf" || tau_id ==
"perf";
463 for(
const auto& [
key,
p] : idAccessors) {
465 if(
online && !store_all && tau_id !=
key)
continue;
467 std::vector<float>
score, score_sig_trans;
471 if(!
p.first.isAvailable(*tau) || !
p.second.isAvailable(*tau))
continue;
473 score.push_back(
p.first(*tau));
474 score_sig_trans.push_back(
p.second(*tau));
◆ fillIDTrack()
void TrigTauMonitorSingleAlgorithm::fillIDTrack |
( |
const std::string & |
trigger, |
|
|
const std::vector< const xAOD::TauJet * > & |
tau_vec, |
|
|
bool |
online |
|
) |
| const |
|
private |
Definition at line 280 of file TrigTauMonitorSingleAlgorithm.cxx.
289 for(
const auto *tau : tau_vec) {
292 bool linksValid =
true;
294 if(!trackEL.isValid()) {
300 ATH_MSG_WARNING(
"Invalid track element links from TauJet in " << trigger);
320 uint8_t inner_pixel_hits, inner_pixel_exp;
324 if(success1_innerPixel_hits && success2_innerPixel_exp) {
detail = inner_pixel_exp ? inner_pixel_hits : 1.; };
328 uint8_t pixel_hits, pixel_dead;
332 if(success1_pixel_hits && success2_pixel_dead) {
detail = pixel_hits + pixel_dead; };
340 if(success1_sct_hits && success2_sct_dead) {
detail = sct_hits + sct_dead; };
344 fill(
monGroup, n_track, track_pt_log, track_eta, track_phi, track_dEta, track_dPhi, track_z0sinthetaTJVA_abs_log, track_d0_abs_log, track_nIBLHitsAndExp, track_nPixelHitsPlusDeadSensors, track_nSCTHitsPlusDeadSensors);
◆ 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 <<
"}.");
◆ getL1cTAUs()
Definition at line 189 of file TrigTauMonitorBaseAlgorithm.cxx.
191 std::vector<std::pair<const xAOD::eFexTauRoI*, const xAOD::jFexTauRoI*>> roi_vec;
194 if(!
rois.isValid()) {
199 if(!jTau_roi_link.isValid()) {
200 ATH_MSG_WARNING(
"Failed to create jTauLink accessor for the L1_cTauRoi container");
205 for(
size_t i = 0;
i <
rois->size();
i++) {
207 const xAOD::jFexTauRoI* jTau_roi = jTau_roi_link(
i).isValid() ? *jTau_roi_link(
i) : nullptr;
214 if(!thresholdPatterns.isValid()) {
215 ATH_MSG_WARNING(
"Failed to create thresholdPatterns property accessor for the L1_cTauRoi container");
219 for(
size_t i = 0;
i <
rois->size();
i++) {
221 const xAOD::jFexTauRoI* jTau_roi = jTau_roi_link(
i).isValid() ? *jTau_roi_link(
i) : nullptr;
◆ getL1eTAUs()
Definition at line 125 of file TrigTauMonitorBaseAlgorithm.cxx.
127 std::vector<const xAOD::eFexTauRoI*> roi_vec;
130 if(!
rois.isValid()) {
142 if(!thresholdPatterns.isValid()) {
143 ATH_MSG_WARNING(
"Failed to create thresholdPatterns property accessor for the L1_eTauRoi container");
◆ getL1jTAUs()
Definition at line 157 of file TrigTauMonitorBaseAlgorithm.cxx.
159 std::vector<const xAOD::jFexTauRoI*> roi_vec;
162 if(!
rois.isValid()) {
174 if(!thresholdPatterns.isValid()) {
175 ATH_MSG_WARNING(
"Failed to create thresholdPatterns property accessor for the L1_jTauRoi container");
◆ getL1LegacyTAUs()
std::vector< const xAOD::EmTauRoI * > TrigTauMonitorBaseAlgorithm::getL1LegacyTAUs |
( |
const EventContext & |
ctx, |
|
|
const std::string & |
l1_item |
|
) |
| const |
|
protectedinherited |
Definition at line 233 of file TrigTauMonitorBaseAlgorithm.cxx.
235 std::vector<const xAOD::EmTauRoI*> roi_vec;
238 if(!
rois.isValid()) {
244 for(
const std::string& thr_item : roi->thrNames()) {
247 if((l1_item.find(
"TAU8") != std::string::npos && thr_item.find(
"HA8") != std::string::npos)
248 || (l1_item.find(
"TAU12IM") != std::string::npos && thr_item.find(
"HA12IM") != std::string::npos)
249 || (l1_item.find(
"TAU20IM") != std::string::npos && thr_item.find(
"HA20IM") != std::string::npos)
250 || (l1_item.find(
"TAU40") != std::string::npos && thr_item.find(
"HA40") != std::string::npos)
251 || (l1_item.find(
"TAU60") != std::string::npos && thr_item.find(
"HA60") != std::string::npos)
252 || (l1_item.find(
"TAU100") != std::string::npos && thr_item.find(
"HA100") != std::string::npos)) {
253 roi_vec.push_back(roi);
◆ getOfflineTaus()
◆ getOfflineTausAll()
std::vector< const xAOD::TauJet * > TrigTauMonitorBaseAlgorithm::getOfflineTausAll |
( |
const EventContext & |
ctx, |
|
|
const float |
threshold = 20.0 |
|
) |
| const |
|
protectedinherited |
Definition at line 83 of file TrigTauMonitorBaseAlgorithm.cxx.
87 std::vector<const xAOD::TauJet*> tau_vec;
100 if(std::abs(tau->eta()) > 1.37 && std::abs(tau->eta()) < 1.52)
continue;
107 if(!passThinningAcc.withDefault(*tau,
true))
continue;
112 if(nTracks == 1 || nTracks == 3) tau_vec.push_back(tau);
◆ getOnlineContainerKey()
◆ getOnlineTaus()
◆ getOnlineTausAll()
std::vector< const xAOD::TauJet * > TrigTauMonitorBaseAlgorithm::getOnlineTausAll |
( |
const std::string & |
trigger, |
|
|
bool |
include_0P = true |
|
) |
| const |
|
protectedinherited |
Definition at line 55 of file TrigTauMonitorBaseAlgorithm.cxx.
57 std::vector<const xAOD::TauJet*> tau_vec;
60 ATH_MSG_DEBUG(
"Tau container name is: " << tau_container_name);
62 for(
auto& featLinkInfo :
vec) {
70 if(include_0P && nTracks == 0) tau_vec.push_back(feat);
71 else tau_vec.push_back(feat);
◆ getRoIsVector()
std::vector< TLorentzVector > TrigTauMonitorSingleAlgorithm::getRoIsVector |
( |
const EventContext & |
ctx, |
|
|
const std::string & |
trigger |
|
) |
| const |
|
private |
Definition at line 486 of file TrigTauMonitorSingleAlgorithm.cxx.
488 std::vector<TLorentzVector> ret;
493 if(
info.getL1TauType() ==
"eTAU") {
495 v.SetPtEtaPhiM(roi->et(), roi->eta(), roi->phi(), 0);
498 }
else if(
info.getL1TauType() ==
"jTAU") {
500 v.SetPtEtaPhiM(roi->et(), roi->eta(), roi->phi(), 0);
503 }
else if(
info.getL1TauType() ==
"cTAU") {
504 for(
const auto& [eTau_roi, jTau_roi] :
getL1cTAUs(ctx,
info.getL1TauItem())) {
505 v.SetPtEtaPhiM(eTau_roi->et(), eTau_roi->eta(), eTau_roi->phi(), 0);
510 v.SetPtEtaPhiM(roi->eT(), roi->eta(), roi->phi(), 0);
◆ 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.
◆ getTrigInfo()
◆ getTrigInfoMap()
std::map<std::string, TrigTauInfo>& TrigTauMonitorBaseAlgorithm::getTrigInfoMap |
( |
| ) |
|
|
inlineprotectedinherited |
◆ initialize()
StatusCode TrigTauMonitorSingleAlgorithm::initialize |
( |
| ) |
|
|
overridevirtual |
initialize
- Returns
- StatusCode
Reimplemented from TrigTauMonitorBaseAlgorithm.
Definition at line 13 of file TrigTauMonitorSingleAlgorithm.cxx.
19 for(
const auto& [
key,
p] :
m) {
20 if(
p.first.empty() ||
p.second.empty()) {
21 ATH_MSG_WARNING(
"Invalid HLT TauID score variable names; skipping this entry for the monitoring!");
36 if(
p.first.empty() ||
p.second.empty()) {
37 ATH_MSG_WARNING(
"Invalid Offline TauID score variable names; skipping this entry for the monitoring!");
50 return StatusCode::SUCCESS;
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, InDet::SiSPGNNTrackMaker, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ matchObjects() [1/3]
template<typename T1 = xAOD::IParticle, typename T2 = xAOD::IParticle>
bool TrigTauMonitorBaseAlgorithm::matchObjects |
( |
const T1 * |
tau, |
|
|
const std::vector< const T2 * > & |
tau_vec, |
|
|
float |
threshold |
|
) |
| const |
|
inlineprotectedinherited |
◆ matchObjects() [2/3]
template<typename T1 = xAOD::IParticle, typename T2 = xAOD::eFexTauRoI>
bool TrigTauMonitorBaseAlgorithm::matchObjects |
( |
const T1 * |
tau_1, |
|
|
const T2 * |
tau_2, |
|
|
float |
threshold |
|
) |
| const |
|
inlineprotectedinherited |
◆ matchObjects() [3/3]
bool TrigTauMonitorBaseAlgorithm::matchObjects |
( |
const TLorentzVector & |
tau, |
|
|
const std::vector< TLorentzVector > & |
tau_vec, |
|
|
float |
threshold |
|
) |
| const |
|
inlineprotectedinherited |
◆ matchTruthObjects()
template<typename T1 = xAOD::IParticle, typename T2 = xAOD::IParticle>
bool TrigTauMonitorBaseAlgorithm::matchTruthObjects |
( |
const T1 * |
true_tau, |
|
|
const std::vector< const T2 * > & |
tau_vec, |
|
|
float |
threshold |
|
) |
| const |
|
inlineprotectedinherited |
Definition at line 96 of file TrigTauMonitorBaseAlgorithm.h.
102 TLorentzVector true_tau_p4;
103 true_tau_p4.SetPtEtaPhiM(acc_ptvis(*true_tau), acc_etavis(*true_tau), acc_phivis(*true_tau), acc_mvis(*true_tau));
105 for(
auto tau : tau_vec) {
106 if(true_tau_p4.DeltaR(tau->p4()) <
threshold)
return true;
◆ 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;
◆ processEvent()
StatusCode TrigTauMonitorSingleAlgorithm::processEvent |
( |
const EventContext & |
ctx | ) |
const |
|
overrideprivatevirtual |
Implements TrigTauMonitorBaseAlgorithm.
Definition at line 54 of file TrigTauMonitorSingleAlgorithm.cxx.
56 constexpr
float threshold_offset = 10.0;
66 if(!
info.isHLTSingleTau()) {
67 ATH_MSG_WARNING(
"Chain \"" << trigger <<
"\" is not a single tau trigger. Skipping...");
72 const bool l1_accept_flag =
passBits & TrigDefs::L1_isPassedAfterVeto;
73 const bool hlt_not_prescaled_flag = (
passBits & TrigDefs::EF_prescaled) == 0;
77 std::vector<const xAOD::TauJet*> offline_taus_1p = offline_taus.first;
78 std::vector<const xAOD::TauJet*> offline_taus_3p = offline_taus.second;
81 std::vector<const xAOD::TauJet*> hlt_taus_all =
getOnlineTausAll(trigger,
true);
83 std::vector<const xAOD::TauJet*> hlt_taus_0p = std::get<0>(hlt_taus);
84 std::vector<const xAOD::TauJet*> hlt_taus_1p = std::get<1>(hlt_taus);
85 std::vector<const xAOD::TauJet*> hlt_taus_mp = std::get<2>(hlt_taus);
105 if(!hlt_taus_0p.empty()) {
114 if(!hlt_taus_1p.empty()) {
123 if(!hlt_taus_mp.empty()) {
138 return StatusCode::SUCCESS;
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ 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_do_efficiency_plots
Gaudi::Property<bool> TrigTauMonitorBaseAlgorithm::m_do_efficiency_plots {this, "DoEfficiencyPlots", true} |
|
protectedinherited |
◆ m_do_variable_plots
Gaudi::Property<bool> TrigTauMonitorBaseAlgorithm::m_do_variable_plots {this, "DoVariablePlots", true} |
|
protectedinherited |
◆ m_doOfflineTausDistributions
Gaudi::Property<bool> TrigTauMonitorSingleAlgorithm::m_doOfflineTausDistributions {this, "DoOfflineTausDistributions", true} |
|
private |
◆ m_doTotalEfficiency
Gaudi::Property<bool> TrigTauMonitorSingleAlgorithm::m_doTotalEfficiency {this, "DoTotalEfficiency", false, "Do total efficiency histograms"} |
|
private |
◆ m_DQFilterTools
ToolHandleArray<IDQFilterTool> AthMonitorAlgorithm::m_DQFilterTools {this,"FilterTools",{}} |
|
protectedinherited |
◆ 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_eventInfoDecorKey
◆ 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_hltTauJetCaloMVAOnlyKey
SG::ReadHandleKey<xAOD::TauJetContainer> TrigTauMonitorBaseAlgorithm::m_hltTauJetCaloMVAOnlyKey {this, "HLTTauJetCaloMVAOnlyKey", "HLT_TrigTauRecMerged_CaloMVAOnly", "HLT ptonly taujet container key"} |
|
privateinherited |
◆ m_hltTauJetKey
◆ m_hltTauJetLLPKey
◆ m_hltTauJetLRTKey
◆ m_L1_Phase1_threshold_patterns
Gaudi::Property<std::map<std::string, uint64_t> > TrigTauMonitorBaseAlgorithm::m_L1_Phase1_threshold_patterns {this, "L1Phase1ThresholdPatterns", {}} |
|
protectedinherited |
◆ m_L1_Phase1_thresholds
Gaudi::Property<std::map<std::string, float> > TrigTauMonitorBaseAlgorithm::m_L1_Phase1_thresholds {this, "L1Phase1Thresholds", {}} |
|
protectedinherited |
◆ m_L1_select_by_et_only
Gaudi::Property<bool> TrigTauMonitorBaseAlgorithm::m_L1_select_by_et_only {this, "SelectL1ByETOnly", false} |
|
protectedinherited |
◆ m_lbDurationDataKey
◆ m_legacyl1TauRoIKey
◆ m_lumiDataKey
◆ m_monitoredHLTIdAccessors
◆ m_monitoredHLTIdScores
Gaudi::Property<std::map<std::string, std::map<std::string, std::pair<std::string, std::string> > > > TrigTauMonitorSingleAlgorithm::m_monitoredHLTIdScores {this, "HLTTauIDScores", {}, "Pairs of the TauID score and signal-transformed scores for each HLT TauID algorithm to be monitored, for each reconstruction sequence (type, e.g. tracktwoMVA, tracktwoLLP, etc...)"} |
|
private |
◆ m_monitoredOfflineIdAccessors
◆ m_monitoredOfflineIdScores
Gaudi::Property<std::map<std::string, std::pair<std::string, std::string> > > TrigTauMonitorSingleAlgorithm::m_monitoredOfflineIdScores {this, "OfflineTauIDScores", {}, "Pairs of the TauID score and signal-transformed scores for each Offline TauID algorithm to be monitored"} |
|
private |
◆ m_name
std::string AthMonitorAlgorithm::m_name |
|
privateinherited |
◆ m_offlineTauJetKey
◆ m_phase1l1cTauRoIDecorKey
◆ m_phase1l1cTauRoIKey
◆ m_phase1l1cTauRoIThresholdPatternsKey
◆ m_phase1l1eTauRoIKey
◆ m_phase1l1eTauRoIThresholdPatternsKey
◆ m_phase1l1jTauRoIKey
◆ m_phase1l1jTauRoIThresholdPatternsKey
◆ m_requireOfflineTaus
Gaudi::Property<bool> TrigTauMonitorSingleAlgorithm::m_requireOfflineTaus {this, "RequireOfflineTaus", true, "Require at leat 1 offline tau per event"} |
|
private |
◆ m_toolLookupMap
std::unordered_map<std::string, size_t> AthMonitorAlgorithm::m_toolLookupMap |
|
privateinherited |
◆ m_tools
◆ m_trigDecTool
◆ m_triggerChainString
Gaudi::Property<std::string> AthMonitorAlgorithm::m_triggerChainString {this,"TriggerChain",""} |
|
protectedinherited |
Trigger chain string pulled from the job option and parsed into a vector.
Definition at line 355 of file AthMonitorAlgorithm.h.
◆ m_triggers
Gaudi::Property<std::vector<std::string> > TrigTauMonitorBaseAlgorithm::m_triggers {this, "TriggerList", {}} |
|
protectedinherited |
◆ m_trigInfo
std::map<std::string, TrigTauInfo> TrigTauMonitorBaseAlgorithm::m_trigInfo |
|
privateinherited |
◆ 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.
SG::ReadHandleKey< xAOD::TauJetContainer > m_hltTauJetKey
Class describing properties of a LVL1 jFEX global Trigger Object (TOB) in the xAOD format.
float x() const
Returns the x position.
bool CENTER_LAMBDA(const xAOD::TauJet &, const xAOD::CaloVertexedTopoCluster &cluster, double &out)
float et() const
TOB ET (decoded from TOB, stored for convenience)
constexpr ParticleHypothesis particle[PARTICLEHYPOTHESES]
the array of masses
PublicToolHandle< Trig::TrigDecisionTool > m_trigDecTool
Tool to tell whether a specific trigger is passed.
bool absipSigLeadTrk(const xAOD::TauJet &tau, double &out)
virtual double eta() const
The pseudorapidity ( ) of the particle.
std::map< std::string, TrigTauInfo > m_trigInfo
virtual StatusCode initialize() override
initialize
SG::ReadDecorHandleKey< xAOD::jFexTauRoIContainer > m_phase1l1jTauRoIThresholdPatternsKey
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Gaudi::Property< std::map< std::string, std::map< std::string, std::pair< std::string, std::string > > > > m_monitoredHLTIdScores
T wrapToPi(T phi)
Wrap angle in radians to [-pi, pi].
SG::ReadHandleKey< xAOD::eFexTauRoIContainer > m_phase1l1eTauRoIKey
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.
void fillIDInputVars(const std::string &trigger, const std::vector< const xAOD::TauJet * > &tau_vec, const std::string &nProng, bool online) const
size_t nTracks(TauJetParameters::TauTrackFlag flag=TauJetParameters::TauTrackFlag::classifiedCharged) const
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.
std::vector< std::pair< const xAOD::eFexTauRoI *, const xAOD::jFexTauRoI * > > getL1cTAUs(const EventContext &ctx, const std::string &l1_item) const
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
SG::ReadDecorHandleKey< xAOD::eFexTauRoIContainer > m_phase1l1cTauRoIDecorKey
std::tuple< std::vector< const xAOD::TauJet * >, std::vector< const xAOD::TauJet * >, std::vector< const xAOD::TauJet * > > classifyOnlineTaus(const std::vector< const xAOD::TauJet * > &taus, const float threshold=0.0) const
std::unordered_map< std::string, size_t > m_toolLookupMap
AthMonitorAlgorithm::Environment_t m_environment
Instance of the Environment_t enum.
setEt setPhi setE277 setWeta2 eta1
@ numberOfPixelHits
these are the pixel hits, including the b-layer [unit8_t].
Gaudi::Property< bool > m_L1_select_by_et_only
@ expectInnermostPixelLayerHit
Do we expect a 0th-layer barrel hit for this track?
std::vector< size_t > vec
Helper class to provide constant type-safe access to aux data.
SG::ReadDecorHandleKey< xAOD::eFexTauRoIContainer > m_phase1l1eTauRoIThresholdPatternsKey
std::vector< const xAOD::eFexTauRoI * > getL1eTAUs(const EventContext &ctx, const std::string &l1_item) const
Class providing the definition of the 4-vector interface.
double ptDetectorAxis() const
@ LAr
The LAr calorimeter.
bool trigChainsArePassed(const std::vector< std::string > &vTrigNames) const
Check whether triggers are passed.
Gaudi::Property< std::map< std::string, float > > m_L1_Phase1_thresholds
Gaudi::Property< bool > m_do_variable_plots
ValuesCollection< T > Collection(std::string name, const T &collection)
Declare a monitored (double-convertible) collection.
std::vector< const IParticle * > clusters() const
Gaudi::Property< std::map< std::string, std::pair< std::string, std::string > > > m_monitoredOfflineIdScores
virtual void setOwner(IDataHandleHolder *o)=0
const ToolHandle< GenericMonitoringTool > m_dummy
@ Error
The sub-detector issued an error.
void fillIDCluster(const std::string &trigger, const std::vector< const xAOD::TauJet * > &tau_vec, bool online) const
std::map< std::string, std::pair< SG::AuxElement::ConstAccessor< float >, SG::AuxElement::ConstAccessor< float > > > m_monitoredOfflineIdAccessors
@ centFrac
Get centrality fraction.
SG::ReadHandleKey< xAOD::jFexTauRoIContainer > m_phase1l1jTauRoIKey
@ dRmax
Get maximal dR of tracks associated to calo-seeded tau.
virtual double pt() const
The transverse momentum ( ) of the particle.
virtual double phi() const
The azimuthal angle ( ) of the particle.
std::vector< const xAOD::TauJet * > getOnlineTausAll(const std::string &trigger, bool include_0P=true) const
Description of a calorimeter cluster.
void fillIDScores(const std::string &trigger, const std::vector< const xAOD::TauJet * > &tau_vec, const std::string &nProng, bool online) const
std::pair< std::vector< const xAOD::TauJet * >, std::vector< const xAOD::TauJet * > > classifyOfflineTaus(const std::vector< const xAOD::TauJet * > &taus, const float threshold=0.0) const
Gaudi::Property< std::map< std::string, uint64_t > > m_L1_Phase1_threshold_patterns
ToolHandleArray< IDQFilterTool > m_DQFilterTools
Array of Data Quality filter tools.
Handle class for reading a decoration on an object.
SG::ReadHandleKey< xAOD::EmTauRoIContainer > m_legacyl1TauRoIKey
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
virtual double eta() const
The pseudorapidity ( ) of the particle.
TrigTauMonitorBaseAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Class describing a LVL1 em/tau region of interest.
Class describing a LVL1 eFEX tau region of interest.
::StatusCode StatusCode
StatusCode definition for legacy code.
void tolower(std::string &s)
Class describing a tau jet.
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.
const TauTrack * track(size_t i, TauJetParameters::TauTrackFlag flag=TauJetParameters::TauTrackFlag::classifiedCharged, int *container_index=0) const
Get the pointer to a given tauTrack associated with this tau /*container index needed by trackNonCons...
bool retrieveMoment(MomentType type, double &value) const
Retrieve individual moment.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
float z() const
Returns the z position.
void fill(const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const
Fills a vector of variables to a group by reference.
AthConfigFlags cosmics(AthConfigFlags flags, str instanceName, str recoMode)
SG::ReadHandleKey< xAOD::eFexTauRoIContainer > m_phase1l1cTauRoIKey
bool SECOND_LAMBDA(const xAOD::TauJet &, const xAOD::CaloVertexedTopoCluster &cluster, double &out)
SG::ReadHandle< xAOD::EventInfo > GetEventInfo(const EventContext &) const
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
std::map< std::string, std::map< std::string, std::pair< SG::AuxElement::ConstAccessor< float >, SG::AuxElement::ConstAccessor< float > > > > m_monitoredHLTIdAccessors
AthMonitorAlgorithm::DataType_t m_dataType
Instance of the DataType_t enum.
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
double dR(const double eta1, const double phi1, const double eta2, const double phi2) const
virtual void renounce()=0
virtual FourMom_t p4() const
The full 4-momentum of the particle.
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
ElementLink implementation for ROOT usage.
ToolHandleArray< GenericMonitoringTool > m_tools
Array of Generic Monitoring Tools.
bool detail(TauJetParameters::Detail detail, int &value) const
Set veto flag.
std::vector< TLorentzVector > getRoIsVector(const EventContext &ctx, const std::string &trigger) const
Gaudi::Property< bool > m_requireOfflineTaus
virtual StatusCode sysInitialize() override
Override sysInitialize.
bool SECOND_R(const xAOD::TauJet &, const xAOD::CaloVertexedTopoCluster &cluster, double &out)
Gaudi::Property< bool > m_enforceExpressTriggers
Gaudi::Property< bool > m_do_efficiency_plots
SG::ReadHandleKey< xAOD::TauJetContainer > m_offlineTauJetKey
virtual float lbAverageInteractionsPerCrossing(const EventContext &ctx=Gaudi::Hive::currentContext()) const
Calculate the average mu, i.e.
Gaudi::Property< bool > m_doTotalEfficiency
@ Tile
The Tile calorimeter.
SG::ReadHandleKey< xAOD::TauJetContainer > m_hltTauJetCaloMVAOnlyKey
virtual StatusCode processEvent(const EventContext &ctx) const =0
Gaudi::Property< bool > m_doOfflineTausDistributions
std::vector< const xAOD::jFexTauRoI * > getL1jTAUs(const EventContext &ctx, const std::string &l1_item) const
const Vertex * vertex() const
void sort(typename std::reverse_iterator< DataModel_detail::iterator< DVL > > beg, typename std::reverse_iterator< DataModel_detail::iterator< DVL > > end, const Compare &comp)
Specialization of sort for DataVector/List.
#define ATH_MSG_WARNING(x)
@ numberOfSCTDeadSensors
number of dead SCT sensors crossed [unit8_t].
bool matchObjects(const T1 *tau, const std::vector< const T2 * > &tau_vec, float threshold) const
virtual FourMom_t p4() const
The full 4-momentum of the particle.
float y() const
Returns the y position.
std::vector< const xAOD::EmTauRoI * > getL1LegacyTAUs(const EventContext &ctx, const std::string &l1_item) const
SG::ReadDecorHandleKey< xAOD::eFexTauRoIContainer > m_phase1l1cTauRoIThresholdPatternsKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Gaudi::Property< std::vector< std::string > > m_triggers
@ numberOfSCTHits
number of hits in SCT [unit8_t].
void fillIDTrack(const std::string &trigger, const std::vector< const xAOD::TauJet * > &tau_vec, bool online) const
const SG::ReadHandleKey< xAOD::TauJetContainer > & getOnlineContainerKey(const std::string &trigger) const
@ numberOfPixelDeadSensors
number of dead pixel sensors crossed [unit8_t].
const TrigTauInfo & getTrigInfo(const std::string &trigger) const
Declare a monitored scalar variable.
void fillBasicVars(const EventContext &ctx, const std::string &trigger, const std::vector< const xAOD::TauJet * > &tau_vec, const std::string &nProng, bool online) const
bool ptDetectorAxis(const xAOD::TauJet &tau, double &out)
SG::ReadHandleKey< xAOD::TauJetContainer > m_hltTauJetLRTKey
size_t nTracksIsolation() const
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
void fillHLTEfficiencies(const EventContext &ctx, const std::string &trigger, const bool l1_accept_flag, const std::vector< const xAOD::TauJet * > &offline_tau_vec, const std::vector< const xAOD::TauJet * > &online_tau_vec, const std::string &nProng) const
std::vector< const TauTrack * > allTracks() const
Get the v<const pointer> to all tracks associated with this tau, regardless of classification.
@ Core
Core flags describing the event.
const ToolHandle< GenericMonitoringTool > & getGroup(const std::string &name) const
Get a specific monitoring tool from the tool handle array.
std::vector< const xAOD::TauJet * > getOfflineTausAll(const EventContext &ctx, const float threshold=20.0) const
SG::ReadHandleKey< xAOD::TauJetContainer > m_hltTauJetLLPKey
@ numberOfInnermostPixelLayerHits
these are the hits in the 0th pixel barrel layer