Class Reference for E1039 Core & Analysis Software
PHG4CylinderDetector.h
Go to the documentation of this file.
1 #ifndef PHG4CylinderDetector_h
2 #define PHG4CylinderDetector_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  PHG4CylinderDetector(PHCompositeNode *Node, PHParameters *parameters, const std::string &dnam, const int layer = 0);
17 
19  virtual ~PHG4CylinderDetector(void)
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  private:
31  PHParameters *params;
32 
33  G4VPhysicalVolume *cylinder_physi;
34 
35  int layer;
36  std::string superdetector;
37 };
38 
39 #endif
virtual ~PHG4CylinderDetector(void)
destructor
void SuperDetector(const std::string &name)
void Construct(G4LogicalVolume *world)
construct
PHG4CylinderDetector(PHCompositeNode *Node, PHParameters *parameters, const std::string &dnam, const int layer=0)
constructor
const std::string SuperDetector() const
bool IsInCylinder(const G4VPhysicalVolume *) const
base class for phenix detector creation
Definition: PHG4Detector.h:14
std::string name
Definition: PHG4Detector.h:61