 |
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGT1CALOMONITORING_JETEFFICIENCYMONITORALGORITHM_H
5 #define TRIGT1CALOMONITORING_JETEFFICIENCYMONITORALGORITHM_H
30 StringProperty
m_packageName{
this,
"PackageName",
"JetEfficiencyMonitor",
"group name for histograming"};
35 Gaudi::Property<bool>
m_passedb4Prescale{
this,
"PassedBeforePrescale",0,
"boolean of if we want to measure the efficiency based on passed before prescale"};
40 Gaudi::Property<std::vector<std::string>>
m_SmallRadiusJetTriggers_gFEX{
this,
"SmallRadiusJetTriggers_gFEX",{},
"Vector of all small radius gFEX triggers, whose trigger decision is emulated using gFEX TOB values"};
41 Gaudi::Property<std::vector<std::string>>
m_LargeRadiusJetTriggers_gFEX{
this,
"LargeRadiusJetTriggers_gFEX",{},
"Vector of all large radius gFEX triggers, whose trigger decision is emulated using gFEX TOB values"};
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
initialize
SG::ReadHandleKey< xAOD::gFexJetRoIContainer > m_gFexSRJetContainerKey
StringProperty m_bootstrap_reference_trigger
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
JetEfficiencyMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
int extractgFEXThresholdValue(const std::string &key) const
Base class for Athena Monitoring Algorithms.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual ~JetEfficiencyMonitorAlgorithm()=default
SG::ReadHandleKey< xAOD::gFexJetRoIContainer > m_gFexLRJetContainerKey
Header file to be included by clients of the Monitored infrastructure.
StringProperty m_packageName
Gaudi::Property< std::vector< std::string > > m_LargeRadiusJetTriggers_gFEX
Gaudi::Property< std::vector< std::string > > m_LargeRadiusJetTriggers_phase1
Gaudi::Property< std::vector< std::string > > m_HLTrandom_reference_triggers
Gaudi::Property< std::vector< std::string > > m_SmallRadiusJetTriggers_gFEX
Wrapper to avoid constant divisions when using units.
Gaudi::Property< bool > m_passedb4Prescale
Gaudi::Property< std::vector< std::string > > m_SmallRadiusJetTriggers_phase1
SG::ReadHandleKey< xAOD::JetContainer > m_LRjetKey
Gaudi::Property< std::vector< std::string > > m_muon_reference_triggers
SG::ReadHandleKey< xAOD::JetContainer > m_jetKey