| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DayaBay::TESDemoTracer Class Reference

#include <TESDemoTracer.h>

Inheritance diagram for DayaBay::TESDemoTracer:

[legend]
Collaboration diagram for DayaBay::TESDemoTracer:
[legend]
List of all members.

Public Member Functions

virtual ~TESDemoTracer ()

Static Public Member Functions

static void setMessageSvc (IMessageSvc *msgSvc, const std::string &name)

Protected Member Functions

 TESDemoTracer ()
virtual std::ostream & fillStream (std::ostream &) const

Static Private Attributes

static MsgStreamm_msgStream = 0

Detailed Description

Definition at line 15 of file TESDemoTracer.h.


Constructor & Destructor Documentation

TESDemoTracer::~TESDemoTracer (  )  [virtual]

Definition at line 15 of file TESDemoTracer.cpp.

00015                               {
00016   if (0 != m_msgStream) {
00017     (*m_msgStream) << MSG::DEBUG
00018                 << "The object at "
00019                 << this
00020                 << " has been destroyed"
00021                 << endreq;
00022   }
00023 }

TESDemoTracer::TESDemoTracer (  )  [protected]

Definition at line 5 of file TESDemoTracer.cpp.

00005                              {
00006   if (0 != m_msgStream) {
00007     (*m_msgStream) << MSG::DEBUG
00008                 << "The object at "
00009                 << this
00010                 << " has been created"
00011                 << endreq;
00012   }
00013 }


Member Function Documentation

void TESDemoTracer::setMessageSvc ( IMessageSvc msgSvc,
const std::string &  name 
) [static]

Definition at line 25 of file TESDemoTracer.cpp.

00026                                                          {
00027   m_msgStream = new MsgStream(value,
00028                               name);
00029 }

std::ostream & TESDemoTracer::fillStream ( std::ostream &   )  const [protected, virtual]

Reimplemented in DayaBay::TESDemoPositron.

Definition at line 31 of file TESDemoTracer.cpp.

00031                                                               {
00032   return stream;
00033 }


Member Data Documentation

MsgStream * TESDemoTracer::m_msgStream = 0 [static, private]

Definition at line 27 of file TESDemoTracer.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:39:15 2011 for TESDemoData by doxygen 1.4.7