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