Geant4  10.02.p01
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 /// \file eventgenerator/HepMC/HepMCEx01/src/ExN04DetectorParameterDef.icc
27 /// \brief The file with detector paremeter definistions
28 //
29 // $Id$
30 //
31 
32 fexpHall_x = 600.*cm;
33 fexpHall_y = 600.*cm;
34 fexpHall_z = 600.*cm;
35 
36 ftrkTubs_rmax = 50.*cm;
37 ftrkTubs_rmin = 20.*cm;
38 ftrkTubs_dz = 100.*cm;
39 ftrkTubs_sphi = 0.*deg;
40 ftrkTubs_dphi = 360.*deg;
41 
42 fnotrkLayers = 5;
43 ftracker_radius[0] = 25.*cm;
44 ftracker_radius[1] = 30.*cm;
45 ftracker_radius[2] = 35.*cm;
46 ftracker_radius[3] = 40.*cm;
47 ftracker_radius[4] = 45.*cm;
48 ftracker_thick = 0.5*cm;
49 for( int il=0; il < 5; il++ ) {
50  ftracker_length[il] = ftracker_radius[il];
51 }
52 
53 fcaloTubs_rmax = 300.*cm;
54 fcaloTubs_rmin = 50.*cm;
55 fcaloTubs_dz = 200.*cm;
56 fcaloTubs_sphi = 0.*deg;
57 fcaloTubs_dphi = 360.*deg;
58 
59 fabsorber_thick = 3.*cm;
60 fscinti_thick = 2.*cm;
61 fnocaloLayers = int( (fcaloTubs_rmax - fcaloTubs_rmin) /
62  (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;
77 
78 fnomucounter = 4;
79 fmuBox_radius = 350.*cm;
80 fmuBox_width = fmuBox_radius - 5.*cm;
81 fmuBox_thick = 1.*cm;
82 fmuBox_length = fexpHall_z - 10.*cm;