IAODNavigation.h

Go to the documentation of this file.
00001 
00007 #ifndef ATLFAST_IAODNAVIGATION_H
00008 #define ATLFAST_IAODNAVIGATION_H
00009 
00010 /*
00011 #ifndef EVENTKERNEL_INAVIGABLE4MOMENTUM_H
00012 #include "EventKernel/INavigable4Momentum.h"
00013 #endif
00014 */
00015 
00016 #ifndef ATLFAST_IKINEMATIC_H
00017 #include "AtlfastEvent/IKinematic.h"
00018 #endif
00019 
00020 class INavigationToken;
00021 
00022 namespace Atlfast {
00023   class IAODNavigation: 
00024 
00025     virtual public IKinematic{
00026 
00027     public:
00028     virtual ~IAODNavigation(){}
00029     virtual void fillNavTokenFromAssocs(INavigationToken&) const  = 0 ;
00030     };
00031   
00032 }
00033 #endif
00034 
00035 
00036 
00037 
00038 
00039 
00040 
00041 
00042 
00043 
00044 
00045 
00046 
00047 

Generated on Fri Sep 21 13:00:08 2007 for AtlfastEvent by  doxygen 1.5.1