We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a974a commit a105ec4Copy full SHA for a105ec4
PWGHF/HFC/DataModel/DerivedDataCorrelationTables.h
@@ -86,7 +86,7 @@ DECLARE_SOA_COLUMN(PtAssocTrack, ptAssocTrack, float); //! Pt of the track
86
DECLARE_SOA_COLUMN(DcaXY, dcaXY, float); //! Impact parameter in XY of the track to the primary vertex
87
DECLARE_SOA_COLUMN(DcaZ, dcaZ, float); //! Impact parameter in Z of the track to the primary vertex
88
DECLARE_SOA_COLUMN(NSigmaTpc, nSigmaTpc, float); //! Number of sigma TPC
89
-DECLARE_SOA_COLUMN(NSigmaTof, nSigmaTpc, float); //! Number of sigma TOF
+DECLARE_SOA_COLUMN(NSigmaTof, nSigmaTof, float); //! Number of sigma TOF
90
} // namespace hf_assoc_track_reduced
91
DECLARE_SOA_TABLE(AssocTrackReds, "AOD", "ASSOCTRACKRED", //! Table with associated track info
92
soa::Index<>,
0 commit comments