MINT2
|
#include <IIDalitzEventList.h>
Public Member Functions | |
virtual bool | Add (MINT::counted_ptr< IDalitzEvent > evtPtr)=0 |
Public Member Functions inherited from MINT::IEventList< IDalitzEvent > | |
virtual const IDalitzEvent & | operator[] (unsigned int i) const=0 |
virtual IDalitzEvent & | operator[] (unsigned int i)=0 |
virtual | ~IEventList () |
Public Member Functions inherited from MINT::IMinimalEventList< IDalitzEvent > | |
virtual unsigned int | size () const=0 |
virtual IDalitzEvent | getEvent (unsigned int i) const=0 |
virtual bool | Add (const IDalitzEvent &evt)=0 |
Additional Inherited Members | |
Protected Member Functions inherited from MINT::IEventList< IDalitzEvent > | |
IEventList () | |
Protected Member Functions inherited from MINT::IMinimalEventList< IDalitzEvent > | |
IMinimalEventList () | |
Definition at line 13 of file IIDalitzEventList.h.
|
pure virtual |