Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:59:08

0001 #ifndef CalibrationIsolatedParticlesCaloConstants_h
0002 #define CalibrationIsolatedParticlesCaloConstants_h
0003 
0004 #include <cmath>
0005 
0006 namespace spr {
0007 
0008   static const double deltaEta = 0.087;   //Tower size
0009   static const double zFrontEE = 319.2;   //Front of EE
0010   static const double rFrontEB = 129.4;   //Front of EB
0011   static const double zFrontES = 303.2;   //Front of ES
0012   static const double etaBEEcal = 1.479;  //Transition eta between EB and EE
0013   static const double zFrontHE = 402.7;   //Front of HE
0014   static const double rFrontHB = 180.7;   //Front of HB
0015   static const double etaBEHcal = 1.392;  //Transition eta between HB and HE
0016   static const double zBackHE = 549.3;    //Back of HE
0017   static const double rBackHB = 288.8;    //Back of HB
0018   static const double rFrontHO = 384.8;   //Front of HO
0019   static const double zFrontHF = 1115.;   //Front of HF
0020   static const double zFrontTE = 110.0;   //Front of Tracker endcap
0021   static const double zBackTE = 290.0;    //Back of Tracker endcap
0022   static const double rBackTB = 109.0;    //Back of Tracker barrel
0023   static const double etaBETrak = 1.705;  //Transition eta between barrel-endcap of Tracker
0024 }  // namespace spr
0025 #endif