#include <Count.hh>
Inheritance diagram for Count:


Public Member Functions | |
| Count (const std::string _fileName) | |
| ~Count () | |
| unsigned int | getNumberOfEvent () |
| void | processEvent (LCEvent *evt) |
| void | modifyEvent (LCEvent *evt) |
Private Attributes | |
| unsigned int | counter |
| bool | compute |
Definition at line 20 of file Count.hh.
| Count::Count | ( | const std::string | _fileName | ) |
| unsigned int Count::getNumberOfEvent | ( | ) |
Definition at line 43 of file Count.cpp.
00044 { 00045 if ( !compute ) 00046 { 00047 throw MicroException("Number of event not compute yet"); 00048 } 00049 00050 return counter; 00051 }
| void Count::processEvent | ( | LCEvent * | evt | ) |
| void Count::modifyEvent | ( | LCEvent * | evt | ) | [inline] |
unsigned int Count::counter [private] |
bool Count::compute [private] |
1.4.7