Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Atlfast::TrackPrinter Class Reference

List of all members.

Public Methods

 TrackPrinter (MsgStream &log)
void operator() (const Track *t)

Private Attributes

int m_count
MsgStream & m_log

Constructor & Destructor Documentation

Atlfast::TrackPrinter::TrackPrinter MsgStream &    log [inline]
 

Definition at line 27 of file TrackDumper.cxx.

References m_count, and m_log.

00027 :m_count(0), m_log(log){}

Member Function Documentation

void Atlfast::TrackPrinter::operator() const Track *    t [inline]
 

Definition at line 28 of file TrackDumper.cxx.

References m_count, and m_log.

00028                                    {
00029       //      cout<<setw(10)<<++m_count<<" "<<*t<<endl;
00030       m_log<< MSG::INFO <<++m_count<<" "<<*t<<endreq;
00031     }

Member Data Documentation

int Atlfast::TrackPrinter::m_count [private]
 

Definition at line 33 of file TrackDumper.cxx.

Referenced by operator()(), and TrackPrinter().

MsgStream& Atlfast::TrackPrinter::m_log [private]
 

Definition at line 34 of file TrackDumper.cxx.

Referenced by operator()(), and TrackPrinter().


The documentation for this class was generated from the following file:
Generated on Tue Mar 18 11:18:49 2003 for AtlfastAlgs by doxygen1.3-rc1