Class Reference for E1039 Core & Analysis Software
PHG4PolyconDetector.h
Go to the documentation of this file.
1 #ifndef PHG4PolyconDetector_h
2 #define PHG4PolyconDetector_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  PHG4PolyconDetector(PHCompositeNode *Node, PHParameters *parameters, const std::string &dnam, const int layer = 0);
17 
19  virtual ~PHG4PolyconDetector(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
base class for phenix detector creation
Definition: PHG4Detector.h:14
std::string name
Definition: PHG4Detector.h:61
PHG4PolyconDetector(PHCompositeNode *Node, PHParameters *parameters, const std::string &dnam, const int layer=0)
constructor
void SuperDetector(const std::string &name)
const std::string SuperDetector() const
void Construct(G4LogicalVolume *world)
construct
bool IsInCylinder(const G4VPhysicalVolume *) const
virtual ~PHG4PolyconDetector(void)
destructor