Go to the source code of this file.
Definition at line 4 of file FunctionDefs.cc.
References reco::GsfElectron::hcalOverEcal().
6 std::function<float(const reco::GsfElectron&)> varFunc;
7 if (varName ==
"scEta")
8 varFunc = scEtaFunc<reco::GsfElectron>;
9 else if (varName ==
"hOverE")
float hcalOverEcal() const
Definition at line 15 of file FunctionDefs.cc.
References reco::Photon::hadTowOverEm().
16 std::function<float(const reco::Photon&)> varFunc;
17 if (varName ==
"scEta")
18 varFunc = scEtaFunc<reco::Photon>;
19 else if (varName ==
"hOverE")
float hadTowOverEm() const
the ration of hadronic energy in towers behind the BCs in the SC and the SC energy ...