Skip to content

Commit

Permalink
Fix location of h1analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
bellenot authored and dpiparo committed Jan 24, 2025
1 parent eb552b0 commit afb52aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ set(returncode_1 math/fit/fit2a.C
hist/hist014_TH1_cumulative.C
hist/hist004_TH1_labels.C
hist/hist036_TH2_labels.C
io/tree/h1analysis.C
analysis/tree/h1analysis.C
math/chi2test.C
math/r/SimpleFitting.C)
#---Dependencies------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion tutorials/analysis/mp_processSelector.C
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int mp_processSelector()
gROOT->SetBatch(kTRUE);

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

Expand Down
2 changes: 1 addition & 1 deletion tutorials/legacy/multicore/mp104_processH1.C
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int mp104_processH1()
// Run the analysis with a selector

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

Expand Down

0 comments on commit afb52aa

Please sign in to comment.