#include "CondFormats/GBRForest/interface/GBRForest.h"
#include "FWCore/ParameterSet/interface/FileInPath.h"
#include <memory>
Go to the source code of this file.
Functions | |
std::unique_ptr< const GBRForest > | createGBRForest (const std::string &weightsFile) |
std::unique_ptr< const GBRForest > | createGBRForest (const edm::FileInPath &weightsFile) |
std::unique_ptr< const GBRForest > | createGBRForest (const std::string &weightsFile, std::vector< std::string > &varNames) |
std::unique_ptr< const GBRForest > | createGBRForest (const edm::FileInPath &weightsFile, std::vector< std::string > &varNames) |
std::unique_ptr<const GBRForest> createGBRForest | ( | const std::string & | weightsFile | ) |
Definition at line 270 of file GBRForestTools.cc.
References varNames, and l1tPFClustersFromHGC3DClusters_cfi::weightsFile.
Referenced by GBRForestWriter::analyze(), CacheData::CacheData(), createGBRForest(), ElectronMVAEstimator::ElectronMVAEstimator(), convbremhelpers::HeavyObjectCache::HeavyObjectCache(), lowptgsfeleseed::HeavyObjectCache::HeavyObjectCache(), goodseedhelpers::HeavyObjectCache::HeavyObjectCache(), ElectronMVAEstimatorRun2::init(), TMVAEvaluator::initialize(), LowPtGsfElectronIDProducer::LowPtGsfElectronIDProducer(), main(), PhotonMVAEstimator::PhotonMVAEstimator(), SeedMvaEstimator::SeedMvaEstimator(), SeedMvaEstimatorPhase2::SeedMvaEstimatorPhase2(), SoftElectronMVAEstimator::SoftElectronMVAEstimator(), and pat::SoftMuonMvaEstimator::SoftMuonMvaEstimator().
std::unique_ptr<const GBRForest> createGBRForest | ( | const edm::FileInPath & | weightsFile | ) |
Definition at line 275 of file GBRForestTools.cc.
References createGBRForest(), varNames, and l1tPFClustersFromHGC3DClusters_cfi::weightsFile.
std::unique_ptr<const GBRForest> createGBRForest | ( | const std::string & | weightsFile, |
std::vector< std::string > & | varNames | ||
) |
Definition at line 281 of file GBRForestTools.cc.
References edm::FileInPath::fullPath(), init, varNames, and l1tPFClustersFromHGC3DClusters_cfi::weightsFile.
std::unique_ptr<const GBRForest> createGBRForest | ( | const edm::FileInPath & | weightsFile, |
std::vector< std::string > & | varNames | ||
) |
Definition at line 293 of file GBRForestTools.cc.
References createGBRForest(), varNames, and l1tPFClustersFromHGC3DClusters_cfi::weightsFile.