StRoot
1
|
Abstract base class for particle in the event. This class also handles boosting. More...
#include <TauolaParticle.h>
Abstract base class for particle in the event. This class also handles boosting.
TauolaParticle is a Tauola representation of a particle. It has virtual getter and setter methods that need to be implemented by a derived class. An example of this is TauolaHepMCParticle. In this way it provides an interface to the information in the Event Record.
The class is also responsible for decays and contains the polarimetric vector returned from tauola. All boosting is also done here.