Geant4
10.02.p01
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
RE04DetectorConstruction.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
//
28
//
29
// $Id: $
30
//
31
#ifndef RE04DetectorConstruction_h
32
#define RE04DetectorConstruction_h 1
33
34
#include "
G4VUserDetectorConstruction.hh
"
35
#include "
globals.hh
"
36
37
class
G4Material
;
38
class
G4LogicalVolume
;
39
class
G4VPhysicalVolume
;
40
class
G4Region
;
41
42
//
49
//
50
class
RE04DetectorConstruction
:
public
G4VUserDetectorConstruction
51
{
52
public
:
53
RE04DetectorConstruction
();
54
virtual
~RE04DetectorConstruction
();
55
56
public
:
57
virtual
G4VPhysicalVolume
*
Construct
();
58
59
private
:
60
void
DefineMaterials
();
61
void
SetupGeometry
();
62
63
private
:
64
G4Material
*
fAir
;
65
G4Material
*
fWater
;
66
G4Material
*
fPb
;
67
G4VPhysicalVolume
*
fWorldPhys
;
68
G4bool
fConstructed
;
69
70
};
71
72
#endif
73
RE04DetectorConstruction::DefineMaterials
void DefineMaterials()
Definition:
RE04DetectorContruction.cc:70
RE04DetectorConstruction::SetupGeometry
void SetupGeometry()
Definition:
RE04DetectorContruction.cc:91
G4VPhysicalVolume
Definition:
G4VPhysicalVolume.hh:82
G4Material
Definition:
G4Material.hh:120
RE04DetectorConstruction::fAir
G4Material * fAir
Definition:
RE04DetectorConstruction.hh:64
RE04DetectorConstruction
User detector construction class.
Definition:
RE04DetectorConstruction.hh:50
RE04DetectorConstruction::~RE04DetectorConstruction
virtual ~RE04DetectorConstruction()
Definition:
RE04DetectorContruction.cc:54
G4VUserDetectorConstruction
Definition:
G4VUserDetectorConstruction.hh:50
G4bool
bool G4bool
Definition:
G4Types.hh:79
G4VUserDetectorConstruction.hh
G4LogicalVolume
Definition:
G4LogicalVolume.hh:187
RE04DetectorConstruction::fConstructed
G4bool fConstructed
Definition:
RE04DetectorConstruction.hh:68
globals.hh
RE04DetectorConstruction::fPb
G4Material * fPb
Definition:
RE04DetectorConstruction.hh:66
RE04DetectorConstruction::Construct
virtual G4VPhysicalVolume * Construct()
Definition:
RE04DetectorContruction.cc:58
G4Region
Definition:
G4Region.hh:105
RE04DetectorConstruction::fWorldPhys
G4VPhysicalVolume * fWorldPhys
Definition:
RE04DetectorConstruction.hh:67
RE04DetectorConstruction::RE04DetectorConstruction
RE04DetectorConstruction()
Definition:
RE04DetectorContruction.cc:48
RE04DetectorConstruction::fWater
G4Material * fWater
Definition:
RE04DetectorConstruction.hh:65
geant4.10.02.p01
examples
extended
runAndEvent
RE04
include
RE04DetectorConstruction.hh
Generated on Thu Mar 3 2016 14:41:01 for Geant4 by
1.8.8