|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGMINBIASMONITORING_HLTMinBiasTrkMonAlg_H
5 #define TRIGMINBIASMONITORING_HLTMinBiasTrkMonAlg_H
14 #include "GaudiKernel/ToolHandle.h"
45 Gaudi::Property<std::vector<std::string>>
m_triggerListSpacePointsMon{
this,
"triggerListSpacePointsMon",{},
"Add triggers to this to be monitored"};
46 Gaudi::Property<std::vector<std::string>>
m_triggerListTrackingMon{
this,
"triggerListTrackingMon",{},
"Add triggers to this to be monitored"};
48 ToolHandle<InDet::IInDetTrackSelectionTool>
m_trackSelectionTool {
this,
"TrackSelectionTool",
"InDetTrackSelectionTool",
"Tool for selecting tracks"};
49 Gaudi::Property<float>
m_minPt{
this,
"minPt", 0.0,
"Consider offline tracks only if above this threshold (in MeV)"};
50 Gaudi::Property<float>
m_z0{
this,
"z0", 3.0,
"Longitudinal DCA"};
51 Gaudi::Property<float>
m_d0{
this,
"d0", 3.0,
"Transverse DCA"};
58 #endif // TRIGMINBIASMONITORING_HLTMinBiasTrkMonAlg_H
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_zFinderDataKey
Gaudi::Property< float > m_z0
virtual StatusCode finalize() override
StatusCode monitorPurities(const EventContext &context) const
StatusCode monitorSPCounts(const EventContext &context) const
Gaudi::Property< std::vector< std::string > > m_triggerListTrackingMon
Property holding a SG store/key/clid from which a ReadHandle is made.
Base class for Athena Monitoring Algorithms.
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_offlineTrkKey
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_spCountsKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_onlineTrkKey
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::vector< std::string > > m_triggerListSpacePointsMon
ToolHandle< InDet::IInDetTrackSelectionTool > m_trackSelectionTool
StatusCode monitorTrkCounts(const EventContext &context) const
virtual ~HLTMinBiasTrkMonAlg() override
Header file to be included by clients of the Monitored infrastructure.
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexKey
SG::ReadHandleKey< xAOD::EnergySumRoI > m_lvl1EnergySumROIKey
virtual StatusCode initialize() override
initialize
Gaudi::Property< float > m_d0
Gaudi::Property< float > m_minPt
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_trkCountsKey
virtual StatusCode fillHistograms(const EventContext &context) const override
adds event to the monitoring histograms
HLTMinBiasTrkMonAlg(const std::string &name, ISvcLocator *pSvcLocator)