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