Geant4  10.03
ExN04DetectorParameterDef.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 // $Id$
27 //
28 /// \file parallel/ParN04/src/ExN04DetectorParameterDef.icc
29 /// \brief Definition of detector paremeters
30 //
31 
32  expHall_x = 600.*cm;
33  expHall_y = 600.*cm;
34  expHall_z = 600.*cm;
35 
36  trkTubs_rmax = 50.*cm;
37  trkTubs_rmin = 20.*cm;
38  trkTubs_dz = 100.*cm;
39  trkTubs_sphi = 0.*deg;
40  trkTubs_dphi = 360.*deg;
41 
42  notrkLayers = 5;
43  tracker_radius[0] = 25.*cm;
44  tracker_radius[1] = 30.*cm;
45  tracker_radius[2] = 35.*cm;
46  tracker_radius[3] = 40.*cm;
47  tracker_radius[4] = 45.*cm;
48 
49  tracker_thick = 0.5*cm;
50  for(int il=0;il<5;il++)
51  {
52  tracker_length[il] = tracker_radius[il];
53  }
54 
55  caloTubs_rmax = 300.*cm;
56  caloTubs_rmin = 50.*cm;
57  caloTubs_dz = 200.*cm;
58  caloTubs_sphi = 0.*deg;
59  caloTubs_dphi = 360.*deg;
60 
61  absorber_thick = 3.*cm;
62  scinti_thick = 2.*cm;
63  nocaloLayers = int((caloTubs_rmax-caloTubs_rmin)/(absorber_thick+scinti_thick));
64 
65  segmentsinPhi = 48;
66  caloCell_rmax = caloTubs_rmax;
67  caloCell_rmin = caloTubs_rmin;
68  caloCell_dz = caloTubs_dz;
69  caloCell_sphi = caloTubs_sphi;
70  caloCell_dphi = caloTubs_dphi/segmentsinPhi;
71 
72  segmentsinZ = 20;
73  caloRing_rmax = caloCell_rmax;
74  caloRing_rmin = caloCell_rmin;
75  caloRing_dz = caloCell_dz/segmentsinZ ;
76  caloRing_sphi = caloCell_sphi;
77  caloRing_dphi = caloCell_dphi;
78 
79  nomucounter = 4;
80  muBox_radius = 350.*cm;
81  muBox_width = muBox_radius - 5.*cm;
82  muBox_thick = 1.*cm;
83  muBox_length = expHall_z - 10.*cm;
84