Skip to content

Commit 72efd78

Browse files
committed
Fix missing dictionary entry for o2::fv0::MCLabel
1 parent 924ed29 commit 72efd78

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DataFormats/Detectors/FIT/FV0/src/DataFormatsFV0LinkDef.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#pragma link C++ class o2::fv0::Hit + ;
1919
#pragma link C++ class vector < o2::fv0::Hit> + ;
2020
#pragma link C++ class o2::fv0::MCLabel + ;
21+
#include "SimulationDataFormat/MCTruthContainer.h"
22+
#pragma link C++ class o2::dataformats::MCTruthContainer < o2::fv0::MCLabel> + ;
2123

2224
#pragma link C++ class o2::fv0::ChannelData + ;
2325
#pragma link C++ class o2::fv0::Digit + ;

0 commit comments

Comments
 (0)