Skip to content

Commit 6b29b40

Browse files
author
Stanislas LAMBERT
committed
typo error : IsCorrectAssoc2 -> isCorrectAssoc2
1 parent 51c64f6 commit 6b29b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/DataModel/ReducedInfoTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ DECLARE_SOA_COLUMN(Vt2, vt2, float); //! Production vertex time
666666
DECLARE_SOA_COLUMN(IsAmbig1, isAmbig1, int); //!
667667
DECLARE_SOA_COLUMN(IsAmbig2, isAmbig2, int); //!
668668
DECLARE_SOA_COLUMN(IsCorrectAssoc1, isCorrectAssoc1, bool); //!
669-
DECLARE_SOA_COLUMN(IsCorrectAssoc2, IsCorrectAssoc2, bool); //!
669+
DECLARE_SOA_COLUMN(IsCorrectAssoc2, isCorrectAssoc2, bool); //!
670670

671671
DECLARE_SOA_COLUMN(FwdDcaX1, fwdDcaX1, float); //! X component of forward DCA
672672
DECLARE_SOA_COLUMN(FwdDcaY1, fwdDcaY1, float); //! Y component of forward DCA

0 commit comments

Comments
 (0)