Skip to content

Commit

Permalink
Fix run_clus_tpc to work with C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Jan 9, 2024
1 parent 0394453 commit 41e1fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/run_clus_tpc.C
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#include "FairParRootFileIo.h"
#include <FairRootFileSink.h>

#include "TPCReconstruction/ClustererTask.h"
#endif
#include "TPCReconstruction/ClustererTask.h"

void run_clus_tpc(std::string outputfile = "o2clus_tpc.root", std::string inputfile = "o2dig.root",
std::string paramfile = "o2sim_par.root", bool isContinuous = true, unsigned threads = 0);
Expand Down

0 comments on commit 41e1fcd

Please sign in to comment.