Pythia7::Shower::Event Class Reference

This class hold a partonic event, which is to shower (on input) or has showered (on output). More...

#include <Shower.h>

List of all members.

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.
Particleoperator[] (long i)
 Overload index operator to access element of Particle vector.
const Particleoperator[] (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< Particleentry
 NOT DOCUMENTED.
long maxColIndx
 NOT DOCUMENTED.

Friends

ostream & operator<< (ostream &, const Event &)
 Print an event.


Detailed Description

This class hold a partonic event, which is to shower (on input) or has showered (on output).

Used by the internal Pythia7 Shower classes.

Definition at line 28 of file Shower.h.


Member Function Documentation

bool Pythia7::Shower::Event::isDescendent ( long  ,
long   
) const

Find if given entry is daughter/granddaughter/.

.. of another one.


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

Generated on Thu Apr 29 12:45:36 2010 for Pythia7 by  doxygen 1.5.5