ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4RICHSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4RICHSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 
12 #ifndef G4DETECTORS_PHG4RICHSUBSYSTEM_H
13 #define G4DETECTORS_PHG4RICHSUBSYSTEM_H
14 
16 
17 #include <g4main/PHG4Subsystem.h>
18 
19 #include <string>
20 
21 class PHCompositeNode;
22 class PHG4Detector;
23 class PHG4DisplayAction;
24 class PHG4RICHDetector;
25 
43 {
44  public:
46  PHG4RICHSubsystem(const std::string &name = "RICH");
47 
49  virtual ~PHG4RICHSubsystem();
50 
52 
57  int Init(PHCompositeNode *);
58 
60 
65 
67  virtual PHG4Detector *GetDetector(void) const;
69 
71 
73 
74  private:
76 
79 
81 
83 };
84 
85 #endif