Class Reference for E1039 Core & Analysis Software
PHG4TargetCoilV2Detector.h
Go to the documentation of this file.
1 #ifndef PHG4TargetCoilV2Detector_h
2 #define PHG4TargetCoilV2Detector_h
3 
4 #include <g4main/PHG4Detector.h>
5 
6 #include <string>
7 
8 class G4LogicalVolume;
9 class G4VPhysicalVolume;
10 class PHParameters;
11 
13 {
14  public:
16  PHG4TargetCoilV2Detector(PHCompositeNode *Node, PHParameters *parameters, const std::string &dnam, const int layer = 0);
17 
20  {
21  }
22 
24  void Construct(G4LogicalVolume *world);
25 
26  bool IsInCylinder(const G4VPhysicalVolume *) const;
27  void SuperDetector(const std::string &name) { superdetector = name; }
28  const std::string SuperDetector() const { return superdetector; }
29  int get_Layer() const { return layer; }
30  int get_elem_id(const std::string &name) const;
31  private:
32  PHParameters *params;
33 
34  G4VPhysicalVolume *cylinder_physi;
35 
36  int layer;
37  std::string superdetector;
38 };
39 
40 #endif
base class for phenix detector creation
Definition: PHG4Detector.h:14
std::string name
Definition: PHG4Detector.h:61
PHG4TargetCoilV2Detector(PHCompositeNode *Node, PHParameters *parameters, const std::string &dnam, const int layer=0)
constructor
int get_elem_id(const std::string &name) const
bool IsInCylinder(const G4VPhysicalVolume *) const
virtual ~PHG4TargetCoilV2Detector(void)
destructor
void SuperDetector(const std::string &name)
void Construct(G4LogicalVolume *world)
construct
const std::string SuperDetector() const