EventStatHandler< LCE, SH > Class Template Reference

Template class for the LCEs StatHandler classes. More...

#include <stathandler.h>

Inheritance diagram for EventStatHandler< LCE, SH >:

Inheritance graph
[legend]
Collaboration diagram for EventStatHandler< LCE, SH >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 EventStatHandler (LCE *lce)
virtual ~EventStatHandler ()

Protected Attributes

LCE * _SHLinkedEvent
 Pointer to the linked LCE.


Detailed Description

template<class LCE, class SH>
class EventStatHandler< LCE, SH >

Template class for the LCEs StatHandler classes.

Constructor links to a give LCE. The LCE can be accessed through the _SHLinkedEvent member to get the stats.

Definition at line 206 of file stathandler.h.


Constructor & Destructor Documentation

template<class LCE, class SH >
EventStatHandler< LCE, SH >::EventStatHandler ( LCE *  lce  )  [inline]

Definition at line 215 of file stathandler.h.

00216 {
00217   _SHLinkedEvent = lce;
00218 }

template<class LCE, class SH>
virtual EventStatHandler< LCE, SH >::~EventStatHandler (  )  [inline, virtual]

Definition at line 212 of file stathandler.h.

00212 { }


Member Data Documentation

template<class LCE, class SH>
LCE* EventStatHandler< LCE, SH >::_SHLinkedEvent [protected]

Pointer to the linked LCE.

Definition at line 209 of file stathandler.h.

Referenced by EventStatHandler< LCE, SH >::EventStatHandler().


The documentation for this class was generated from the following file:

Generated for Nemo v2.1.2 by  doxygen 1.5.8 -- Nemo is hosted by  SourceForge.net Logo