Skip to content
Snippets Groups Projects

Single simulation test on standard reconstruction

Merged Wouter Deconinck requested to merge single-benchmark into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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();
Loading