Loading...
Searching...
No Matches
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//
30
31fexpHall_x = 600.*cm;
32fexpHall_y = 600.*cm;
33fexpHall_z = 600.*cm;
34
35ftrkTubs_rmax = 50.*cm;
36ftrkTubs_rmin = 20.*cm;
37ftrkTubs_dz = 100.*cm;
38ftrkTubs_sphi = 0.*deg;
39ftrkTubs_dphi = 360.*deg;
40
41fnotrkLayers = 5;
42ftracker_radius[0] = 25.*cm;
43ftracker_radius[1] = 30.*cm;
44ftracker_radius[2] = 35.*cm;
45ftracker_radius[3] = 40.*cm;
46ftracker_radius[4] = 45.*cm;
47ftracker_thick = 0.5*cm;
48for( int il=0; il < 5; il++ ) {
49 ftracker_length[il] = ftracker_radius[il];
50}
51
52fcaloTubs_rmax = 300.*cm;
53fcaloTubs_rmin = 50.*cm;
54fcaloTubs_dz = 200.*cm;
55fcaloTubs_sphi = 0.*deg;
56fcaloTubs_dphi = 360.*deg;
57
58fabsorber_thick = 3.*cm;
59fscinti_thick = 2.*cm;
60fnocaloLayers = int( (fcaloTubs_rmax - fcaloTubs_rmin) /
61 (fabsorber_thick + fscinti_thick) );
62
63fsegmentsinPhi = 48;
64fcaloCell_rmax = fcaloTubs_rmax;
65fcaloCell_rmin = fcaloTubs_rmin;
66fcaloCell_dz = fcaloTubs_dz;
67fcaloCell_sphi = fcaloTubs_sphi;
68fcaloCell_dphi = fcaloTubs_dphi / fsegmentsinPhi;
69
70fsegmentsinZ = 20;
71fcaloRing_rmax = fcaloCell_rmax;
72fcaloRing_rmin = fcaloCell_rmin;
73fcaloRing_dz = fcaloCell_dz / fsegmentsinZ ;
74fcaloRing_sphi = fcaloCell_sphi;
75fcaloRing_dphi = fcaloCell_dphi;
76
77fnomucounter = 4;
78fmuBox_radius = 350.*cm;
79fmuBox_width = fmuBox_radius - 5.*cm;
80fmuBox_thick = 1.*cm;
81fmuBox_length = fexpHall_z - 10.*cm;

Applications | User Support | Publications | Collaboration