Skip to content
Snippets Groups Projects

change tree name in run_at_kfpf.C macro

Merged Oleksii Lubynets requested to merge o.lubynets/cbmroot:TreeNameFix into master
void run_at_kfpf(int nEntries = -1,
const std::string& dataset = "test",
const std::string& ATTree = "aTree") {
void run_at_kfpf(int nEntries = -1, const std::string& dataset = "test", const std::string& ATTree = "rTree")
{
ATKFParticleFinder man;
const std::string ATFile = dataset + ".analysistree.root";
man.InitInput(ATFile.c_str(), ATTree.c_str());
Loading