ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4FCalSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4FCalSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4FCALSUBSYSTEM_H
4 #define G4DETECTORS_PHG4FCALSUBSYSTEM_H
5 
6 #include <g4main/PHG4Subsystem.h>
7 
8 class PHCompositeNode;
9 class PHG4Detector;
10 class PHG4FCalDetector;
11 
13 {
14  public:
16  PHG4FCalSubsystem(const char* name = "FCAL");
17 
19  virtual ~PHG4FCalSubsystem(void)
20  {
21  }
22 
24 
29  int Init(PHCompositeNode*);
30 
32 
37 
39  virtual PHG4Detector* GetDetector(void) const;
40 
41  private:
43 
45 };
46 
47 #endif