Skip to content

Commit 16156b7

Browse files
author
Prottay Das
committed
corrected index issue
1 parent 97fe78b commit 16156b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/DataModel/LFCKSSpinalignmentTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ using KShortpionEvent = KShortpionEvents::iterator;
4949

5050
namespace kshortpionpair
5151
{
52-
DECLARE_SOA_INDEX_COLUMN(KShortpionEventId, kShortpionEventId);
52+
DECLARE_SOA_INDEX_COLUMN(KShortpionEvent, kshortpionevent);
5353
DECLARE_SOA_COLUMN(V0Cospa, v0Cospa, float); //! V0 Cospa
5454
DECLARE_SOA_COLUMN(V0Radius, v0Radius, float); //! V0 Radius
5555
DECLARE_SOA_COLUMN(DcaPositive, dcaPositive, float); //! DCA Positive

0 commit comments

Comments
 (0)