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

Comparing UserCode/cbrown/Development/Plotting/Modules/ExclusionPlot.C (file contents):
Revision 1.13 by buchmann, Thu May 17 20:02:28 2012 UTC vs.
Revision 1.14 by buchmann, Wed Sep 19 09:16:24 2012 UTC

# Line 109 | Line 109 | void draw_diagonal_xchange(int scantype,
109    
110    // Add a dashed line to indicate where x changes
111    float offset = 0.;
112 <  if ( 0 == scanx.compare("0.5") ) { offset = 91.2/0.5; }
113 <  else if ( 0 == scanx.compare("0.25") ) { offset = 91.2/0.25; }
114 <  else if ( 0 == scanx.compare("0.75") ) { offset = 91.2/0.75; }
112 >  if ( 0 == scanx.compare("0.5") ) { offset = 91/0.5; }
113 >  else if ( 0 == scanx.compare("0.25") ) { offset = 91/0.25; }
114 >  else if ( 0 == scanx.compare("0.75") ) { offset = 91/0.75; }
115    else if ( scantype==PlottingSetup::GMSB) { offset = 0; };
116    
117    if ( offset>0. ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines