23 |
|
cout << "makePlots(4) for glsbottom chi150" << endl; |
24 |
|
cout << "makePlots(5) for glsbottom chi300" << endl; |
25 |
|
cout << "makePlots(6) for glsbottom sbpair" << endl; |
26 |
+ |
cout << "The ntuples are to be found in $NTUPLE_DIR" << endl; |
27 |
|
return; |
28 |
|
} |
29 |
|
|
39 |
|
//return; |
40 |
|
|
41 |
|
// Open the ntuple |
42 |
< |
cout << "We are opening " << Form("Jun21/ntuple_%s.root",modelName) << endl; |
43 |
< |
TFile *file = TFile::Open(Form("Jun21/ntuple_%s.root",modelName)); |
42 |
> |
cout << "We are opening " << Form("$NTUPLE_DIR/ntuple_%s.root",modelName) << endl; |
43 |
> |
TFile *file = TFile::Open(Form("$NTUPLE_DIR/ntuple_%s.root",modelName)); |
44 |
|
file->cd(); |
45 |
|
TTree *tree = (TTree*)gDirectory->Get("tree"); |
46 |
|
|