File indexing completed on 2023-03-17 10:43:23
0001 #ifndef CalibrationIsolatedParticlesCaloConstants_h
0002 #define CalibrationIsolatedParticlesCaloConstants_h
0003
0004 #include <cmath>
0005
0006 namespace spr {
0007
0008 static const double deltaEta = 0.087;
0009 static const double zFrontEE = 319.2;
0010 static const double rFrontEB = 129.4;
0011 static const double zFrontES = 303.2;
0012 static const double etaBEEcal = 1.479;
0013 static const double zFrontHE = 402.7;
0014 static const double rFrontHB = 180.7;
0015 static const double etaBEHcal = 1.392;
0016 static const double zBackHE = 549.3;
0017 static const double rBackHB = 288.8;
0018 static const double rFrontHO = 384.8;
0019 static const double zFrontHF = 1115.;
0020 static const double zFrontTE = 110.0;
0021 static const double zBackTE = 290.0;
0022 static const double rBackTB = 109.0;
0023 static const double etaBETrak = 1.705;
0024 }
0025 #endif