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

apply clang format

parent 8c6c21db
No related branches found
No related tags found
1 merge request!326change tree name in run_at_kfpf.C macro
Pipeline #9633 passed
void run_at_kfpf(int nEntries = -1, void run_at_kfpf(int nEntries = -1, const std::string& dataset = "test", const std::string& ATTree = "rTree")
const std::string& dataset = "test", {
const std::string& ATTree = "rTree") {
ATKFParticleFinder man; ATKFParticleFinder man;
const std::string ATFile = dataset + ".analysistree.root"; const std::string ATFile = dataset + ".analysistree.root";
man.InitInput(ATFile.c_str(), ATTree.c_str()); 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