herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
HeavyMeson
HQETRadiativeDecayer.h
1
// -*- C++ -*-
2
#ifndef Herwig_HQETRadiativeDecayer_H
3
#define Herwig_HQETRadiativeDecayer_H
4
//
5
// This is the declaration of the HQETRadiativeDecayer class.
6
//
7
8
#include "Herwig/Decay/DecayIntegrator.h"
9
#include "Herwig/Decay/PhaseSpaceMode.h"
10
#include "ThePEG/Helicity/LorentzPolarizationVector.h"
11
12
namespace
Herwig
{
13
14
using namespace
ThePEG
;
15
23
class
HQETRadiativeDecayer
:
public
DecayIntegrator
{
24
25
public
:
26
30
HQETRadiativeDecayer
() :
Ch_
(0.76),
Lambda_
(1.*GeV)
31
{}
32
39
virtual
int
modeNumber
(
bool
& cc,
tcPDPtr
parent,
40
const
tPDVector
& children)
const
;
41
51
double
me2
(
const
int
ichan,
const
Particle
& part,
52
const
tPDVector
&
outgoing
,
53
const
vector<Lorentz5Momentum> & momenta,
54
MEOption
meopt)
const
;
55
59
virtual
void
constructSpinInfo
(
const
Particle
& part,
60
ParticleVector
outgoing
)
const
;
61
70
bool
twoBodyMEcode
(
const
DecayMode
& dm,
int
& mecode,
double
& coupling)
const
;
71
77
virtual
void
dataBaseOutput
(ofstream & os,
bool
header)
const
;
78
79
public
:
80
87
void
persistentOutput
(
PersistentOStream
& os)
const
;
88
94
void
persistentInput
(
PersistentIStream
& is,
int
version);
96
103
static
void
Init
();
104
105
protected
:
106
113
virtual
IBPtr
clone
()
const
;
114
119
virtual
IBPtr
fullclone
()
const
;
121
122
protected
:
123
131
virtual
void
doinit
();
132
136
virtual
void
doinitrun
();
138
139
private
:
140
145
HQETRadiativeDecayer
&
operator=
(
const
HQETRadiativeDecayer
&) =
delete
;
146
147
public
:
148
152
string
setUpDecayMode
(
string
arg);
153
154
private
:
155
160
164
double
Ch_
;
166
171
Energy
Lambda_
;
173
181
vector<int>
incoming_
;
182
186
vector<int>
outgoing_
;
187
191
vector<int>
type_
;
192
196
vector<InvEnergy>
coupling_
;
197
201
vector<double>
maxWeight_
;
203
211
mutable
RhoDMatrix
rho_
;
212
216
mutable
vector<Helicity::LorentzPolarizationVector>
vecIn_
;
217
221
mutable
vector<Helicity::LorentzTensor<double> >
tensorIn_
;
222
226
mutable
vector<Helicity::LorentzPolarizationVector>
vecOut_
;
228
229
};
230
231
}
232
233
#endif
/* Herwig_HQETRadiativeDecayer_H */
Herwig::DecayIntegrator
Main class for Decayers implementing multi-channel phase space integration.
Definition:
DecayIntegrator.h:60
Herwig::DecayIntegrator::MEOption
MEOption
Enum for the matrix element option.
Definition:
DecayIntegrator.h:72
Herwig::HQETRadiativeDecayer
The HQETRadiativeDecayer class implements the electromagnetic decays of excited heavy,...
Definition:
HQETRadiativeDecayer.h:23
Herwig::HQETRadiativeDecayer::operator=
HQETRadiativeDecayer & operator=(const HQETRadiativeDecayer &)=delete
The assignment operator is private and must never be called.
Herwig::HQETRadiativeDecayer::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Herwig::HQETRadiativeDecayer::vecOut_
vector< Helicity::LorentzPolarizationVector > vecOut_
Storage of polarization vectors of the decay product.
Definition:
HQETRadiativeDecayer.h:226
Herwig::HQETRadiativeDecayer::Ch_
double Ch_
Coupings for the decays.
Definition:
HQETRadiativeDecayer.h:164
Herwig::HQETRadiativeDecayer::Lambda_
Energy Lambda_
A momentum scale characterising the convergence of the derivative expansion.
Definition:
HQETRadiativeDecayer.h:171
Herwig::HQETRadiativeDecayer::twoBodyMEcode
bool twoBodyMEcode(const DecayMode &dm, int &mecode, double &coupling) const
Specify the matrix element to be used in the running width calculation.
Herwig::HQETRadiativeDecayer::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::HQETRadiativeDecayer::doinitrun
virtual void doinitrun()
Initialize this object to the begining of the run phase.
Herwig::HQETRadiativeDecayer::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::HQETRadiativeDecayer::incoming_
vector< int > incoming_
Particles etc for thye different modes.
Definition:
HQETRadiativeDecayer.h:181
Herwig::HQETRadiativeDecayer::vecIn_
vector< Helicity::LorentzPolarizationVector > vecIn_
Storage of polarization vectors of the decaying particle.
Definition:
HQETRadiativeDecayer.h:216
Herwig::HQETRadiativeDecayer::coupling_
vector< InvEnergy > coupling_
Coupling for the decay.
Definition:
HQETRadiativeDecayer.h:196
Herwig::HQETRadiativeDecayer::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::HQETRadiativeDecayer::maxWeight_
vector< double > maxWeight_
the maximum weight for the decay
Definition:
HQETRadiativeDecayer.h:201
Herwig::HQETRadiativeDecayer::type_
vector< int > type_
Type of decay.
Definition:
HQETRadiativeDecayer.h:191
Herwig::HQETRadiativeDecayer::constructSpinInfo
virtual void constructSpinInfo(const Particle &part, ParticleVector outgoing) const
Construct the SpinInfos for the particles produced in the decay.
Herwig::HQETRadiativeDecayer::rho_
RhoDMatrix rho_
Storage of wavefunctions etx.
Definition:
HQETRadiativeDecayer.h:211
Herwig::HQETRadiativeDecayer::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::HQETRadiativeDecayer::tensorIn_
vector< Helicity::LorentzTensor< double > > tensorIn_
Storage of polarization tensors of the decaying particle.
Definition:
HQETRadiativeDecayer.h:221
Herwig::HQETRadiativeDecayer::HQETRadiativeDecayer
HQETRadiativeDecayer()
The default constructor.
Definition:
HQETRadiativeDecayer.h:30
Herwig::HQETRadiativeDecayer::setUpDecayMode
string setUpDecayMode(string arg)
Set the parameters for a decay mode.
Herwig::HQETRadiativeDecayer::me2
double me2(const int ichan, const Particle &part, const tPDVector &outgoing, const vector< Lorentz5Momentum > &momenta, MEOption meopt) const
Return the matrix element squared for a given mode and phase-space channel.
Herwig::HQETRadiativeDecayer::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Herwig::HQETRadiativeDecayer::outgoing_
vector< int > outgoing_
the PDG codes for outgoing heavy meson
Definition:
HQETRadiativeDecayer.h:186
Herwig::HQETRadiativeDecayer::modeNumber
virtual int modeNumber(bool &cc, tcPDPtr parent, const tPDVector &children) const
Which of the possible decays is required.
Herwig::HQETRadiativeDecayer::dataBaseOutput
virtual void dataBaseOutput(ofstream &os, bool header) const
Output the setup information for the particle database.
ThePEG::DecayMode
ThePEG::Particle
ThePEG::PersistentIStream
ThePEG::PersistentOStream
ThePEG::RhoDMatrix
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG::Helicity::outgoing
outgoing
ThePEG
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tPDVector
vector< tPDPtr > tPDVector
ThePEG::ParticleVector
vector< PPtr > ParticleVector
ThePEG::tcPDPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6