AtlfastProtoJet.cxx

Go to the documentation of this file.
00001 #include "AtlfastEvent/AtlfastProtoJet.h"
00002 // Navigation headers
00003 #include "NavigationEvent/INavigationToken.h"
00004 #include "NavigationEvent/NavigationToken.h"
00005 
00006 
00007 namespace Atlfast {
00008 void AtlfastProtoJet::fillToken(INavigationToken & thisToken) const
00009 {
00010   this->fillToken(thisToken,1.0);
00011 }
00012 
00014 void
00015 AtlfastProtoJet::fillToken(INavigationToken& , double) const
00016 {
00017   // type check
00018   //NavigationToken<AtlfastProtoJet>*  myToken =
00019   //  dynamic_cast< NavigationToken<AtlfastProtoJet>* > (&thisToken);
00020 
00021   // correct type
00022   //if ( myToken !=0 )
00023   //  {
00024   //    myToken->setObject(this,weight);
00025   //  }
00026 
00027 }
00028 
00029 }

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