13 double Et1(
c1->e()/cosh(
c1->eta())), Et2(
c2->e()/cosh(
c2->eta()));
47 for(
const auto *
const cc : *inputTopoClusterContainer)
59 return StatusCode::SUCCESS;
86 if (!
m_map[eta_key][phi_key].empty())
123 if ((
Pt * 1
e-3) < 15) {
126 else if ((
Pt * 1
e-3) < 50) {
142 std::vector<const xAOD::CaloCluster*>
clusters;
151 for (
int ieta = lower_keys.first; ieta <= upper_keys.first; ieta++)
152 for (
int iphi = lower_keys.second; iphi <= upper_keys.second; iphi++)
170 double totalEnergy(0.), thirdLayerEnergy(0.);
191 if (totalEnergy == 0)
return 0;
192 return (thirdLayerEnergy / totalEnergy);