![]() |
|
|
Generated: 18 Jul 2008 |
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Timing.h"
Include dependency graph for TimerForSequencer.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | TimerForSequencer |
| Auxilliary class. More... | |
Functions | |
| MsgStream & | operator<< (MsgStream &ms, const TimerForSequencer &count) |
| MsgStream& operator<< | ( | MsgStream & | ms, | |
| const TimerForSequencer & | count | |||
| ) | [inline] |
Definition at line 113 of file TimerForSequencer.h.
References TimerForSequencer::fillStream(), and Gaudi::Units::ms.
00113 { 00114 return count.fillStream( ms ); 00115 }