ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4PSTOFSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4PSTOFSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 // $Id$
4 
13 #ifndef G4DETECTORS_PHG4PSTOFSUBSYSTEM_H
14 #define G4DETECTORS_PHG4PSTOFSUBSYSTEM_H
15 
17 
18 #include <string>
19 
20 class PHCompositeNode;
21 class PHG4Detector;
22 class PHG4PSTOFDetector;
23 class PHG4SteppingAction;
24 
37 {
38  public:
40  PHG4PSTOFSubsystem(const std::string& name = "PSTOF");
41 
43  ~PHG4PSTOFSubsystem(void) override
44  {
45  }
46 
52  int InitRunSubsystem(PHCompositeNode*) override;
53 
55 
59  int process_event(PHCompositeNode*) override;
60 
62  PHG4Detector* GetDetector(void) const override;
63  PHG4SteppingAction* GetSteppingAction(void) const override;
65  void Print(const std::string& what = "ALL") const override;
66 
67  private:
68  void SetDefaultParameters() override;
69 
71 
73 
75 
77 
78 };
79 
80 #endif