Event data class. More...
#include <EV_Data.h>


Public Member Functions | |
| EV_Data () | |
| Constructor.   | |
| ~EV_Data () | |
| Destructor.   | |
| void | Reset () | 
| Clear the event information.   | |
Private Attributes | |
| int | nEV | 
Friends | |
| class | EventAction | 
Event data class.
Definition at line 29 of file EV_Data.h.
| EV_Data::EV_Data | ( | ) | 
Constructor.
| EV_Data::~EV_Data | ( | ) | 
Destructor.
Definition at line 41 of file EV_Data.cc.
| void EV_Data::Reset | ( | ) | 
Clear the event information.
Definition at line 47 of file EV_Data.cc.
Referenced by EventAction::EndOfEventAction().

friend class EventAction [friend] | 
        
int EV_Data::nEV [private] | 
        
Definition at line 51 of file EV_Data.h.
Referenced by EventAction::EndOfEventAction().
 1.7.2