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

Comparing UserCode/cbrown/Development/DistributedModelCalculations/Systematics/SystematicsWorkerScript.C (file contents):
Revision 1.1 by buchmann, Tue Apr 10 13:37:09 2012 UTC vs.
Revision 1.3 by buchmann, Wed Apr 25 13:33:01 2012 UTC

# Line 14 | Line 14
14   #include "../../Plotting/Modules/ResultModule.C"
15   #include "../../Plotting/Modules/CrossSectionReader.C"
16   #include "../../Plotting/Modules/Systematics.C"
17 + #include "../../Plotting/Modules/SugarCoating.C"
18 + #include "../../Plotting/Modules/ExclusionPlot.C"
19   #include "../../Plotting/Modules/SUSYScan.C"
20   #include "../last_configuration.C"
21  
# Line 53 | Line 55 | int main(int narg, char *args[])
55    cout << "Number of jobs: " << njobs << endl;
56    cout << "This is job number : " << jobnumber << endl;
57    
58 +  read_config();
59 +  
60    gROOT->SetStyle("Plain");
61    setTDRStyle();
62    gStyle->SetTextFont(42);
# Line 67 | Line 71 | int main(int narg, char *args[])
71    do_C(false);
72    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!
73  
70  read_config();
74  
75    bool doquick=true;
76    bool systonly=true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines