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 ade62f8 commit 2930d54Copy full SHA for 2930d54
PWGLF/Tasks/Strangeness/cascadecorrelations.cxx
@@ -1015,7 +1015,7 @@ struct CascadeCorrelations {
1015
1016
// Let's do some logic on matched reconstructed collisions - if there less or more than one, fill some QA and skip the rest
1017
double FT0mult = -1; // non-sensible default value just in case
1018
- double vtxz = mcCollision.posZ();
+ double vtxz = mcCollision.posZ();
1019
if (collisions.size() < 1) {
1020
registry.fill(HIST("MC/hSplitEvents"), 0);
1021
registry.fill(HIST("MC/hGenMultNoReco"), mCounter.countFT0A(mcParticles) + mCounter.countFT0C(mcParticles));
0 commit comments