Skip to content

Commit

Permalink
Update GenParticleFilter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl authored Sep 20, 2021
1 parent b7c735e commit 47fd230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4Gen/src/components/GenParticleFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ StatusCode GenParticleFilter::execute() {
}
}
if (accept) {
edm4hep::MCParticle outptc = ptc.clone();
auto outptc = ptc.clone();
particles->push_back(outptc);
}
cntr++;
Expand Down

0 comments on commit 47fd230

Please sign in to comment.