Class Reference for E1039 Core & Analysis Software
PHG4SquareTubeSubsystem.h
Go to the documentation of this file.
1 #ifndef PHG4SquareTubeSubsystem_h
2 #define PHG4SquareTubeSubsystem_h
3 
5 
8 
10 {
11  public:
13  PHG4SquareTubeSubsystem(const std::string& name = "SQUARETUBE", 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  PHG4SquareTubeDetector* _detector;
44 
46 
47  PHG4SteppingAction* _steppingAction;
48 };
49 
50 #endif
base class for phenix detector creation
Definition: PHG4Detector.h:14
PHG4Detector * GetDetector(void) const
accessors (reimplemented)
int InitRunSubsystem(PHCompositeNode *)
InitRunSubsystem.
int process_event(PHCompositeNode *)
event processing
virtual ~PHG4SquareTubeSubsystem(void)
destructor
PHG4SquareTubeSubsystem(const std::string &name="SQUARETUBE", const int layer=0)
constructor
PHG4SteppingAction * GetSteppingAction(void) const
return pointer to this subsystem stepping action