We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdeec6 commit 1de7f70Copy full SHA for 1de7f70
1 file changed
Common/DataModel/CollisionAssociation.h
@@ -31,7 +31,7 @@ DECLARE_SOA_TABLE(TrackAssoc, "AOD", "TRACKASSOC", //! Table for track-to-collis
31
track_association::CollisionId,
32
track_association::TrackId);
33
34
-DECLARE_SOA_TABLE(TrackCompColls, "AOD", "TRACKCOMPCOLLS", //! Table with vectors of collision indices stored per track
+DECLARE_SOA_TABLE(TrackCompColls, "AOD", "TRACKCOMPCOLL", //! Table with vectors of collision indices stored per track
35
track_association::CollisionIds);
36
37
namespace fwdtrack_association
0 commit comments