We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924ed29 commit 72efd78Copy full SHA for 72efd78
1 file changed
DataFormats/Detectors/FIT/FV0/src/DataFormatsFV0LinkDef.h
@@ -18,6 +18,8 @@
18
#pragma link C++ class o2::fv0::Hit + ;
19
#pragma link C++ class vector < o2::fv0::Hit> + ;
20
#pragma link C++ class o2::fv0::MCLabel + ;
21
+#include "SimulationDataFormat/MCTruthContainer.h"
22
+#pragma link C++ class o2::dataformats::MCTruthContainer < o2::fv0::MCLabel> + ;
23
24
#pragma link C++ class o2::fv0::ChannelData + ;
25
#pragma link C++ class o2::fv0::Digit + ;
0 commit comments