4#ifndef TRIGMINBIASMONITORING_HLTMINBIASEFFMONITORINGALG_H
5#define TRIGMINBIASMONITORING_HLTMINBIASEFFMONITORINGALG_H
13#include "GaudiKernel/ToolHandle.h"
31 virtual StatusCode
fillHistograms(
const EventContext &context)
const override;
32 virtual StatusCode
finalize()
override;
35 Gaudi::Property<std::vector<std::string>>
m_triggerList{
this,
"triggerList", {},
"Add triggers to this to be monitored"};
36 Gaudi::Property<std::vector<std::string>>
m_refTriggerList{
this,
"refTriggerList", {},
"Add ref triggers to this to be monitored"};
44 ToolHandle<InDet::IInDetTrackSelectionTool>
m_trackSelectionTool{
this,
"TrackSelectionTool",
"InDetTrackSelectionTool",
"Tool for selecting tracks"};
45 Gaudi::Property<float>
m_minPt{
this,
"minPt", 100.0,
"Consider offline tracks only if above this threshold (in MeV)"};
46 Gaudi::Property<float>
m_z0{
this,
"z0", 3.0,
"Longitudinal DCA"};
47 Gaudi::Property<float>
m_d0{
this,
"d0", 3.0,
"Transverse DCA"};
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid from which a ReadHandle is made.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_trkCountsKey
HLTMinBiasEffMonitoringAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
initialize
ToolHandle< InDet::IInDetTrackSelectionTool > m_trackSelectionTool
Gaudi::Property< float > m_minPt
Gaudi::Property< float > m_d0
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_offlineTrkKey
std::vector< std::string > m_uniqueTriggerList
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexKey
SG::ReadHandleKey< xAOD::TrigT2MbtsBitsContainer > m_TrigT2MbtsBitsContainerKey
virtual StatusCode finalize() override
Gaudi::Property< std::vector< std::string > > m_triggerList
virtual ~HLTMinBiasEffMonitoringAlg() override
virtual StatusCode fillHistograms(const EventContext &context) const override
adds event to the monitoring histograms
Gaudi::Property< std::vector< std::string > > m_refTriggerList
Gaudi::Property< float > m_z0
Property holding a SG store/key/clid from which a ReadHandle is made.