AtlfastDumpCoorObject.cxx

Go to the documentation of this file.
00001 #include "AtlfastEvent/AtlfastDumpCoorObject.h"
00002 #include "AtlfastEvent/IKinematic.h"
00003 #include <iostream>
00004 
00005 
00006 #ifndef STD_STRING_H
00007 #include <string>
00008 #define STD_STRING_H
00009 #endif
00010 
00011 namespace Atlfast{
00012   
00013   AtlfastDumpCoorObject::AtlfastDumpCoorObject(const std::string& coordinates):
00014     m_coordinates(coordinates){
00015     }
00016 
00017     void AtlfastDumpCoorObject::operator()(const IKinematic* a)const{
00018       a->dumpCoordinates(m_coordinates);
00019     }
00020 }

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