ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EICG4dRICHSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EICG4dRICHSubsystem.h
1 #ifndef DRICHSUBSYSTEM_H
2 #define DRICHSUBSYSTEM_H
3 
5 
6 class PHCompositeNode;
7 class PHG4Detector;
10 
22 {
23  public:
25  EICG4dRICHSubsystem(const std::string &name = "EICG4dRICH");
26 
28  virtual ~EICG4dRICHSubsystem() {}
29 
34  int InitRunSubsystem(PHCompositeNode *) override;
35 
37 
41  int process_event(PHCompositeNode *) override;
42 
44  PHG4Detector *GetDetector() const override;
45 
47 
48  void SetGeometryFile(const std::string &fileName) { m_geoFile = fileName; }
49 
51  void Print(const std::string &what = "ALL") const override;
52 
53  protected:
54  // \brief Set default parameter values
55  void SetDefaultParameters() override;
56 
57  private:
59 
61 
63 
65 
66  std::string m_geoFile;
67 };
68 
69 #endif // DRICHSUBSYSTEM_H