|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef InDetGlobalTrackMonAlg_H
17 #define InDetGlobalTrackMonAlg_H
22 #include "GaudiKernel/EventContext.h"
45 class IInDetTrackSelectionTool;
46 class ITrackToVertexIPEstimator;
61 ToolHandle <InDet::IInDetTrackSelectionTool>
m_trackSelTool{
this,
"TrackSelectionTool",
"InDet::InDetTrackSelectionTool/TrackSelectionTool",
""};
62 ToolHandle <InDet::IInDetTrackSelectionTool>
m_tight_trackSelTool{
this,
"Tight_TrackSelectionTool",
"InDet::InDetTrackSelectionTool/TrackSelectionTool",
""};
63 ToolHandle <InDet::IInDetTrackSelectionTool>
m_loose_trackSelTool{
this,
"Loose_TrackSelectionTool",
"InDet::InDetTrackSelectionTool/TrackSelectionTool",
""};
64 ToolHandle <Trk::ITrackToVertexIPEstimator>
m_trackToVertexIPEstimator{
this,
"TrackToVertexIPEstimator",
"Trk::TrackToVertexIPEstimator",
""};
72 BooleanProperty
m_doIBL{
this,
"DoIBL",
true,
"IBL present?"};
73 BooleanProperty
m_doTide{
this,
"DoTide",
true,
"Make TIDE plots?"};
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::JetContainer > m_jetContainerName
SG::ReadHandleKey< xAOD::VertexContainer > m_vxContainerName
std::string findComponentString(int bec, int ld) const
virtual StatusCode initialize() override
initialize
Base class for Athena Monitoring Algorithms.
ToolHandle< InDet::IInDetTrackSelectionTool > m_loose_trackSelTool
ToolHandle< InDet::IInDetTrackSelectionTool > m_tight_trackSelTool
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
virtual ~InDetGlobalTrackMonAlg()
ServiceHandle< IIBLParameterSvc > m_IBLParameterSvc
Header file to be included by clients of the Monitored infrastructure.
InDetGlobalTrackMonAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< Trk::ITrackToVertexIPEstimator > m_trackToVertexIPEstimator
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trackParticleName
ToolHandle< InDet::IInDetTrackSelectionTool > m_trackSelTool