ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4MicromegasSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4MicromegasSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 
4 #ifndef G4MICROMEGAS_PHG4MICROMEGASSUBSYSTEM_H
5 #define G4MICROMEGAS_PHG4MICROMEGASSUBSYSTEM_H
6 
13 
14 #include <string> // for string
15 
16 class PHCompositeNode;
17 class PHG4Detector;
20 class PHG4SteppingAction;
21 
29 {
30 
31  public:
33  PHG4MicromegasSubsystem(const std::string& name = "MICROMEGAS", int layer = 0);
34 
38  int InitRunSubsystem(PHCompositeNode*) override;
39 
41 
45  int process_event(PHCompositeNode*) override;
46 
48 
49  PHG4Detector* GetDetector() const override;
50  PHG4SteppingAction* GetSteppingAction() const override;
52 
54  void Print(const std::string& what = "ALL") const override;
55 
56  protected:
57  // \brief Set default parameter values
58  void SetDefaultParameters() override;
59 
60  private:
61 
63 
65 
67 
69 };
70 
71 #endif // MICROMEGASSUBSYSTEM_H