Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4Prototype2OuterHcalSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4Prototype2OuterHcalSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4CALOPROTOTYPE_PHG4PROTOTYPE2OUTERHCALSUBSYSTEM_H
4 #define G4CALOPROTOTYPE_PHG4PROTOTYPE2OUTERHCALSUBSYSTEM_H
5 
7 
8 #include <string>
9 
10 class PHCompositeNode;
11 class PHG4Detector;
13 class PHG4SteppingAction;
14 
16 {
17  public:
19  PHG4Prototype2OuterHcalSubsystem(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  virtual PHG4Detector* GetDetector(void) const;
45  virtual PHG4SteppingAction* GetSteppingAction(void) const { return m_SteppingAction; }
46  void SetLightCorrection(const double inner_radius, const double inner_corr, const double outer_radius, const double outer_corr);
47 
48  private:
49  void SetDefaultParameters();
50 
52 
54 
56 
58 };
59 
60 #endif