Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:50

0001 #ifndef _FWPFGEOM_H_
0002 #define _FWPFGEOM_H_
0003 
0004 // -*- C++ -*-
0005 //
0006 // Package:     ParticleFlow
0007 // Namespace:   FWPFGeom
0008 //
0009 // Implementation:
0010 //     <Notes on implementation>
0011 //
0012 // Original Author:  Simon Harris
0013 //
0014 
0015 //-----------------------------------------------------------------------------
0016 // FWPFGeom
0017 //-----------------------------------------------------------------------------
0018 namespace FWPFGeom {
0019   // ECAL
0020   inline float caloR1() { return 129; }  // Centres of front faces of the crystals in supermodules - Barrel
0021   inline float caloZ1() {
0022     return 303.353;
0023   }  // Longitudinal distance between the interaction point and last tracker layer - Endcap
0024 
0025   // HCAL
0026   inline float caloR2() { return 177.7; }   // Longitudinal profile in the barrel ( inner radius ) - Barrel
0027   inline float caloR3() { return 287.65; }  // Longitudinal profile in the barrel( outer radius ) - Barrel
0028   inline float caloZ2() {
0029     return 400.458;
0030   }  // Longitudinal distance between the interaction point and the endcap envelope - Endcap
0031 }  // namespace FWPFGeom
0032 #endif
0033 //=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_