ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BeastMagnetSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file BeastMagnetSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef BEASTMAGNETSUBSYSTEM_H
4 #define BEASTMAGNETSUBSYSTEM_H
5 
7 
9 class PHCompositeNode;
10 class PHG4Detector;
11 class PHG4DisplayAction;
12 class PHG4SteppingAction;
13 
25 {
26  public:
28  BeastMagnetSubsystem(const std::string& name = "BeastMagnet");
29 
31  virtual ~BeastMagnetSubsystem();
32 
36  int InitRunSubsystem(PHCompositeNode*) override;
37 
39 
43  int process_event(PHCompositeNode*) override;
44 
46  PHG4Detector* GetDetector() const override;
47 
49  PHG4DisplayAction* GetDisplayAction() const override { return m_DisplayAction; }
50 
52  void Print(const std::string& what = "ALL") const override;
53 
54  protected:
55  // \brief Set default parameter values
56  void SetDefaultParameters() override;
57 
58  private:
60 
62 
64 
66 
68 
70 };
71 
72 #endif // BEASTMAGNETSUBSYSTEM_H