Skip to content

Commit 2930d54

Browse files
authored
Please consider the following formatting changes (#17)
1 parent ade62f8 commit 2930d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/cascadecorrelations.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ struct CascadeCorrelations {
10151015

10161016
// Let's do some logic on matched reconstructed collisions - if there less or more than one, fill some QA and skip the rest
10171017
double FT0mult = -1; // non-sensible default value just in case
1018-
double vtxz = mcCollision.posZ();
1018+
double vtxz = mcCollision.posZ();
10191019
if (collisions.size() < 1) {
10201020
registry.fill(HIST("MC/hSplitEvents"), 0);
10211021
registry.fill(HIST("MC/hGenMultNoReco"), mCounter.countFT0A(mcParticles) + mCounter.countFT0C(mcParticles));

0 commit comments

Comments
 (0)