#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.
00113 { 00114 return count.fillStream( ms ); 00115 }