Class Reference for E1039 Core & Analysis Software
PHG4BlockDetector.h
Go to the documentation of this file.
1 #ifndef PHG4BlockDetector_h
2 #define PHG4BlockDetector_h
3 
4 #include <g4main/PHG4Detector.h>
5 
6 class G4LogicalVolume;
7 class PHParameters;
8 class G4VPhysicalVolume;
9 
11 {
12 
13  public:
14 
16  PHG4BlockDetector( PHCompositeNode *Node, PHParameters *parameters, const std::string &dnam="BLOCK", const int lyr = 0 );
17 
19  virtual ~PHG4BlockDetector( 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
PHG4BlockDetector(PHCompositeNode *Node, PHParameters *parameters, const std::string &dnam="BLOCK", const int lyr=0)
constructor
const std::string SuperDetector() const
bool IsInBlock(G4VPhysicalVolume *) const
void SuperDetector(const std::string &name)
virtual ~PHG4BlockDetector(void)
destructor
virtual void Construct(G4LogicalVolume *world)
construct
base class for phenix detector creation
Definition: PHG4Detector.h:14
std::string name
Definition: PHG4Detector.h:61