Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4SpacalPrototype4Subsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4SpacalPrototype4Subsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4CALOPROTOTYPE_PHG4SPACALPROTOTYPE4SUBSYSTEM_H
4 #define G4CALOPROTOTYPE_PHG4SPACALPROTOTYPE4SUBSYSTEM_H
5 
7 
8 #include <string> // for string
9 
10 class PHCompositeNode;
11 class PHG4Detector;
13 class PHG4SteppingAction;
14 
16 {
17  public:
19  explicit PHG4SpacalPrototype4Subsystem(const std::string& name = "CEMC");
20 
23 
25 
31 
33 
38 
40  virtual PHG4Detector* GetDetector(void) const;
42 
43  void
44  Print(const std::string& what = "ALL") const;
45 
46  private:
48  void SetDefaultParameters();
49 
51 
53 
55 
57 };
58 
59 #endif