Geant4  10.02
F04DetectorConstruction.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 // $Id: F04DetectorConstruction.hh 78551 2014-01-07 09:45:08Z gcosmo $
27 //
30 //
31 
32 #ifndef F04DetectorConstruction_h
33 #define F04DetectorConstruction_h 1
34 
35 #include "globals.hh"
36 #include "G4Cache.hh"
37 
38 #include "G4LogicalVolume.hh"
39 #include "G4RotationMatrix.hh"
40 
41 class G4Tubs;
42 
43 class G4VPhysicalVolume;
44 
45 class F04Materials;
46 class G4Material;
47 
48 class F04GlobalField;
49 
51 
53 
55 {
56  public:
57 
59  virtual ~F04DetectorConstruction();
60 
61  virtual G4VPhysicalVolume* Construct();
63 
64  virtual void ConstructSDandField();
65 
66  // StringToRotationMatrix() converts a string "X90,Y45" into a
67  // G4RotationMatrix.
68  // This is an active rotation, in that the object is first rotated
69  // around the parent's X axis by 90 degrees, then the object is
70  // further rotated around the parent's Y axis by 45 degrees.
71  // The return value points to a G4RotationMatrix on the heap, so
72  // it is persistent. Angles are in degrees, can have decimals,
73  // and can be negative. Axes are X, Y, Z.
74 
76 
77  public:
78 
80  void SetWorldSizeZ(G4double);
81  void SetWorldSizeR(G4double);
82 
87 
92 
96  void SetTargetPos(G4double);
97  void SetTargetAngle(G4int);
98 
102  void SetDegraderPos(G4double);
103 
104  public:
105 
109 
116 
123 
129 
134 
135  private:
136 
137  F04DetectorMessenger* fDetectorMessenger; // pointer to the Messenger
139 
141 
143 
147 
151 
155 
159 
163 
167 
172 
177 
183 
188 
190 
191  private:
192 
193  void DefineMaterials();
194 
195 };
196 
197 #endif
G4LogicalVolume * GetTransferMgnt()
G4VPhysicalVolume * fPhysiDegrader
CLHEP::Hep3Vector G4ThreeVector
CLHEP::HepRotation G4RotationMatrix
G4VPhysicalVolume * ConstructDetector()
G4Cache< F04GlobalField * > fFieldSetUp
Definition: G4Tubs.hh:85
int G4int
Definition: G4Types.hh:78
F04DetectorMessenger * fDetectorMessenger
virtual G4VPhysicalVolume * Construct()
G4VPhysicalVolume * fPhysiTransferMgnt
G4VPhysicalVolume * fPhysiCaptureMgnt
G4LogicalVolume * GetCaptureMgnt()
double G4double
Definition: G4Types.hh:76
static G4RotationMatrix StringToRotationMatrix(G4String rotation)