Skip to content

Commit a23a008

Browse files
Add minor comment to TrackSelectionTables.h (#4815)
Clarifying the DCA in question is the one to the primary vertex
1 parent b0dac81 commit a23a008

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Analysis/DataModel/include/Analysis/TrackSelectionTables.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ namespace o2::aod
1717
{
1818
namespace track
1919
{
20+
// Columns to store the DCA to the primary vertex
2021
DECLARE_SOA_COLUMN(DcaXY, dcaXY, float);
2122
DECLARE_SOA_COLUMN(DcaZ, dcaZ, float);
2223

0 commit comments

Comments
 (0)