|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ACTSTRKANALYSIS_SPACEPOINTANALYSISALG_H
6 #define ACTSTRKANALYSIS_SPACEPOINTANALYSISALG_H
36 Gaudi::Property< std::string >
m_monGroupName {
this,
"MonGroupName",
"ActsSpacePointAnalysisAlg"};
37 Gaudi::Property< bool >
m_usePixel {
this,
"UsePixel",
true,
"enable use of pixel ID or SCT ID"};
38 Gaudi::Property< bool >
m_useOverlap {
this,
"UseOverlap",
false,
"looking at strip strip space points"};
42 #endif // ACTSTRKANALYSIS_SPACEPOINTANALYSISALG_H
Property holding a SG store/key/clid from which a ReadHandle is made.
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
This is an Identifier helper class for the SCT subdetector. This class is a factory for creating comp...
virtual StatusCode initialize() override
initialize
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
SG::ReadHandleKey< xAOD::SpacePointContainer > m_spacePointContainerKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Base class for Athena Monitoring Algorithms.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< bool > m_usePixel
SG::ReadDecorHandleKey< xAOD::SpacePointContainer > m_clusterDecoration
virtual ~SpacePointAnalysisAlg() override=default
SpacePointAnalysisAlg(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< bool > m_useOverlap
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Gaudi::Property< std::string > m_monGroupName