Class Reference for E1039 Core & Analysis Software
PHG4BNLTargetCoilSubsystem.h
Go to the documentation of this file.
1 #ifndef PHG4BNLTargetCoilSubsystem_h
2 #define PHG4BNLTargetCoilSubsystem_h
3 
5 
6 #include <Geant4/G4String.hh>
7 #include <Geant4/G4Types.hh>
8 
10 class PHG4SteppingAction;
11 
13 {
14  public:
16  PHG4BNLTargetCoilSubsystem(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  PHG4BNLTargetCoilDetector* detector_;
50 
52 
53  PHG4SteppingAction* steppingAction_;
54 };
55 
56 #endif
int process_event(PHCompositeNode *)
event processing
PHG4BNLTargetCoilSubsystem(const std::string &name="CYLINDER", const int layer=0)
constructor
int InitRunSubsystem(PHCompositeNode *)
init runwise stuff
void Print(const std::string &what="ALL") const
Print info (from SubsysReco)
virtual ~PHG4BNLTargetCoilSubsystem(void)
destructor
PHG4SteppingAction * GetSteppingAction(void) const
return pointer to this subsystem stepping action
PHG4Detector * GetDetector(void) const
accessors (reimplemented)
base class for phenix detector creation
Definition: PHG4Detector.h:14