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

Comparing UserCode/cbrown/Development/DistributedModelCalculations/ShapeLimits/ShapeWorkerScript.C (file contents):
Revision 1.1 by buchmann, Tue Apr 10 13:41:25 2012 UTC vs.
Revision 1.4 by buchmann, Mon Apr 30 08:34:44 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  
72  bool doquick=true;
75    bool systonly=false;
76    bool efficiencyonly=false;
77    bool shapeanalysis=true;
78    
79 <  scan_SUSY_parameter_space(mcjzb,datajzb,jzb_cuts,PlottingSetup::requireZ,MCPeakError, njobs, jobnumber,systonly,efficiencyonly,shapeanalysis);
79 >  scan_SUSY_parameter_space(mcjzb,datajzb,jzb_cuts,PlottingSetup::requireZ,MCPeakError,DataPeakError, njobs, jobnumber,systonly,efficiencyonly,shapeanalysis);
80    
81    return 0;  
82   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines