|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    5 #ifndef ACTSTRKANALYSIS_SPACEPOINTANALYSISALG_H 
    6 #define ACTSTRKANALYSIS_SPACEPOINTANALYSISALG_H 
   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"};
 
   40 #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
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
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...
Gaudi::Property< std::string > m_monGroupName