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.3 by buchmann, Wed Apr 11 08:57:04 2012 UTC

# Line 51 | Line 51 | int main(int narg, char *args[])
51    
52    float njobs=atoi(args[1]);
53    float jobnumber=atoi(args[2]);
54 +  read_config();
55    
56    gROOT->SetStyle("Plain");
57    setTDRStyle();
58    gStyle->SetTextFont(42);
59    bool showList=false;
59  read_config();
60    set_directory(PlottingSetup::directoryname);
61    set_treename("events");//you can set the treename here to be used; options are "events" (for reco) for "PFevents" (for particle flow)
62    define_SMS_sample(showList,allsamples,signalsamples,scansample);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines