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