Geant4_10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
source
examples
extended
runAndEvent
RE05
include
RE05DetectorParameterDef.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: RE05DetectorParameterDef.hh 66526 2012-12-19 13:41:33Z ihrivnac $
27
//
30
//
31
32
G4double
expHall_x
;
33
G4double
expHall_y
;
34
G4double
expHall_z
;
35
36
G4double
trkTubs_rmax
;
37
G4double
trkTubs_rmin
;
38
G4double
trkTubs_dz
;
39
G4double
trkTubs_sphi
;
40
G4double
trkTubs_dphi
;
41
42
G4int
notrkLayers
;
43
G4double
tracker_radius
[5];
44
G4double
tracker_thick
;
45
G4double
tracker_length
[5];
46
47
G4double
caloTubs_rmax
;
48
G4double
caloTubs_rmin
;
49
G4double
caloTubs_dz
;
50
G4double
caloTubs_sphi
;
51
G4double
caloTubs_dphi
;
52
53
G4int
nocaloLayers
;
54
G4double
absorber_thick
;
55
G4double
scinti_thick
;
56
57
G4int
segmentsinZ
;
58
G4double
caloRing_rmax
;
59
G4double
caloRing_rmin
;
60
G4double
caloRing_dz
;
61
G4double
caloRing_sphi
;
62
G4double
caloRing_dphi
;
63
64
G4int
segmentsinPhi
;
65
G4double
caloCell_rmax
;
66
G4double
caloCell_rmin
;
67
G4double
caloCell_dz
;
68
G4double
caloCell_sphi
;
69
G4double
caloCell_dphi
;
70
71
G4int
nomucounter
;
72
G4double
muBox_radius
;
73
G4double
muBox_width
;
74
G4double
muBox_thick
;
75
G4double
muBox_length
;
76
77
absorber_thick
G4double absorber_thick
Definition:
ExN04DetectorParameterDef.hh:54
caloRing_dphi
G4double caloRing_dphi
Definition:
ExN04DetectorParameterDef.hh:62
trkTubs_sphi
G4double trkTubs_sphi
Definition:
ExN04DetectorParameterDef.hh:39
nocaloLayers
G4int nocaloLayers
Definition:
ExN04DetectorParameterDef.hh:53
tracker_length
G4double tracker_length[5]
Definition:
ExN04DetectorParameterDef.hh:45
caloRing_sphi
G4double caloRing_sphi
Definition:
ExN04DetectorParameterDef.hh:61
expHall_x
G4double expHall_x
Definition:
ExN04DetectorParameterDef.hh:32
muBox_length
G4double muBox_length
Definition:
ExN04DetectorParameterDef.hh:75
caloCell_rmin
G4double caloCell_rmin
Definition:
ExN04DetectorParameterDef.hh:66
G4int
int G4int
Definition:
G4Types.hh:78
tracker_radius
G4double tracker_radius[5]
Definition:
ExN04DetectorParameterDef.hh:43
segmentsinZ
G4int segmentsinZ
Definition:
ExN04DetectorParameterDef.hh:57
muBox_thick
G4double muBox_thick
Definition:
ExN04DetectorParameterDef.hh:74
caloTubs_dz
G4double caloTubs_dz
Definition:
ExN04DetectorParameterDef.hh:49
expHall_y
G4double expHall_y
Definition:
ExN04DetectorParameterDef.hh:33
notrkLayers
G4int notrkLayers
Definition:
ExN04DetectorParameterDef.hh:42
muBox_radius
G4double muBox_radius
Definition:
ExN04DetectorParameterDef.hh:72
caloCell_dphi
G4double caloCell_dphi
Definition:
ExN04DetectorParameterDef.hh:69
caloTubs_rmax
G4double caloTubs_rmax
Definition:
ExN04DetectorParameterDef.hh:47
caloRing_rmax
G4double caloRing_rmax
Definition:
ExN04DetectorParameterDef.hh:58
caloCell_dz
G4double caloCell_dz
Definition:
ExN04DetectorParameterDef.hh:67
tracker_thick
G4double tracker_thick
Definition:
ExN04DetectorParameterDef.hh:44
muBox_width
G4double muBox_width
Definition:
ExN04DetectorParameterDef.hh:73
nomucounter
G4int nomucounter
Definition:
ExN04DetectorParameterDef.hh:71
scinti_thick
G4double scinti_thick
Definition:
ExN04DetectorParameterDef.hh:55
caloTubs_sphi
G4double caloTubs_sphi
Definition:
ExN04DetectorParameterDef.hh:50
segmentsinPhi
G4int segmentsinPhi
Definition:
ExN04DetectorParameterDef.hh:64
caloRing_dz
G4double caloRing_dz
Definition:
ExN04DetectorParameterDef.hh:60
trkTubs_dphi
G4double trkTubs_dphi
Definition:
ExN04DetectorParameterDef.hh:40
caloTubs_rmin
G4double caloTubs_rmin
Definition:
ExN04DetectorParameterDef.hh:48
caloTubs_dphi
G4double caloTubs_dphi
Definition:
ExN04DetectorParameterDef.hh:51
trkTubs_rmin
G4double trkTubs_rmin
Definition:
ExN04DetectorParameterDef.hh:37
caloRing_rmin
G4double caloRing_rmin
Definition:
ExN04DetectorParameterDef.hh:59
G4double
double G4double
Definition:
G4Types.hh:76
caloCell_sphi
G4double caloCell_sphi
Definition:
ExN04DetectorParameterDef.hh:68
caloCell_rmax
G4double caloCell_rmax
Definition:
ExN04DetectorParameterDef.hh:65
trkTubs_dz
G4double trkTubs_dz
Definition:
ExN04DetectorParameterDef.hh:38
expHall_z
G4double expHall_z
Definition:
ExN04DetectorParameterDef.hh:34
trkTubs_rmax
G4double trkTubs_rmax
Definition:
ExN04DetectorParameterDef.hh:36
Generated on Sat Dec 14 2013 14:33:57 for Geant4_10 by
1.8.5