test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFEGammaHeavyObjectCache.h
Go to the documentation of this file.
1 #ifndef __RecoParticleFlow_PFProducer_pfEGHelpersHeavyObjectCache_h__
2 #define __RecoEgamma_GsfElectronAlgos_pfEGHelpersHeavyObjectCache_h__
3 
6 #include <memory>
7 
8 namespace pfEGHelpers {
10  public:
12  std::unique_ptr<const GBRForest> gbrEle_;
13  std::unique_ptr<const GBRForest> gbrSingleLeg_;
14  private:
15  // for electron mva
19  // for single leg mva
20  float nlost, nlayers;
22  };
23 }
24 
25 #endif
std::unique_ptr< const GBRForest > gbrEle_
std::unique_ptr< const GBRForest > gbrSingleLeg_
HeavyObjectCache(const edm::ParameterSet &)