1 #ifndef RecoEgamma_EgammaElectronProducers_LowPtGsfElectronIDHeavyObjectCache_h 2 #define RecoEgamma_EgammaElectronProducers_LowPtGsfElectronIDHeavyObjectCache_h 20 float trk_nhits_ = -1.;
21 float trk_chi2red_ = -1.;
23 float gsf_nhits_ = -1.;
24 float gsf_chi2red_ = -1.;
28 float sc_etaWidth_ = -1.;
29 float sc_phiWidth_ = -1.;
31 float match_seed_dEta_ = -1.;
32 float match_eclu_EoverP_ = -1.;
33 float match_SC_EoverP_ = -1.;
34 float match_SC_dEta_ = -1.;
35 float match_SC_dPhi_ = -1.;
37 float shape_full5x5_sigmaIetaIeta_ = -1.;
38 float shape_full5x5_sigmaIphiIphi_ = -1.;
39 float shape_full5x5_HoverE_ = -1.;
40 float shape_full5x5_r9_ = -1.;
41 float shape_full5x5_circularity_ = -1.;
44 float brem_frac_ = -1.;
47 std::vector<float>
get();
57 std::vector<std::string>
modelNames()
const {
return names_; }
64 std::vector< std::unique_ptr<const GBRForest> >
models_;
70 #endif // RecoEgamma_EgammaElectronProducers_LowPtGsfElectronIDHeavyObjectCache_h std::vector< double > thresholds_
std::vector< std::string > modelNames() const
std::vector< std::string > names_
std::vector< std::unique_ptr< const GBRForest > > models_