#include "GaudiKernel/SmartRef.h" #include "GaudiKernel/DataObject.h" #include "GaudiKernel/ContainedObject.h" #include "GaudiKernel/ObjectVector.h" #include "Event.h" #include "Collision.h" #include "MyTrack.h" #include "MyVertex.h" //template ObjectVector; //template ObjectVector; //template std::vector* >; struct __Instantiations { ObjectVector o1; ObjectVector o2; std::vector* > o3; std::vector o4; std::vector o5; std::vector > o6; std::vector > o7; KeyedContainer o8; KeyedContainer o9; KeyedObject o10; std::pair o11; };