HepMC3 event record library
|
The EventGroup represents a set of events which are to be considered together.
#include <LHEF.h>
Public Member Functions | |
EventGroup () | |
EventGroup (const EventGroup &) | |
EventGroup & | operator= (const EventGroup &) |
void | clear () |
~EventGroup () | |
Data Fields | |
int | nreal |
int | ncounter |
T | elements |
STL member. | |
|
inline |
|
inline |
|
inline |
The destructor deletes the included HEPEUP objects.
Definition at line 2707 of file LHEF.h.
References EventGroup::clear().
|
inline |
The assignment also copies the included HEPEUP object.
Definition at line 2716 of file LHEF.h.
References EventGroup::clear(), EventGroup::ncounter, and EventGroup::nreal.
|
inherited |
STL member.
int ncounter |