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.3 by buchmann, Tue Apr 10 13:37:37 2012 UTC vs.
Revision 1.4 by buchmann, Wed Apr 11 08:55:40 2012 UTC

# 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);
60    bool showList=false;
61    set_directory(PlottingSetup::directoryname);
62    set_treename("events");//you can set the treename here to be used; options are "events" (for reco) for "PFevents" (for particle flow)
61  read_config();
63    define_SMS_sample(showList,allsamples,signalsamples,scansample);
64    setlumi(luminosity);
65    do_png(true);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines