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. ) { |