Geant4_10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
source
examples
extended
field
field06
include
F06DetectorConstruction.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: F06DetectorConstruction.hh 75296 2013-10-30 09:34:21Z gcosmo $
27
//
30
//
31
32
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
33
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
34
35
#ifndef F06DetectorConstruction_h
36
#define F06DetectorConstruction_h 1
37
38
#include "
G4VUserDetectorConstruction.hh
"
39
#include "
globals.hh
"
40
41
class
G4Material
;
42
43
class
G4Box
;
44
class
G4LogicalVolume
;
45
class
G4VPhysicalVolume
;
46
47
class
G4UniformGravityField
;
48
class
G4FieldManager
;
49
50
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
51
52
class
F06DetectorConstruction
:
public
G4VUserDetectorConstruction
53
{
54
public
:
55
56
F06DetectorConstruction
();
57
virtual
~F06DetectorConstruction
();
58
59
public
:
60
61
virtual
G4VPhysicalVolume
*
Construct
();
62
virtual
void
ConstructSDandField
();
63
64
private
:
65
66
G4Material
* fVacuum;
67
68
G4Box
* fSolidWorld;
//pointer to the solid World
69
G4LogicalVolume
* fLogicWorld;
//pointer to the logical World
70
G4VPhysicalVolume
* fPhysiWorld;
//pointer to the physical World
71
72
static
G4ThreadLocal
G4UniformGravityField
* fField;
73
74
private
:
75
76
void
DefineMaterials();
77
};
78
79
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
80
81
#endif
G4VPhysicalVolume
Definition:
G4VPhysicalVolume.hh:80
F06DetectorConstruction
Definition:
F06DetectorConstruction.hh:52
G4Box
Definition:
G4Box.hh:63
G4FieldManager
Definition:
G4FieldManager.hh:83
G4Material
Definition:
G4Material.hh:118
G4ThreadLocal
#define G4ThreadLocal
Definition:
tls.hh:52
F06DetectorConstruction::ConstructSDandField
virtual void ConstructSDandField()
Definition:
F06DetectorConstruction.cc:144
G4VUserDetectorConstruction
Definition:
G4VUserDetectorConstruction.hh:50
G4VUserDetectorConstruction.hh
G4LogicalVolume
Definition:
G4LogicalVolume.hh:187
globals.hh
F06DetectorConstruction::~F06DetectorConstruction
virtual ~F06DetectorConstruction()
Definition:
F06DetectorConstruction.cc:79
F06DetectorConstruction::F06DetectorConstruction
F06DetectorConstruction()
Definition:
F06DetectorConstruction.cc:70
F06DetectorConstruction::Construct
virtual G4VPhysicalVolume * Construct()
Definition:
F06DetectorConstruction.cc:97
G4UniformGravityField
Definition:
G4UniformGravityField.hh:52
Generated on Sat Dec 14 2013 14:33:14 for Geant4_10 by
1.8.5