Skip to content
Snippets Groups Projects
Commit c3e2ca7c authored by Sebastian Wieland's avatar Sebastian Wieland
Browse files

Update mem_test.cc in order to function with adjusted MEMclassifier (takes era...

Update mem_test.cc in order to function with adjusted MEMclassifier (takes era as input in constructor)
parent c3a0cb4c
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ const TLorentzVector p4(double pt, double eta, double phi, double mass) { ...@@ -14,7 +14,7 @@ const TLorentzVector p4(double pt, double eta, double phi, double mass) {
int main(){ int main(){
//Setup the MEM //Setup the MEM
MEMClassifier mem; MEMClassifier mem(0, "btagDeepFlavB_", "2017");
//Add some objects to the MEM //Add some objects to the MEM
std::vector<TLorentzVector> jets_p4_nominal = { std::vector<TLorentzVector> jets_p4_nominal = {
......
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