Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. if(passNsignalParticles ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(2.5); else return 0;
  2. if(passAdditionalLeptonVeto) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(3.5); else return 0;
  3. if(passLeadingPt_lep) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(4.5); else return 0;
  4. if(passLeadingPt_jet) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(5.5); else return 0;
  5. if(passNbjet ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(6.5); else return 0;
  6. if(passEtmiss ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(7.5); else return 0;
  7. if(passMt ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(8.5); else return 0;
  8. if(passEtmissplusMt ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(9.5); else return 0;
  9. if(passMreco ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(10.5); else return 0;
  10. if(passLQmass ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(11.5); else return 0;
  11. if(passSt ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(12.5); else return 0;
  12. if(passHt ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(13.5); else return 0;
  13. if(passMllminusZmass) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(14.5); else return 0;
  14. if(passMllhigh ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(15.5); else return 0;
  15. if(passMlldown ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(16.5); else return 0;
  16. if(passLepOppCharge ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(17.5); else return 0;
  17. if(passR1 ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(18.5); else return 0;
  18. if(passPtll ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(19.5); else return 0;
  19. if(passJetVeto ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(20.5); else return 0;
  20. if(passIso ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(21.5); else return 0;
  21. if(passWZ_WMt ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(22.5); else return 0;
  22. if(passDiBosonMt ) mapHist1D[sel+"_cutflow_"+level+sys]->Fill(23.5); else return 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement