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

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/SUSYScan.C (file contents):
Revision 1.64 by buchmann, Fri Nov 25 17:13:28 2011 UTC vs.
Revision 1.65 by buchmann, Fri Nov 25 17:19:49 2011 UTC

# Line 226 | Line 226 | void establish_SUSY_limits(string mcjzb,
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    }
# Line 388 | Line 389 | void scan_SUSY_parameter_space(string mc
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    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines