ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4BackwardHcalSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4BackwardHcalSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4BACKWARDHCALSUBSYSTEM_H
4 #define G4DETECTORS_PHG4BACKWARDHCALSUBSYSTEM_H
5 
7 
8 #include <string> // for string
9 
10 class PHCompositeNode;
11 class PHG4Detector;
12 class PHG4DisplayAction;
14 class PHG4SteppingAction;
15 
17 {
18  public:
21  PHG4BackwardHcalSubsystem(const std::string &name = "FORWARD_HCAL_DEFAULT", const int layer = 0);
22 
26 
33 
37 
40  PHG4Detector *GetDetector() const;
43 
46  void SetTowerMappingFile(const std::string &filename);
47 
50  void SetDetailed(bool b) { showdetailed = b; }
51 
52  private:
53  void SetDefaultParameters();
54 
58 
63 
65  bool showdetailed = false;
66 };
67 
68 #endif