Skip to content

Commit afb52aa

Browse files
bellenotdpiparo
authored andcommitted
Fix location of h1analysis
1 parent eb552b0 commit afb52aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tutorials/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ set(returncode_1 math/fit/fit2a.C
520520
hist/hist014_TH1_cumulative.C
521521
hist/hist004_TH1_labels.C
522522
hist/hist036_TH2_labels.C
523-
io/tree/h1analysis.C
523+
analysis/tree/h1analysis.C
524524
math/chi2test.C
525525
math/r/SimpleFitting.C)
526526
#---Dependencies------------------------------------------------------

tutorials/analysis/mp_processSelector.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int mp_processSelector()
3232
gROOT->SetBatch(kTRUE);
3333

3434
TString selectorPath = gROOT->GetTutorialDir();
35-
selectorPath += "/io/tree/h1analysis.C+";
35+
selectorPath += "/analysis/tree/h1analysis.C+";
3636
std::cout << "selector used is: " << selectorPath << "\n";
3737
auto sel = TSelector::GetSelector(selectorPath);
3838

tutorials/legacy/multicore/mp104_processH1.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int mp104_processH1()
6666
// Run the analysis with a selector
6767

6868
TString selectorPath = gROOT->GetTutorialDir();
69-
selectorPath += "/io/tree/h1analysisTreeReader.C+";
69+
selectorPath += "/analysis/tree/h1analysisTreeReader.C+";
7070
std::cout << tutname << "processing the H1 dataset with selector '" << selectorPath << "'\n";
7171
auto sel = TSelector::GetSelector(selectorPath);
7272

0 commit comments

Comments
 (0)