Skip to content

Commit

Permalink
Update BDTVarProcessor due to change of BDTs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco A. Harrendorf authored Mar 14, 2017
1 parent 66ad7f1 commit ccb693e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoostedAnalyzer/src/BDTVarProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using namespace std;
BDTVarProcessor::BDTVarProcessor():
// bdtohio2(BDTOhio_v2(BoostedUtils::GetAnalyzerPath()+"/data/bdtweights/ohio_weights_run2_v2/")),
// bdt3(BDT_v3(BoostedUtils::GetAnalyzerPath()+"/data/bdtweights/weights_v3/")),
commonBDT5(new BDTClassifier(string(getenv("CMSSW_BASE"))+"/src/TTH/CommonClassifier/data/bdtweights_v5/")) {needToDeleteBDTClassifier=true;}
commonBDT5(new BDTClassifier(string(getenv("CMSSW_BASE"))+"/src/TTH/CommonClassifier/data/bdtweights_ICHEP16/")) {needToDeleteBDTClassifier=true;}
BDTVarProcessor::~BDTVarProcessor(){
if(needToDeleteBDTClassifier){
delete commonBDT5;
Expand Down

0 comments on commit ccb693e

Please sign in to comment.