218 static bool first =
true;
221 #if ROOT_VERSION_CODE < ROOT_VERSION( 5, 99, 0 ) 222 gSystem->Load(
"libCintex" );
223 gROOT->ProcessLine(
"Cintex::Cintex::Enable()" );
224 gROOT->ProcessLine(
"#include <vector>" );
225 gInterpreter->EnableAutoLoading();
226 gInterpreter->AutoLoad(
"DataObject" );
227 gInterpreter->AutoLoad(
"PoolDbLinkManager" );
228 gSystem->Load(
"libGaudiKernelDict" );
229 gSystem->Load(
"libGaudiExamplesDict" );
231 gInterpreter->EnableAutoLoading();
232 gInterpreter->AutoLoad(
"DataObject" );
233 gInterpreter->AutoLoad(
"PoolDbLinkManager" );
236 bool b1 = makeStreamer<SmartRefBase>(
s );
237 bool b2 = makeStreamer<ContainedObject>(
s );
238 bool b3 = makeStreamer<pool::Token>(
s );
239 return b1 && b2 && b3;