Skip to content
Snippets Groups Projects
Commit 8c6c21db authored by Oleksii Lubynets's avatar Oleksii Lubynets Committed by Florian Uhlig
Browse files

change tree name in run_at_kfpf.C macro

parent 3e1e5372
No related branches found
No related tags found
1 merge request!326change tree name in run_at_kfpf.C macro
void run_at_kfpf(int nEntries = -1,
const std::string& dataset = "test",
const std::string& ATTree = "aTree") {
const std::string& ATTree = "rTree") {
ATKFParticleFinder man;
const std::string ATFile = dataset + ".analysistree.root";
man.InitInput(ATFile.c_str(), ATTree.c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment