CMS 3D CMS Logo

ConvBremHeavyObjectCache.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_PFTracking_ConvBremHeavyObjectCache_H
2 #define RecoParticleFlow_PFTracking_ConvBremHeavyObjectCache_H
3 
7 #include <memory>
8 
9 namespace convbremhelpers {
11  public:
13  std::unique_ptr<const GBRForest> gbrBarrelLowPt_;
14  std::unique_ptr<const GBRForest> gbrBarrelHighPt_;
15  std::unique_ptr<const GBRForest> gbrEndcapsLowPt_;
16  std::unique_ptr<const GBRForest> gbrEndcapsHighPt_;
17  std::unique_ptr<const PFEnergyCalibration> pfcalib_;
18  };
19 } // namespace convbremhelpers
20 
21 #endif
std::unique_ptr< const GBRForest > gbrEndcapsHighPt_
std::unique_ptr< const GBRForest > gbrEndcapsLowPt_
std::unique_ptr< const GBRForest > gbrBarrelLowPt_
HeavyObjectCache(const edm::ParameterSet &)
std::unique_ptr< const PFEnergyCalibration > pfcalib_
std::unique_ptr< const GBRForest > gbrBarrelHighPt_