9 #ifndef THEPEG_Tau2HadronsDecayer_H 10 #define THEPEG_Tau2HadronsDecayer_H 13 #include "ThePEG/PDT/FlatDecayer.h" 145 static string className() {
return "ThePEG::Tau2HadronsDecayer"; }
149 static string library() {
return "Tau2HadronsDecayer.so"; }
PersistentIStream is used to read persistent objects from a stream where they were previously written...
The Particle class is used to describe an instance of a particle.
ClassTraitsType is an empty, non-polymorphic, base class.
A concreate implementation of ClassDescriptionBase describing a concrete class with persistent data...
virtual double reweight(const DecayMode &dm, const Particle &parent, const ParticleVector &children) const
Give a weight to a phase space point.
PersistentOStream is used to write objects persistently to a stream from which they can be read in ag...
static void Init()
Standard Init function used to initialize the interfaces.
This is the main namespace within which all identifiers in ThePEG are declared.
virtual ~Tau2HadronsDecayer()
Destructor.
static ClassDescription< Tau2HadronsDecayer > initTau2HadronsDecayer
Describe a concrete class with persistent data.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
RCPtr is a reference counted (smart) pointer.
virtual bool accept(const DecayMode &dm) const
Check if this decayer can perfom the decay specified by the given decay mode.
virtual IBPtr clone() const
Make a simple clone of this object.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Tau2HadronsDecayer & operator=(const Tau2HadronsDecayer &)
Private and non-existent assignment operator.
The default concrete implementation of ClassTraitsBase.
The Tau2HadronsDecayer class inherits FlatDecayer and can perform the decays of tau to neutrino + had...
The DecayMode class describes a decay channel of a particle.
vector< PPtr > ParticleVector
A vector of pointers to Particle objects.
BaseClassTraits describes the base classes of the templated class.
The FlatDecayer class inrerits from the abstract Decayer class and implements the decay of a given Pa...
The templated ClassTraitsBase class defines a set of default information about classes used by ThePEG...