CMS 3D CMS Logo

PFEGammaHeavyObjectCache.h
Go to the documentation of this file.
1 #ifndef __RecoParticleFlow_PFProducer_pfEGHelpersHeavyObjectCache_h__
2 #define __RecoParticleFlow_PFProducer_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 // __RecoParticleFlow_PFProducer_pfEGHelpersHeavyObjectCache_h__
std::unique_ptr< const GBRForest > gbrEle_
std::unique_ptr< const GBRForest > gbrSingleLeg_
HeavyObjectCache(const edm::ParameterSet &)