00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: IParticleLinkContainer_v1.h 637086 2014-12-19 16:02:19Z kkoeneke $ 00003 #ifndef XAODPARTICLEEVENT_VERSIONS_IPARTICLELINKCONTAINER_V1_H 00004 #define XAODPARTICLEEVENT_VERSIONS_IPARTICLELINKCONTAINER_V1_H 00005 00006 // STL includes 00007 #include <vector> 00008 00009 // Local include(s): 00010 #include "xAODParticleEvent/versions/IParticleLink_v1.h" 00011 00012 namespace xAOD { 00014 // class IParticleLinkContainer_v1 : public std::vector< IParticleLink_v1 > { 00015 // }; // class IParticleLinkContainer_v1 00016 typedef std::vector< IParticleLink_v1 > IParticleLinkContainer_v1; 00017 } 00018 00019 #endif // XAODPARTICLEEVENT_VERSIONS_IPARTICLELINKCONTAINER_V1_H