ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4JLeicBeamLineMagnetSubsystem.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file G4JLeicBeamLineMagnetSubsystem.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4JLEIC_PHG4BEAMLINEMAGNETSUBSYSTEM_H
4 #define G4JLEIC_PHG4BEAMLINEMAGNETSUBSYSTEM_H
5 
7 
8 #include <string> // for string
9 
11 class PHCompositeNode;
12 class PHG4Detector;
13 class PHG4DisplayAction;
14 class PHG4SteppingAction;
15 
17 {
18 
19  public:
20 
22  G4JLeicBeamLineMagnetSubsystem( const std::string &name = "CYLINDER", const int layer = 0 );
23 
26 
28 
34 
36 
41 
43  void Print(const std::string &what = "ALL") const;
44 
46  PHG4Detector* GetDetector( void ) const;
49 
50  private:
51  void SetDefaultParameters();
52 
54 
56 
58 
60 
62 
64 
65 };
66 
67 #endif // G4JLEIC_PHG4BEAMLINEMAGNETSUBSYSTEM_H