We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8463b commit 596587cCopy full SHA for 596587c
1 file changed
PWGLF/TableProducer/Strangeness/cascqaanalysis.cxx
@@ -681,7 +681,7 @@ struct Cascqaanalysis {
681
// All generated collisions
682
registry.fill(HIST("hNEventsMC"), 0.5);
683
684
- // Generated after optional z-vertex selection
+ // Generated z-vertex selection
685
if (cutzvertexGen >= 0.f && std::fabs(mcCollision.posZ()) > cutzvertexGen) {
686
return;
687
}
0 commit comments