Skip to content
Snippets Groups Projects
Commit 9218b09d authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

No EnableImplicitMT with Range

parent cf5da29a
Branches
No related tags found
1 merge request!202Add RomanPot and OffMTracker particles.
This commit is part of merge request !202. Comments created here will be created in the context of that merge request.
...@@ -19,7 +19,6 @@ using namespace ROOT::VecOps; ...@@ -19,7 +19,6 @@ using namespace ROOT::VecOps;
int print_far_forward_protons(const char* fname = "topside/rec_far_forward_protons.root") int print_far_forward_protons(const char* fname = "topside/rec_far_forward_protons.root")
{ {
ROOT::EnableImplicitMT();
ROOT::RDataFrame df("events", fname); ROOT::RDataFrame df("events", fname);
auto df0 = df.Range(10); auto df0 = df.Range(10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment