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

Remove mcparticles2 references

parent 31c38fa3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !80. Comments created here will be created in the context of that merge request.
......@@ -8,7 +8,7 @@
int analyze(std::string file)
{
// open dataframe
ROOT::RDataFrame df("events", file, {"mcparticles2", "GeneratedParticles", "ReconstructedParticles"});
ROOT::RDataFrame df("events", file, {"GeneratedParticles", "ReconstructedParticles"});
// count total events
auto count = df.Count();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment