00001 // Cluster implementation 00002 // 00003 00004 #include "AtlfastEvent/Cluster.h" 00005 00006 #include "GaudiKernel/ObjectList.h" 00007 #include "GaudiKernel/ObjectVector.h" 00008 #include "GaudiKernel/ObjectFactory.h" 00009 00010 static ContainedObjectFactory < Atlfast::Cluster > s_AtlfastClusterFactory; 00011 const IFactory& AtlfastClusterFactory = s_AtlfastClusterFactory; 00012 00013 namespace Atlfast { 00014 00015 } // end of namespace bracket 00016 00017 00018 00019 00020 00021 00022 00023