Skip to content

Commit 1de7f70

Browse files
authored
Making table name canonical (#2526)
1 parent bbdeec6 commit 1de7f70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/DataModel/CollisionAssociation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ DECLARE_SOA_TABLE(TrackAssoc, "AOD", "TRACKASSOC", //! Table for track-to-collis
3131
track_association::CollisionId,
3232
track_association::TrackId);
3333

34-
DECLARE_SOA_TABLE(TrackCompColls, "AOD", "TRACKCOMPCOLLS", //! Table with vectors of collision indices stored per track
34+
DECLARE_SOA_TABLE(TrackCompColls, "AOD", "TRACKCOMPCOLL", //! Table with vectors of collision indices stored per track
3535
track_association::CollisionIds);
3636

3737
namespace fwdtrack_association

0 commit comments

Comments
 (0)