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