Skip to content
Snippets Groups Projects
Commit 27946bc2 authored by Lea Reuter's avatar Lea Reuter
Browse files

Merge

parents 5fc960df 5eb47b57
Branches kit_CMSSW943
No related tags found
No related merge requests found
Pipeline #336226 passed with stages
in 8 minutes and 44 seconds
......@@ -32,7 +32,6 @@ public:
std::map<std::string,float> GetVariablesOfLastEvaluation() const;
private:
void SetCategory(const std::vector<TLorentzVector>& selectedLeptonP4,
const std::vector<TLorentzVector>& selectedJetP4,
......
......@@ -152,6 +152,12 @@ BDTClassifier::BDTClassifier (string weightpath, double btagcut_):btagMcut(btagc
readerMap["6j2t"]->BookMVA("BDT",weightpath+"/weights_62.xml");
}
// BDTClassifier::BDTClassifier (string weightpath){
// BDTClassifier::BDTClassifier (string weightpath, double 0.8484);
//
// }
BDTClassifier::~BDTClassifier(){
}
......@@ -205,6 +211,8 @@ double BDTClassifier::GetBDTOutput(const std::vector<TLorentzVector>& selectedLe
const std::vector<TLorentzVector>& selectedJetP4,
const std::vector<double>& selectedJetCSV,
const TLorentzVector& metP4){
std::cout<<"Evaluateing BDT variables with btag cut "<<btagMcut<<std::endl;
//std::cout<<"Evaluateing BDT variables with btag cut "<<btagMcut<<std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment