MINT2
|
#include <IEventList.h>
Public Member Functions | |
virtual const EVENT_TYPE & | operator[] (unsigned int i) const =0 |
virtual EVENT_TYPE & | operator[] (unsigned int i)=0 |
virtual | ~IEventList () |
Public Member Functions inherited from MINT::IMinimalEventList< EVENT_TYPE > | |
virtual unsigned int | size () const =0 |
virtual EVENT_TYPE | getEvent (unsigned int i) const =0 |
virtual bool | Add (const EVENT_TYPE &evt)=0 |
Protected Member Functions | |
IEventList () | |
Protected Member Functions inherited from MINT::IMinimalEventList< EVENT_TYPE > | |
IMinimalEventList () | |
Definition at line 16 of file IEventList.h.
|
inlineprotected |
Definition at line 20 of file IEventList.h.
|
inlinevirtual |
Definition at line 31 of file IEventList.h.
|
pure virtual |
Implemented in MINT::EventList< EVENT_TYPE >, and MINT::EventList< DalitzEvent >.
|
pure virtual |
Implemented in MINT::EventList< EVENT_TYPE >, and MINT::EventList< DalitzEvent >.