Class Reference for E1039 Core & Analysis Software
PHG4TargetCoilV2Subsystem.h
Go to the documentation of this file.
1 #ifndef PHG4TargetCoilV2Subsystem_h
2 #define PHG4TargetCoilV2Subsystem_h
3 
5 
6 #include <Geant4/G4String.hh>
7 #include <Geant4/G4Types.hh>
8 
10 class PHG4SteppingAction;
11 
13 {
14  public:
16  PHG4TargetCoilV2Subsystem(const std::string& name = "CYLINDER", const int layer = 0);
17 
20  {
21  }
22 
24 
30 
32 
37 
39  void Print(const std::string& what = "ALL") const;
40 
42  PHG4Detector* GetDetector(void) const;
43  PHG4SteppingAction* GetSteppingAction(void) const { return steppingAction_; }
44  private:
45  void SetDefaultParameters();
46 
48 
49  PHG4TargetCoilV2Detector* detector_;
50 
52 
53  PHG4SteppingAction* steppingAction_;
54 };
55 
56 #endif
base class for phenix detector creation
Definition: PHG4Detector.h:14
int process_event(PHCompositeNode *)
event processing
PHG4Detector * GetDetector(void) const
accessors (reimplemented)
int InitRunSubsystem(PHCompositeNode *)
init runwise stuff
virtual ~PHG4TargetCoilV2Subsystem(void)
destructor
PHG4TargetCoilV2Subsystem(const std::string &name="CYLINDER", const int layer=0)
constructor
void Print(const std::string &what="ALL") const
Print info (from SubsysReco)
PHG4SteppingAction * GetSteppingAction(void) const
return pointer to this subsystem stepping action