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.1 by buchmann, Mon Jan 30 15:25:01 2012 UTC vs.
Revision 1.2 by buchmann, Mon Mar 12 10:21:21 2012 UTC

# Line 58 | Line 58 | int main(int narg, char *args[])
58    bool showList=false;
59    set_directory(PlottingSetup::directoryname);
60    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();
62    define_SMS_sample(showList,allsamples,signalsamples,scansample);
63    setlumi(luminosity);
64    do_png(true);
# Line 66 | Line 67 | int main(int narg, char *args[])
67    do_C(false);
68    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!
69  
69  read_config();
70  
71    bool doquick=true;
72    bool systonly=false;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines