Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-23 09:22:45

0001 //
0002 // ********************************************************************
0003 // * License and Disclaimer                                           *
0004 // *                                                                  *
0005 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
0006 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
0007 // * conditions of the Geant4 Software License,  included in the file *
0008 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
0009 // * include a list of copyright holders.                             *
0010 // *                                                                  *
0011 // * Neither the authors of this software system, nor their employing *
0012 // * institutes,nor the agencies providing financial support for this *
0013 // * work  make  any representation or  warranty, express or implied, *
0014 // * regarding  this  software system or assume any liability for its *
0015 // * use.  Please see the license in the file  LICENSE  and URL above *
0016 // * for the full disclaimer and the limitation of liability.         *
0017 // *                                                                  *
0018 // * This  code  implementation is the result of  the  scientific and *
0019 // * technical work of the GEANT4 collaboration.                      *
0020 // * By using,  copying,  modifying or  distributing the software (or *
0021 // * any work based  on the software)  you  agree  to acknowledge its *
0022 // * use  in  resulting  scientific  publications,  and indicate your *
0023 // * acceptance of all terms of the Geant4 Software license.          *
0024 // ********************************************************************
0025 //
0026 
0027   fExpHall_x = 600.*cm;
0028   fExpHall_y = 600.*cm;
0029   fExpHall_z = 600.*cm;
0030 
0031   fTrkTubs_rmax =  50.*cm;
0032   fTrkTubs_rmin =  20.*cm;
0033   fTrkTubs_dz   = 100.*cm;
0034   fTrkTubs_sphi =   0.*deg;
0035   fTrkTubs_dphi = 360.*deg;
0036 
0037   fNotrkLayers = 5;
0038   fTracker_radius[0] = 25.*cm;
0039   fTracker_radius[1] = 30.*cm;
0040   fTracker_radius[2] = 35.*cm;
0041   fTracker_radius[3] = 40.*cm;
0042   fTracker_radius[4] = 45.*cm;
0043 
0044   fTracker_thick     =  0.5*cm;
0045   for(int il=0;il<5;il++)
0046   {
0047     fTracker_length[il] = fTracker_radius[il];
0048   }
0049 
0050   fCaloTubs_rmax = 300.*cm;
0051   fCaloTubs_rmin =  50.*cm;
0052   fCaloTubs_dz   = 200.*cm;
0053   fCaloTubs_sphi =   0.*deg;
0054   fCaloTubs_dphi = 360.*deg;
0055 
0056   fAbsorber_thick = 3.*cm;
0057   fScinti_thick = 2.*cm;
0058   fNocaloLayers = int((fCaloTubs_rmax-fCaloTubs_rmin)/(fAbsorber_thick+fScinti_thick));
0059 
0060   fSegmentsinPhi = 48;
0061   fCaloCell_rmax = fCaloTubs_rmax;
0062   fCaloCell_rmin = fCaloTubs_rmin;
0063   fCaloCell_dz   = fCaloTubs_dz;
0064   fCaloCell_sphi = fCaloTubs_sphi;
0065   fCaloCell_dphi = fCaloTubs_dphi/fSegmentsinPhi;
0066 
0067   fSegmentsinZ = 20;
0068   fCaloRing_rmax = fCaloCell_rmax;
0069   fCaloRing_rmin = fCaloCell_rmin;
0070   fCaloRing_dz   = fCaloCell_dz/fSegmentsinZ ;
0071   fCaloRing_sphi = fCaloCell_sphi;
0072   fCaloRing_dphi = fCaloCell_dphi;
0073 
0074   fNomucounter = 4;
0075   fMuBox_radius = 350.*cm;
0076   fMuBox_width  = fMuBox_radius - 5.*cm;
0077   fMuBox_thick  = 1.*cm;
0078   fMuBox_length = fExpHall_z - 10.*cm;
0079