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.1 by buchmann, Mon Jan 30 14:46:25 2012 UTC vs.
Revision 1.3 by buchmann, Wed Sep 19 14:55:59 2012 UTC

# Line 1 | Line 1
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>
# Line 48 | 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