Skip to content

Commit

Permalink
Please consider the following formatting changes to #9225 (#9226)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Jan 8, 2025
1 parent 7ad53c7 commit fff0b87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ struct nucleiSpectra {
for (int iC{0}; iC < 2; ++iC) {
nuclei::hMatchingStudy[iC] = spectra.add<THnSparse>(fmt::format("hMatchingStudy{}", nuclei::matter[iC]).data(), ";#it{p}_{T};#phi;#eta;n#sigma_{ITS};n#sigma{TPC};n#sigma_{TOF};Centrality", HistType::kTHnSparseF, {{20, 1., 9.}, {10, 0., o2::constants::math::TwoPI}, {10, -1., 1.}, {50, -5., 5.}, {50, -5., 5.}, {50, 0., 1.}, {8, 0., 80.}});
nuclei::hMatchingStudyHadrons[iC] = spectra.add<THn>(fmt::format("hMatchingStudyHadrons{}", nuclei::matter[iC]).data(), ";#it{p}_{T};#phi;#eta;Centrality;Track type", HistType::kTHnSparseF, {{23, 0.4, 5.}, {20, 0., o2::constants::math::TwoPI}, {10, -1., 1.}, {8, 0., 80.}, {2, -0.5, 1.5}});

}
}

Expand Down

0 comments on commit fff0b87

Please sign in to comment.