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

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/Setup.C (file contents):
Revision 1.51 by buchmann, Thu Nov 10 08:17:35 2011 UTC vs.
Revision 1.52 by buchmann, Wed Nov 16 13:41:30 2011 UTC

# Line 108 | Line 108 | namespace PlottingSetup {
108    // LIMITS
109    int nlimittoys=1000; // how many toys for setting limits
110    string limitmethod="cls";//what method to use to set limits
111 <  int limitpatience=15; // for how many minutes should the limit calculation (for one configuration!) be allowed to run before being aborted? this only has an effect when when running on the grid.
111 >  int limitpatience=15; // for how many minutes should the limit calculation (for one configuration!) be allowed to run before being aborted? this only has an effect when when running on the t3 batch; the value for CRAB is on the next line
112 >  int limitpatienceCRAB=60;
113    bool ConsiderSignalContaminationForLimits=true; //whether or not to consider signal contamination when computing limits (standard:true)
114    int nuisancemodel=1;
115    
# Line 121 | Line 122 | namespace PlottingSetup {
122    bool computeJZBefficiency=false;
123    bool computeJZBresponse=false;
124  
125 <  string ScanSampleDirectory="SMS/"; // possibilities (atm) : SMS/, SMS_T5zzl/, mSUGRA/     note: if you're processing a SMS, you need to include the string "SMS" in the name!
125 >  string ScanSampleDirectory="mSUGRA/"; // possibilities (atm) : SMS/, SMS_T5zzl/, mSUGRA/     note: if you're processing a SMS, you need to include the string "SMS" in the name!
126  
127    //watch out, the cbafbasedir string is in GeneralToolBox
128   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines