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

Applications | User Support | Publications | Collaboration