HepMC event record
Public Member Functions | Data Fields
EventGroup Struct Reference

Detailed Description

The EventGroup represents a set of events which are to be considered together.

Definition at line 1783 of file build/outputs/include/HepMC/LHEF.h.

#include <LHEF.h>

+ Inheritance diagram for EventGroup:
+ Collaboration diagram for EventGroup:

Public Member Functions

 EventGroup ()
 
 EventGroup (const EventGroup &)
 
EventGroupoperator= (const EventGroup &)
 
void clear ()
 
 ~EventGroup ()
 
 EventGroup ()
 
 EventGroup (const EventGroup &)
 
EventGroupoperator= (const EventGroup &)
 
void clear ()
 
 ~EventGroup ()
 

Data Fields

int nreal
 
int ncounter
 
elements
 STL member. More...
 

Constructor & Destructor Documentation

EventGroup ( )
inline

Initialize default values.

Definition at line 1788 of file build/outputs/include/HepMC/LHEF.h.

EventGroup ( const EventGroup eg)
inline

The copy constructor also copies the included HEPEUP object.

Definition at line 2417 of file build/outputs/include/HepMC/LHEF.h.

~EventGroup ( )
inline

The destructor deletes the included HEPEUP objects.

Definition at line 2413 of file build/outputs/include/HepMC/LHEF.h.

EventGroup ( )
inline

Initialize default values.

Definition at line 1788 of file include/HepMC/LHEF.h.

EventGroup ( const EventGroup )
inline

The copy constructor also copies the included HEPEUP object.

~EventGroup ( )
inline

The destructor deletes the included HEPEUP objects.

Member Function Documentation

void clear ( )
inline

Remove all subevents.

Definition at line 2406 of file build/outputs/include/HepMC/LHEF.h.

void clear ( )
inline

Remove all subevents.

EventGroup& operator= ( const EventGroup )
inline

The assignment also copies the included HEPEUP object.

EventGroup & operator= ( const EventGroup x)
inline

The assignment also copies the included HEPEUP object.

Definition at line 2422 of file build/outputs/include/HepMC/LHEF.h.

References EventGroup::clear(), EventGroup::ncounter, and EventGroup::nreal.

Field Documentation

T elements
inherited

STL member.

int ncounter

The number of counter events in this event group.

Definition at line 1818 of file build/outputs/include/HepMC/LHEF.h.

int nreal

The number of real events in this event group.

Definition at line 1813 of file build/outputs/include/HepMC/LHEF.h.


The documentation for this struct was generated from the following file: