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

Comparing UserCode/cbrown/Development/DistributedModelCalculations/Limits/LimitWorkerScript.C (file contents):
Revision 1.2 by buchmann, Tue Apr 10 13:39:46 2012 UTC vs.
Revision 1.4 by buchmann, Wed Apr 25 13:33:00 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 51 | Line 53 | int main(int narg, char *args[])
53    
54    float njobs=atoi(args[1]);
55    float jobnumber=atoi(args[2]);
56 +  read_config();
57    
58    gROOT->SetStyle("Plain");
59    setTDRStyle();
60    gStyle->SetTextFont(42);
61    bool showList=false;
59  read_config();
62    set_directory(PlottingSetup::directoryname);
63    set_treename("events");//you can set the treename here to be used; options are "events" (for reco) for "PFevents" (for particle flow)
64    define_SMS_sample(showList,allsamples,signalsamples,scansample);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines