ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/Plotting/Modules/EventInfo.C
(Generate patch)

Comparing UserCode/cbrown/Development/Plotting/Modules/EventInfo.C (file contents):
Revision 1.2 by buchmann, Wed Aug 15 13:52:12 2012 UTC vs.
Revision 1.3 by buchmann, Wed Sep 19 14:55:59 2012 UTC

# Line 36 | Line 36 | int main() {
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines