Skip to content

Commit 12c8aff

Browse files
pcanaldpiparo
authored andcommitted
Add dictionary for TBulkBranchRead.
The class is transient so the dictionary is not needed by itself. However not having the dictionary leads to a lookup for the class namespace 'ROOT::Experimental' and this leads to loading of the 'first' library that has a dictionary for something in 'ROOT::Experimental'. This is undesirable (i.e. load the Eve library for a simple TTree job), so we create the dictionary for TBulkBranchRead.
1 parent 29f9eb7 commit 12c8aff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tree/tree/inc/LinkDef.h

+1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@
9696
#pragma link C++ class ROOT::Internal::TreeUtils::RNoCleanupNotifier;
9797
#pragma link C++ class TNotifyLink<ROOT::Internal::TreeUtils::RNoCleanupNotifierHelper>;
9898

99+
#pragma link C++ class ROOT::Experimental::Internal::TBulkBranchRead+;
99100
#endif

0 commit comments

Comments
 (0)