CMS 3D CMS Logo

ConvBremHeavyObjectCache.h
Go to the documentation of this file.
1 #ifndef __RecoParticleFlow_PFTracking_convbremhelpersHeavyObjectCache_h__
2 #define __RecoParticleFlow_PFTracking_convbremhelpersHeavyObjectCache_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
convbremhelpers::HeavyObjectCache::pfcalib_
std::unique_ptr< const PFEnergyCalibration > pfcalib_
Definition: ConvBremHeavyObjectCache.h:17
convbremhelpers::HeavyObjectCache::gbrEndcapsLowPt_
std::unique_ptr< const GBRForest > gbrEndcapsLowPt_
Definition: ConvBremHeavyObjectCache.h:15
GBRForest.h
PFEnergyCalibration.h
convbremhelpers::HeavyObjectCache::HeavyObjectCache
HeavyObjectCache(const edm::ParameterSet &)
Definition: ConvBremHeavyObjectCache.cc:6
edm::ParameterSet
Definition: ParameterSet.h:47
convbremhelpers::HeavyObjectCache::gbrBarrelLowPt_
std::unique_ptr< const GBRForest > gbrBarrelLowPt_
Definition: ConvBremHeavyObjectCache.h:13
convbremhelpers::HeavyObjectCache
Definition: ConvBremHeavyObjectCache.h:10
convbremhelpers::HeavyObjectCache::gbrEndcapsHighPt_
std::unique_ptr< const GBRForest > gbrEndcapsHighPt_
Definition: ConvBremHeavyObjectCache.h:16
ParameterSet.h
convbremhelpers::HeavyObjectCache::gbrBarrelHighPt_
std::unique_ptr< const GBRForest > gbrBarrelHighPt_
Definition: ConvBremHeavyObjectCache.h:14
convbremhelpers
Definition: ConvBremHeavyObjectCache.h:9