Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4Prototype3InnerHcalSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4Prototype3InnerHcalSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4CALOPROTOTYPE_PHG4PROTOTYPE3INNERHCALSUBSYSTEM_H
4 #define G4CALOPROTOTYPE_PHG4PROTOTYPE3INNERHCALSUBSYSTEM_H
5 
7 
8 #include <string>
9 
10 class PHCompositeNode;
11 class PHG4Detector;
13 class PHG4SteppingAction;
14 
16 {
17  public:
19  PHG4Prototype3InnerHcalSubsystem(const std::string& name = "HCALIN", const int layer = 0);
20 
23  {
24  }
25 
32 
34 
39 
41  void Print(const std::string& what = "ALL") const;
42 
44  PHG4Detector *GetDetector() const;
46  void SetLightCorrection(const double inner_radius, const double inner_corr, const double outer_radius, const double outer_corr);
47 
48  protected:
49  void SetDefaultParameters();
50 
52 
54 
56 
58 };
59 
60 #endif