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