Atlfast::AtlfastDumpCoorObject Class Reference

#include <AtlfastDumpCoorObject.h>

Collaboration diagram for Atlfast::AtlfastDumpCoorObject:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

Definition at line 20 of file AtlfastDumpCoorObject.h.


Constructor & Destructor Documentation

Atlfast::AtlfastDumpCoorObject::AtlfastDumpCoorObject ( const std::string &  coordinates  ) 

Definition at line 13 of file AtlfastDumpCoorObject.cxx.

00013                                                                           :
00014     m_coordinates(coordinates){
00015     }


Member Function Documentation

void Atlfast::AtlfastDumpCoorObject::operator() ( const IKinematic  )  const

Definition at line 17 of file AtlfastDumpCoorObject.cxx.

00017                                                                   {
00018       a->dumpCoordinates(m_coordinates);
00019     }


Member Data Documentation

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.


The documentation for this class was generated from the following files:
Generated on Fri Sep 21 13:00:19 2007 for AtlfastEvent by  doxygen 1.5.1