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