ATLAS Offline Software
TRTParametersForBarrelHits.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRT_G4_SD_TRTParametersForBarrelHits_hh
6 #define TRT_G4_SD_TRTParametersForBarrelHits_hh
7 
9 
10 class TRTParameters;
12 
14 {
15 public:
18 
19 private:
20  void DefineParameters() const;
21  void PrintParameters() const;
22 
23  int m_printMessages; //FIXME not used
24 
25  const TRTParameters* m_pParameters;
27 
29 };
30 
31 #endif //TRT_G4_SD_TRTParametersForBarrelHits_hh
TRTParametersForBarrelHits::m_verboseLevel
int m_verboseLevel
Definition: TRTParametersForBarrelHits.h:28
TRTParametersForBarrelHits::~TRTParametersForBarrelHits
~TRTParametersForBarrelHits()
Definition: TRTParametersForBarrelHits.cxx:44
TRTParametersForBarrelHits::m_printMessages
int m_printMessages
Definition: TRTParametersForBarrelHits.h:23
TRTParametersForBarrelHits::TRTParametersForBarrelHits
TRTParametersForBarrelHits(TRTProcessingOfBarrelHits *)
Definition: TRTParametersForBarrelHits.cxx:24
TRTParametersForBarrelHits::m_pProcessingOfBarrelHits
TRTProcessingOfBarrelHits * m_pProcessingOfBarrelHits
Definition: TRTParametersForBarrelHits.h:26
TRTParametersForBarrelHits
Definition: TRTParametersForBarrelHits.h:14
TRTProcessingOfBarrelHits
Definition: TRTProcessingOfBarrelHits.h:16
TRTParametersForBarrelHits::DefineParameters
void DefineParameters() const
Definition: TRTParametersForBarrelHits.cxx:53
TRTParametersForBarrelHits::m_pParameters
const TRTParameters * m_pParameters
Definition: TRTParametersForBarrelHits.h:25
TRTParametersForBarrelHits::PrintParameters
void PrintParameters() const
Definition: TRTParametersForBarrelHits.cxx:157
checker_macros.h
Define macros for attributes used to control the static checker.