226 |
|
if(scantype==GMSB) { |
227 |
|
string massgluname="MassGMSBGlu"; |
228 |
|
string massLSPname="MassGMSBChi"; |
229 |
+ |
prefix="GMSB_"; |
230 |
|
dout << "GMSB scan has been set up." << endl; |
231 |
|
write_warning(__FUNCTION__,"Don't have the correct XS file yet"); |
232 |
|
} |
389 |
|
dout << "SMS scan has been set up." << endl; |
390 |
|
} |
391 |
|
if(scantype=GMSB) { |
392 |
< |
dout << "SMS scan has been set up." << endl; |
392 |
> |
dout << "GMSB scan has been set up." << endl; |
393 |
> |
prefix="GMSB_"; |
394 |
|
massgluname="MassGMSBGlu"; // this is the "x axis" in the limit plot (like the gluino in the SMS case) |
395 |
|
massLSPname="MassGMSBChi"; // this is the "y axis" in the limit plot (like the LSP in the SMS case) |
396 |
|
} |