5#ifndef ACTSTRKANALYSIS_SPACEPOINTANALYSISALG_H
6#define ACTSTRKANALYSIS_SPACEPOINTANALYSISALG_H
29 virtual StatusCode
fillHistograms(
const EventContext& ctx)
const override;
34 Gaudi::Property< std::string >
m_monGroupName {
this,
"MonGroupName",
"ActsSpacePointAnalysisAlg"};
35 Gaudi::Property< bool >
m_usePixel {
this,
"UsePixel",
true,
"enable use of pixel ID or SCT ID"};
36 Gaudi::Property< bool >
m_useOverlap {
this,
"UseOverlap",
false,
"looking at strip strip space points"};
This is an Identifier helper class for the Pixel subdetector.
This is an Identifier helper class for the SCT subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual ~SpacePointAnalysisAlg() override=default
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Gaudi::Property< bool > m_useOverlap
Gaudi::Property< bool > m_usePixel
Gaudi::Property< std::string > m_monGroupName
SG::ReadHandleKey< xAOD::SpacePointContainer > m_spacePointContainerKey
SpacePointAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
initialize
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a ReadHandle is made.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...