File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ set(returncode_1 math/fit/fit2a.C
520
520
hist/hist014_TH1_cumulative.C
521
521
hist/hist004_TH1_labels.C
522
522
hist/hist036_TH2_labels.C
523
- io /tree /h1analysis.C
523
+ analysis /tree /h1analysis.C
524
524
math /chi2test.C
525
525
math /r/SimpleFitting.C)
526
526
#---Dependencies------------------------------------------------------
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ int mp_processSelector()
32
32
gROOT -> SetBatch (kTRUE );
33
33
34
34
TString selectorPath = gROOT -> GetTutorialDir ();
35
- selectorPath += "/io /tree/h1analysis.C+" ;
35
+ selectorPath += "/analysis /tree/h1analysis.C+" ;
36
36
std ::cout << "selector used is: " << selectorPath << "\n" ;
37
37
auto sel = TSelector ::GetSelector (selectorPath );
38
38
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ int mp104_processH1()
66
66
// Run the analysis with a selector
67
67
68
68
TString selectorPath = gROOT -> GetTutorialDir ();
69
- selectorPath += "/io /tree/h1analysisTreeReader.C+" ;
69
+ selectorPath += "/analysis /tree/h1analysisTreeReader.C+" ;
70
70
std ::cout << tutname << "processing the H1 dataset with selector '" << selectorPath << "'\n" ;
71
71
auto sel = TSelector ::GetSelector (selectorPath );
72
72
You can’t perform that action at this time.
0 commit comments