We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6c3cb commit c61b46bCopy full SHA for c61b46b
FastSimulation/Event/src/KineParticleFilter.cc
@@ -34,7 +34,7 @@ bool KineParticleFilter::acceptParticle(const RawParticle& particle) const {
34
35
// keep all high-energy protons
36
else if (pId == 2212 && particle.E() >= protonEMin) {
37
- return true;
+ return acceptVertex(particle.vertex());
38
}
39
40
// cut on the energy
0 commit comments