1 |
– |
/**** |
2 |
– |
|
3 |
– |
Off peak status (RestrictToMassPeak) : |
4 |
– |
|
5 |
– |
x Necessary adaptations identified |
6 |
– |
x Started working on necessary adaptations |
7 |
– |
x Necessary adaptations implemented |
8 |
– |
x Necessary adaptations tested |
9 |
– |
|
10 |
– |
DONE! |
11 |
– |
|
12 |
– |
****/ |
1 |
|
#include <iostream> |
2 |
|
#include <vector> |
3 |
|
#include <sstream> |
36 |
|
for(long int ientry=1;ientry<=PFevents->GetEntries();ientry++) { |
37 |
|
PFevents->GetEntry(ientry); |
38 |
|
if(!(pfJetGoodNum>=3)) continue; |
39 |
< |
if(TMath::Abs(mll-91.2)>20) continue; |
39 |
> |
if(TMath::Abs(mll-91)>10) continue; |
40 |
|
if(TMath::Abs(jzb[1])<100) continue; |
41 |
|
stringstream hit; |
42 |
|
hit << runNum <<":"<<lumi<<":"<<eventNum<<":"<<jzb[1]<<":"<<met[4]<<":"<<pt1<<":"<<pt2<<":"<<pt<<":"<<mll<<":"<<pfJetGoodNum; |