ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4EicDircSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file G4EicDircSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4EICDIRCSUBSYSTEM_H
4 #define G4EICDIRCSUBSYSTEM_H
5 
7 
8 #include <string>
9 
10 class G4VProcess;
11 class G4EicDircDetector;
12 class PHCompositeNode;
13 class PHG4Detector;
14 class PHG4DisplayAction;
15 class PHG4StackingAction;
16 class PHG4SteppingAction;
17 
29 {
30  public:
32  G4EicDircSubsystem(const std::string& name = "G4EicDirc");
33 
35  ~G4EicDircSubsystem() override;
36 
42  int InitRunSubsystem(PHCompositeNode*) override;
43 
45 
49  int process_event(PHCompositeNode*) override;
50 
52  PHG4Detector* GetDetector() const override;
53 
55 
58  void Print(const std::string& what = "ALL") const override;
59 
60  PHG4DisplayAction* GetDisplayAction() const override { return m_DisplayAction; }
61 
62  //void AddProcesses(G4ParticleDefinition *particle) override;
63 
64  private:
65  // \brief Set default parameter values
66  void SetDefaultParameters() override;
67 
69 
71 
73 
75 
77 
78 
79 
82 
84  //G4VProcess *DircBoundary = nullptr;
85 
86  std::string m_HitNodeName;
87  std::string m_AbsorberNodeName;
88  std::string m_SupportNodeName;
89 };
90 
91 #endif // G4EICDIRCSUBSYSTEM_H