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

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/ResultModule.C (file contents):
Revision 1.19 by buchmann, Thu Nov 24 08:17:14 2011 UTC vs.
Revision 1.20 by buchmann, Wed Nov 30 10:34:03 2011 UTC

# Line 149 | Line 149 | vector<float> get_result_between_two_fix
149   //  if(fabs(result-pnresult)>fabs(result-ppresult)) peakerr=fabs(result-pnresult); else peakerr=fabs(result-ppresult);
150    
151    float zjetsestimateuncert=0.25;
152 <  float emuncert=0.5;
153 <  float emsidebanduncert=0.5;
154 <  float eemmsidebanduncert=0.5;
152 >  float emuncert=0.25;
153 >  float emsidebanduncert=0.25;
154 >  float eemmsidebanduncert=0.25;
155    syserr = (zjetsestimateuncert*zossfn)*(zjetsestimateuncert*zossfn);//first term
156    fsyserr = (zjetsestimateuncert*zossfp)*(zjetsestimateuncert*zossfp);//first term
157    flag_this_change(__FUNCTION__,__LINE__,true);//PlottingSetup::RestrictToMassPeak

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines