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

Comparing UserCode/cbrown/Development/Plotting/Modules/Plotting_Functions.C (file contents):
Revision 1.55 by fronga, Wed Sep 5 16:32:51 2012 UTC vs.
Revision 1.56 by buchmann, Wed Sep 5 20:16:25 2012 UTC

# Line 134 | Line 134 | void find_peaks(float &MCPeak,float &MCP
134      else mcjzb << "+ (id1!=id2)*" << TMath::Abs(mcpeak) << " ";
135      
136      mcjzb << ")";
137 +    
138    } else {
139      datajzb << "(" << jzbvariabledata;
140        mcjzb << "(" << jzbvariablemc;
# Line 149 | Line 150 | void find_peaks(float &MCPeak,float &MCP
150      mcjzb << ")";
151    }
152    
153 <  switch_overunderflow(true);
153 >    MCPeak=mcpeak;
154 >    MCPeakError=mcpeakerr;
155 >    DataPeak=datapeak;
156 >    DataPeakError=datapeakerr;
157 >    
158 >    switch_overunderflow(true);
159    
160   }
161  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines