Atlfast::TrackPrinter Class Reference

List of all members.

Public Member Functions

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

Private Attributes

int m_count
MsgStream & m_log

Detailed Description

Definition at line 26 of file TrackDumper.cxx.


Constructor & Destructor Documentation

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

Definition at line 28 of file TrackDumper.cxx.

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


Member Function Documentation

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

Definition at line 29 of file TrackDumper.cxx.

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


Member Data Documentation

int Atlfast::TrackPrinter::m_count [private]

Definition at line 34 of file TrackDumper.cxx.

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

Definition at line 35 of file TrackDumper.cxx.


The documentation for this class was generated from the following file:
Generated on Mon Sep 24 14:19:32 2007 for AtlfastAlgs by  doxygen 1.5.1