EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicToyModelSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EicToyModelSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef _EIC_TOY_MODEL_SUBSYSTEM_
4 #define _EIC_TOY_MODEL_SUBSYSTEM_
5 
7 
9 class PHCompositeNode;
10 class PHG4Detector;
11 
23 {
24  public:
26  EicToyModelSubsystem(const std::string& name = "EicToyModel");
27 
30 
34  int InitRunSubsystem(PHCompositeNode*) override;
35 
37  PHG4Detector* GetDetector() const override;
38 
40  void Print(const std::string& what = "ALL") const override;
41 
42  protected:
43  // \brief Set default parameter values
44  void SetDefaultParameters() override;
45 
46  private:
48 
50 };
51 
52 #endif