Skip to content

Commit 5b2aa38

Browse files
committed
name af a variable changed in order to fix errors
1 parent 579e144 commit 5b2aa38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/TableProducer/candidateCreatorCascade.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ struct HfCandidateCreatorCascade {
222222
dcaNegToPV = v0row.dcanegtopv();
223223
v0cosPA = v0row.v0cosPA();
224224

225-
int MomIndSize = 6;
225+
int momIndSize = 6;
226226
constexpr int MomInd[6] = {9, 13, 14, 18, 19, 20}; // cov matrix elements for momentum component
227-
for (int i = 0; i < MomIndSize; i++) {
227+
for (int i = 0; i < momIndSize; i++) {
228228
covV[MomInd[i]] = v0row.momentumCovMat()[i];
229229
covV[i] = v0row.positionCovMat()[i];
230230
}

0 commit comments

Comments
 (0)