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.35 by buchmann, Mon Sep 5 22:03:59 2011 UTC vs.
Revision 1.36 by buchmann, Tue Sep 6 10:39:13 2011 UTC

# Line 18 | Line 18 | namespace PlottingSetup {
18  
19    float luminosity=2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1}
20    float lumiuncert=0.045;// to be indicated in [0,1] range, e.g. for 4% write 0.04
21 +
22    string jzbvariabledata="jzb[1]+0.06*pt";
23    string jzbvariablemc="jzb[1]+0.04*pt";
24    float jzbHigh = 350.; // Range for JZB plots
# Line 92 | Line 93 | namespace PlottingSetup {
93    string limitmethod="bayesian";//what method to use to set limits
94    int limitpatience=50; // 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.
95    bool ConsiderSignalContaminationForLimits=false; //whether or not to consider signal contamination when computing limits (standard:true)
96 +  int nuisancemodel=1;
97    
98    float JZBPeakPositionData=-999;
99    float JZBPeakPositionMC=-999;
100    float JZBPeakWidthData=-999;
101    float JZBPeakWidthMC=-999;
102 <  
102 >
103 >  //watch out, the cbafbasedir string is in GeneralToolBox
104   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines