Skip to content

Commit ab2bbbd

Browse files
committed
Preload Smatrix, TreePlayer, Proof and Geom.
This is needed due to see this commit: fc24e98
1 parent 8f967cc commit ab2bbbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

core/metacling/src/TCling.cxx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,10 @@ static void RegisterCommonCxxModules(cling::Interpreter &clingInterp)
11691169
LoadModules(CommonModules, clingInterp);
11701170

11711171
// These modules should not be preloaded but they fix issues.
1172-
std::vector<std::string> FIXMEModules = {"Hist", "Gpad", "Graf", "GenVector", "Tree", "Physics"};
1172+
std::vector<std::string> FIXMEModules = {"Hist", "Gpad", "Graf",
1173+
"GenVector", "Smatrix", "Tree",
1174+
"TreePlayer", "Physics",
1175+
"Proof", "Geom"};
11731176
LoadModules(FIXMEModules, clingInterp);
11741177

11751178
loadGlobalModuleIndex(SourceLocation(), clingInterp);

0 commit comments

Comments
 (0)