#include <AtlfastDumpCoorObject.h>
Collaboration diagram for Atlfast::AtlfastDumpCoorObject:
Public Member Functions | |
AtlfastDumpCoorObject (const std::string &coordinates) | |
void | operator() (const IKinematic *) const |
Private Attributes | |
std::string | m_coordinates |
stuff to put at the begining of debug lines (eg tab) |
Definition at line 20 of file AtlfastDumpCoorObject.h.
Atlfast::AtlfastDumpCoorObject::AtlfastDumpCoorObject | ( | const std::string & | coordinates | ) |
Definition at line 13 of file AtlfastDumpCoorObject.cxx.
00013 : 00014 m_coordinates(coordinates){ 00015 }
void Atlfast::AtlfastDumpCoorObject::operator() | ( | const IKinematic * | ) | const |
Definition at line 17 of file AtlfastDumpCoorObject.cxx.
00017 { 00018 a->dumpCoordinates(m_coordinates); 00019 }
std::string Atlfast::AtlfastDumpCoorObject::m_coordinates [private] |
stuff to put at the begining of debug lines (eg tab)
Definition at line 26 of file AtlfastDumpCoorObject.h.