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