202 static bool first =
true;
205 #if ROOT_VERSION_CODE < ROOT_VERSION( 5, 99, 0 ) 206 gSystem->Load(
"libCintex" );
207 gROOT->ProcessLine(
"Cintex::Cintex::Enable()" );
208 gROOT->ProcessLine(
"#include <vector>" );
209 gInterpreter->EnableAutoLoading();
210 gInterpreter->AutoLoad(
"DataObject" );
211 gInterpreter->AutoLoad(
"PoolDbLinkManager" );
212 gSystem->Load(
"libGaudiKernelDict" );
213 gSystem->Load(
"libGaudiExamplesDict" );
215 gInterpreter->EnableAutoLoading();
216 gInterpreter->AutoLoad(
"DataObject" );
217 gInterpreter->AutoLoad(
"PoolDbLinkManager" );
220 bool b1 = makeStreamer<SmartRefBase>(
s );
221 bool b2 = makeStreamer<ContainedObject>(
s );
222 bool b3 = makeStreamer<pool::Token>(
s );
223 return b1 && b2 && b3;