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

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/Systematics.C (file contents):
Revision 1.54 by pablom, Wed Nov 23 16:39:56 2011 UTC vs.
Revision 1.55 by buchmann, Thu Nov 24 08:15:39 2011 UTC

# Line 297 | Line 297 | void PeakError(TTree *events,float &resu
297          }
298          if(TMath::Abs(rescent-resup)>TMath::Abs(rescent-resdown)) result=(TMath::Abs(rescent-resup)/(float)rescent);
299          else result=(TMath::Abs(rescent-resdown)/(float)rescent);
300 <        cout << "    " << result << endl;
300 >        if(!automatized) cout << "    " << result << endl;
301   }
302  
303  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines