Skip to content

Commit a105ec4

Browse files
committed
Fix column name
1 parent 21a974a commit a105ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/DataModel/DerivedDataCorrelationTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ DECLARE_SOA_COLUMN(PtAssocTrack, ptAssocTrack, float); //! Pt of the track
8686
DECLARE_SOA_COLUMN(DcaXY, dcaXY, float); //! Impact parameter in XY of the track to the primary vertex
8787
DECLARE_SOA_COLUMN(DcaZ, dcaZ, float); //! Impact parameter in Z of the track to the primary vertex
8888
DECLARE_SOA_COLUMN(NSigmaTpc, nSigmaTpc, float); //! Number of sigma TPC
89-
DECLARE_SOA_COLUMN(NSigmaTof, nSigmaTpc, float); //! Number of sigma TOF
89+
DECLARE_SOA_COLUMN(NSigmaTof, nSigmaTof, float); //! Number of sigma TOF
9090
} // namespace hf_assoc_track_reduced
9191
DECLARE_SOA_TABLE(AssocTrackReds, "AOD", "ASSOCTRACKRED", //! Table with associated track info
9292
soa::Index<>,

0 commit comments

Comments
 (0)