1 #ifndef RecoEgamma_EgammaElectronProducers_LowPtGsfElectronSeedHeavyObjectCache_h 2 #define RecoEgamma_EgammaElectronProducers_LowPtGsfElectronSeedHeavyObjectCache_h 22 float trk_nhits_ = -1.;
23 float trk_high_quality_ = -1.;
24 float trk_chi2red_ = -1.;
26 float ktf_ecal_cluster_e_ = -1.;
27 float ktf_ecal_cluster_deta_ = -42.;
28 float ktf_ecal_cluster_dphi_ = -42.;
29 float ktf_ecal_cluster_e3x3_ = -1.;
30 float ktf_ecal_cluster_e5x5_ = -1.;
31 float ktf_ecal_cluster_covEtaEta_ = -42.;
32 float ktf_ecal_cluster_covEtaPhi_ = -42.;
33 float ktf_ecal_cluster_covPhiPhi_ = -42.;
34 float ktf_ecal_cluster_r9_ = -0.1;
35 float ktf_ecal_cluster_circularity_ = -0.1;
36 float ktf_hcal_cluster_e_ = -1.;
37 float ktf_hcal_cluster_deta_ = -42.;
38 float ktf_hcal_cluster_dphi_ = -42.;
39 float preid_gsf_dpt_ = -1.;
40 float preid_trk_gsf_chiratio_ = -1.;
41 float preid_gsf_chi2red_ = -1.;
42 float trk_dxy_sig_ = -1.;
44 std::vector<float>
get();
58 std::vector<std::string>
modelNames()
const {
return names_; }
70 std::vector< std::unique_ptr<const GBRForest> >
models_;
76 #endif // RecoEgamma_EgammaElectronProducers_LowPtGsfElectronSeedHeavyObjectCache_h
std::vector< std::string > names_
std::vector< double > thresholds_
std::vector< std::unique_ptr< const GBRForest > > models_
std::vector< std::string > modelNames() const