15 m_sParticleType(std::move(sParticleType)),
60 hadleakvseta(nullptr),
61 middleevseta(nullptr),
74 clusisovseta(nullptr),
110 hadleakvset =
Book2D(
"hadleakvset",
"Hadronic leakage vs E_{T} of " +
m_sParticleType+
"; E_{hadleak} (GeV) ; E_{T} (GeV) ", 100, -0.07, 0.13, 200, 0., 200);
159 float eta2 = fabs (
egamma.caloCluster()->etaBE (2));
160 float et37 =
egamma.caloCluster()->
e() / cosh (
eta2);
166 raphad = et37 > 0. ?
ethad / et37 : 0.;
169 raphad1 = et37 > 0. ?
ethad1 / et37 : 0.;
171 float hadrleak = (
eta2 >= 0.8 &&
eta2 < 1.37) ? raphad : raphad1;
216 float deltemax1 = fabs (emax + emax2) > 0. ? (emax - emax2) / (emax + emax2) : 0.;
299 float topoEtconeIso(0);
303 topoEtconeIso = et37!=0. ? shetcone20/et37 : 0.;
310 const double e0 =
egamma.caloCluster()->energyBE(0);
311 const double e1 =
egamma.caloCluster()->energyBE(1);
312 const double e2 =
egamma.caloCluster()->energyBE(2);
313 const double e3 =
egamma.caloCluster()->energyBE(3);