4#ifndef TRIGT1CALOMONITORING_JETEFFICIENCYMONITORALGORITHM_H
5#define TRIGT1CALOMONITORING_JETEFFICIENCYMONITORALGORITHM_H
28 virtual StatusCode
fillHistograms(
const EventContext& ctx )
const override;
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"};
43 int extractgFEXThresholdValue(
const std::string& key)
const;
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid from which a ReadHandle is made.
Wrapper to avoid constant divisions when using units.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual ~JetEfficiencyMonitorAlgorithm()=default
Gaudi::Property< std::vector< std::string > > m_LargeRadiusJetTriggers_gFEX
SG::ReadHandleKey< xAOD::gFexJetRoIContainer > m_gFexLRJetContainerKey
Gaudi::Property< std::vector< std::string > > m_SmallRadiusJetTriggers_gFEX
Gaudi::Property< bool > m_passedb4Prescale
SG::ReadHandleKey< xAOD::JetContainer > m_jetKey
Gaudi::Property< std::vector< std::string > > m_SmallRadiusJetTriggers_phase1
StringProperty m_packageName
StringProperty m_bootstrap_reference_trigger
Gaudi::Property< std::vector< std::string > > m_LargeRadiusJetTriggers_phase1
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Gaudi::Property< std::vector< std::string > > m_HLTrandom_reference_triggers
Gaudi::Property< std::vector< std::string > > m_muon_reference_triggers
SG::ReadHandleKey< xAOD::JetContainer > m_LRjetKey
SG::ReadHandleKey< xAOD::gFexJetRoIContainer > m_gFexSRJetContainerKey
Property holding a SG store/key/clid from which a ReadHandle is made.