Class Reference for E1039 Core & Analysis Software
PHG4CollimatorSubsystem.h
Go to the documentation of this file.
1 #ifndef PHG4CollimatorSubsystem_h
2 #define PHG4CollimatorSubsystem_h
3 
5 
8 
10 {
11  public:
13  PHG4CollimatorSubsystem(const std::string& name = "BLOCK", const int layer = 0);
14 
17  {
18  }
19 
21 
27 
29 
34 
36  PHG4Detector* GetDetector(void) const;
37  PHG4SteppingAction* GetSteppingAction(void) const { return _steppingAction; }
38  private:
39  void SetDefaultParameters();
40 
42 
43  PHG4CollimatorDetector* _detector;
44 
46 
47  PHG4SteppingAction* _steppingAction;
48 };
49 
50 #endif
PHG4Detector * GetDetector(void) const
accessors (reimplemented)
PHG4CollimatorSubsystem(const std::string &name="BLOCK", const int layer=0)
constructor
int process_event(PHCompositeNode *)
event processing
int InitRunSubsystem(PHCompositeNode *)
InitRunSubsystem.
PHG4SteppingAction * GetSteppingAction(void) const
return pointer to this subsystem stepping action
virtual ~PHG4CollimatorSubsystem(void)
destructor
base class for phenix detector creation
Definition: PHG4Detector.h:14