Class Reference for E1039 Core & Analysis Software
PHG4EMCalSubsystem.h
Go to the documentation of this file.
1 #ifndef PHG4EMCalSubsystem_H
2 #define PHG4EMCalSubsystem_H
3 
5 
6 #include <string> // for string
7 
8 class PHCompositeNode;
9 class PHG4Detector;
10 class PHG4DisplayAction;
11 class PHG4EMCalDetector;
12 class PHG4SteppingAction;
13 
15 {
16 public:
19  PHG4EMCalSubsystem(const std::string& name = "EMCal", const int layer = 0);
20 
23  virtual ~PHG4EMCalSubsystem();
24 
31 
35 
38  PHG4Detector* GetDetector() const;
39  PHG4SteppingAction* GetSteppingAction() const { return m_SteppingAction; }
40 
41 private:
42  void SetDefaultParameters();
43 
46  PHG4EMCalDetector* m_Detector;
47 
50  PHG4SteppingAction* m_SteppingAction;
51 };
52 
53 #endif
base class for phenix detector creation
Definition: PHG4Detector.h:14
PHG4Detector * GetDetector() const
PHG4SteppingAction * GetSteppingAction() const
return pointer to this subsystem stepping action
int InitRunSubsystem(PHCompositeNode *)
int process_event(PHCompositeNode *)
PHG4EMCalSubsystem(const std::string &name="EMCal", const int layer=0)