7 |
|
#include "FWCore/ParameterSet/interface/ParameterSet.h" |
8 |
|
#include "MitPhysics/Utils/interface/TauIsoMVA.h" |
9 |
|
#include "MitCommon/MathTools/interface/MathUtils.h" |
10 |
+ |
#include "CondFormats/EgammaObjects/interface/GBRForest.h" |
11 |
+ |
#include "Cintex/Cintex.h" |
12 |
+ |
#include <utility> |
13 |
|
|
14 |
|
ClassImp(mithep::TauIsoMVA) |
15 |
|
|
69 |
|
fReader->BookMVA ("BDTG", iWeightFile); |
70 |
|
fGBR = false; |
71 |
|
} |
72 |
< |
void TauIsoMVA::InitializeGBR( TString iWeightFile) { |
72 |
> |
void TauIsoMVA::InitializeGBR( TString iWeightFile) { |
73 |
> |
ROOT::Cintex::Cintex::Enable(); |
74 |
|
TFile *lForest = new TFile(iWeightFile,"READ"); |
75 |
|
fGBRReader = (GBRForest*)lForest->Get("gbrfTauIso"); |
76 |
|
lForest->Close(); |