ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/DistributedModelCalculations/Efficiency/EfficiencyWorkerScript.C
(Generate patch)

Comparing UserCode/cbrown/Development/DistributedModelCalculations/Efficiency/EfficiencyWorkerScript.C (file contents):
Revision 1.1 by buchmann, Mon Jan 30 15:25:01 2012 UTC vs.
Revision 1.4 by buchmann, Wed Apr 11 08:55:40 2012 UTC

# Line 12 | Line 12
12   #include "../../Plotting/Modules/Plotting_Functions.C"
13   #include "../../Plotting/Modules/LimitCalculation.C"
14   #include "../../Plotting/Modules/ResultModule.C"
15 #include "../../Plotting/Modules/Systematics.C"
15   #include "../../Plotting/Modules/CrossSectionReader.C"
16 + #include "../../Plotting/Modules/Systematics.C"
17   #include "../../Plotting/Modules/SUSYScan.C"
18   #include "../last_configuration.C"
19  
# Line 52 | Line 52 | int main(int narg, char *args[])
52    float njobs=atoi(args[1]);
53    float jobnumber=atoi(args[2]);
54    
55 +  read_config();
56 +  
57    gROOT->SetStyle("Plain");
58    setTDRStyle();
59    gStyle->SetTextFont(42);
# Line 66 | Line 68 | int main(int narg, char *args[])
68    do_C(false);
69    setessentialcut(essential);//this sets the essential cut; this one is used in the draw command so it is AUTOMATICALLY applied everywhere. IMPORTANT: Do NOT store weights here!
70  
69  read_config();
71  
72    bool doquick=true;
73    bool systonly=false;
74    bool effonly=true;
75 <  scan_SUSY_parameter_space(mcjzb,datajzb,jzb_cuts,PlottingSetup::requireZ,MCPeakError, njobs, jobnumber,systonly,effonly);
75 >  scan_SUSY_parameter_space(mcjzb,datajzb,jzb_cuts,PlottingSetup::requireZ,MCPeakError,DataPeakError, njobs, jobnumber,systonly,effonly);
76    return 0;  
77   }
78  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines