Skip to content

Commit f2fc331

Browse files
authored
adding extern declaration (#7525)
1 parent d5cd513 commit f2fc331

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Framework/Core/include/Framework/AnalysisDataModel.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ using TrackExtra = TracksExtra::iterator;
336336
} // namespace aod
337337
namespace soa
338338
{
339+
extern template struct soa::Join<aod::Tracks, aod::TracksExtra>;
339340
extern template struct soa::Join<aod::Tracks, aod::TracksCov, aod::TracksExtra>;
340341
extern template struct soa::Join<aod::TracksExtension, aod::StoredTracks>;
341342
} // namespace soa

Framework/Core/src/AnalysisDataModel.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
namespace o2::soa
1414
{
1515
template struct Join<aod::BCs, aod::Timestamps>;
16+
template struct Join<aod::Tracks, aod::TracksExtra>;
1617
template struct Join<aod::Tracks, aod::TracksCov, aod::TracksExtra>;
1718
template struct Join<aod::FwdTracks, aod::FwdTracksCov>;
1819
template struct Join<aod::TransientV0s, aod::StoredV0s>;

0 commit comments

Comments
 (0)