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

Comparing UserCode/cbrown/Development/DistributedModelCalculations/Systematics/SystematicsWorkerScript.C (file contents):
Revision 1.1 by buchmann, Tue Apr 10 13:37:09 2012 UTC vs.
Revision 1.2 by buchmann, Wed Apr 11 08:55:56 2012 UTC

# Line 53 | Line 53 | int main(int narg, char *args[])
53    cout << "Number of jobs: " << njobs << endl;
54    cout << "This is job number : " << jobnumber << endl;
55    
56 +  read_config();
57 +  
58    gROOT->SetStyle("Plain");
59    setTDRStyle();
60    gStyle->SetTextFont(42);
# Line 67 | Line 69 | int main(int narg, char *args[])
69    do_C(false);
70    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!
71  
70  read_config();
72  
73    bool doquick=true;
74    bool systonly=true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines