#include <Shower.h>
Public Member Functions | |
Event (long capacity=100) | |
Constructor. | |
long | append (Particle entryin) |
Input of new particle at the end of the event record. | |
void | remove (long index) |
Removal of particle. | |
Particle & | operator[] (long i) |
Overload index operator to access element of Particle vector. | |
const Particle & | operator[] (long i) const |
Overload index operator to access element of Particle vector. | |
bool | isDescendent (long, long) const |
Find if given entry is daughter/granddaughter/. | |
long | size () const |
Query or reset size. | |
void | zero () |
Query or reset size. | |
void | colIndx (long indx) |
Manipulate colour index. | |
long | colIndx () const |
Manipulate colour index. | |
Private Attributes | |
vector< Particle > | entry |
NOT DOCUMENTED. | |
long | maxColIndx |
NOT DOCUMENTED. | |
Friends | |
ostream & | operator<< (ostream &, const Event &) |
Print an event. |
Used by the internal Pythia7 Shower classes.
Definition at line 28 of file Shower.h.
bool Pythia7::Shower::Event::isDescendent | ( | long | , | |
long | ||||
) | const |
Find if given entry is daughter/granddaughter/.
.. of another one.