Loading...
Searching...
No Matches
RE05DetectorParameterDef.icc
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
27 fExpHall_x = 600.*cm;
28 fExpHall_y = 600.*cm;
29 fExpHall_z = 600.*cm;
30
31 fTrkTubs_rmax = 50.*cm;
32 fTrkTubs_rmin = 20.*cm;
33 fTrkTubs_dz = 100.*cm;
34 fTrkTubs_sphi = 0.*deg;
35 fTrkTubs_dphi = 360.*deg;
36
37 fNotrkLayers = 5;
38 fTracker_radius[0] = 25.*cm;
39 fTracker_radius[1] = 30.*cm;
40 fTracker_radius[2] = 35.*cm;
41 fTracker_radius[3] = 40.*cm;
42 fTracker_radius[4] = 45.*cm;
43
44 fTracker_thick = 0.5*cm;
45 for(int il=0;il<5;il++)
46 {
47 fTracker_length[il] = fTracker_radius[il];
48 }
49
50 fCaloTubs_rmax = 300.*cm;
51 fCaloTubs_rmin = 50.*cm;
52 fCaloTubs_dz = 200.*cm;
53 fCaloTubs_sphi = 0.*deg;
54 fCaloTubs_dphi = 360.*deg;
55
56 fAbsorber_thick = 3.*cm;
57 fScinti_thick = 2.*cm;
58 fNocaloLayers = int((fCaloTubs_rmax-fCaloTubs_rmin)/(fAbsorber_thick+fScinti_thick));
59
60 fSegmentsinPhi = 48;
61 fCaloCell_rmax = fCaloTubs_rmax;
62 fCaloCell_rmin = fCaloTubs_rmin;
63 fCaloCell_dz = fCaloTubs_dz;
64 fCaloCell_sphi = fCaloTubs_sphi;
65 fCaloCell_dphi = fCaloTubs_dphi/fSegmentsinPhi;
66
67 fSegmentsinZ = 20;
68 fCaloRing_rmax = fCaloCell_rmax;
69 fCaloRing_rmin = fCaloCell_rmin;
70 fCaloRing_dz = fCaloCell_dz/fSegmentsinZ ;
71 fCaloRing_sphi = fCaloCell_sphi;
72 fCaloRing_dphi = fCaloCell_dphi;
73
74 fNomucounter = 4;
75 fMuBox_radius = 350.*cm;
76 fMuBox_width = fMuBox_radius - 5.*cm;
77 fMuBox_thick = 1.*cm;
78 fMuBox_length = fExpHall_z - 10.*cm;
79

Applications | User Support | Publications | Collaboration