thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
PDT
Tau2HadronsDecayer.h
1
// -*- C++ -*-
2
//
3
// Tau2HadronsDecayer.h is a part of ThePEG - Toolkit for HEP Event Generation
4
// Copyright (C) 1999-2019 Leif Lonnblad
5
//
6
// ThePEG is licenced under version 3 of the GPL, see COPYING for details.
7
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8
//
9
#ifndef THEPEG_Tau2HadronsDecayer_H
10
#define THEPEG_Tau2HadronsDecayer_H
11
// This is the declaration of the Tau2HadronsDecayer class.
12
13
#include "ThePEG/PDT/FlatDecayer.h"
14
15
namespace
ThePEG
{
16
25
class
Tau2HadronsDecayer
:
public
FlatDecayer
{
26
27
public
:
28
38
virtual
bool
accept
(
const
DecayMode
& dm)
const
;
39
51
virtual
double
reweight
(
const
DecayMode
& dm,
const
Particle
& parent,
52
const
ParticleVector
& children)
const
;
54
55
public
:
56
57
64
void
persistentOutput
(
PersistentOStream
& os)
const
;
65
71
void
persistentInput
(
PersistentIStream
& is,
int
version);
73
77
static
void
Init
();
78
79
protected
:
80
81
82
protected
:
83
90
virtual
IBPtr
clone
()
const
;
91
96
virtual
IBPtr
fullclone
()
const
;
98
99
private
:
100
104
static
ClassDescription<Tau2HadronsDecayer>
initTau2HadronsDecayer
;
105
109
Tau2HadronsDecayer
&
operator=
(
const
Tau2HadronsDecayer
&) =
delete
;
110
111
};
112
113
}
114
115
116
namespace
ThePEG
{
117
122
template
<>
123
struct
BaseClassTrait<Tau2HadronsDecayer,1>:
public
ClassTraitsType {
125
typedef
FlatDecayer
NthBase
;
126
};
127
131
template
<>
132
struct
ClassTraits<Tau2HadronsDecayer>
133
:
public
ClassTraitsBase<Tau2HadronsDecayer> {
135
static
string
className
() {
return
"ThePEG::Tau2HadronsDecayer"
; }
139
static
string
library
() {
return
"Tau2HadronsDecayer.so"
; }
140
};
141
144
}
145
146
#endif
/* THEPEG_Tau2HadronsDecayer_H */
ThePEG::ClassDescription
A concreate implementation of ClassDescriptionBase describing a concrete class with persistent data.
Definition:
ClassDescription.h:333
ThePEG::DecayMode
The DecayMode class describes a decay channel of a particle.
Definition:
DecayMode.h:87
ThePEG::FlatDecayer
The FlatDecayer class inrerits from the abstract Decayer class and implements the decay of a given Pa...
Definition:
FlatDecayer.h:33
ThePEG::Particle
The Particle class is used to describe an instance of a particle.
Definition:
Particle.h:83
ThePEG::PersistentIStream
PersistentIStream is used to read persistent objects from a stream where they were previously written...
Definition:
PersistentIStream.h:48
ThePEG::PersistentOStream
PersistentOStream is used to write objects persistently to a stream from which they can be read in ag...
Definition:
PersistentOStream.h:51
ThePEG::Pointer::RCPtr
RCPtr is a reference counted (smart) pointer.
Definition:
RCPtr.h:60
ThePEG::Tau2HadronsDecayer
The Tau2HadronsDecayer class inherits FlatDecayer and can perform the decays of tau to neutrino + had...
Definition:
Tau2HadronsDecayer.h:25
ThePEG::Tau2HadronsDecayer::reweight
virtual double reweight(const DecayMode &dm, const Particle &parent, const ParticleVector &children) const
Give a weight to a phase space point.
ThePEG::Tau2HadronsDecayer::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
ThePEG::Tau2HadronsDecayer::initTau2HadronsDecayer
static ClassDescription< Tau2HadronsDecayer > initTau2HadronsDecayer
Describe a concrete class with persistent data.
Definition:
Tau2HadronsDecayer.h:104
ThePEG::Tau2HadronsDecayer::clone
virtual IBPtr clone() const
Make a simple clone of this object.
ThePEG::Tau2HadronsDecayer::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
ThePEG::Tau2HadronsDecayer::accept
virtual bool accept(const DecayMode &dm) const
Check if this decayer can perfom the decay specified by the given decay mode.
ThePEG::Tau2HadronsDecayer::Init
static void Init()
Standard Init function used to initialize the interfaces.
ThePEG::Tau2HadronsDecayer::operator=
Tau2HadronsDecayer & operator=(const Tau2HadronsDecayer &)=delete
Private and non-existent assignment operator.
ThePEG::Tau2HadronsDecayer::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
ThePEG
This is the main namespace within which all identifiers in ThePEG are declared.
Definition:
FactoryBase.h:28
ThePEG::ParticleVector
vector< PPtr > ParticleVector
A vector of pointers to Particle objects.
Definition:
Containers.h:73
ThePEG::BaseClassTrait::NthBase
int NthBase
The type of the BaseN'th base class (int means there are no further base classes).
Definition:
ClassTraits.h:161
ThePEG::ClassTraitsBase::className
static string className()
Return the name of class T.
Definition:
ClassTraits.h:66
ThePEG::ClassTraitsBase::library
static string library()
The name of a file containing the dynamic library where the class T is implemented.
Definition:
ClassTraits.h:85
Generated on Thu Jun 20 2024 14:47:00 for ThePEG by
1.9.6