herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
ScalarMeson
PScalarLeptonNeutrinoDecayer.h
1
// -*- C++ -*-
2
//
3
// PScalarLeptonNeutrinoDecayer.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4
// Copyright (C) 2002-2019 The Herwig Collaboration
5
//
6
// Herwig 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 HERWIG_PScalarLeptonNeutrinoDecayer_H
10
#define HERWIG_PScalarLeptonNeutrinoDecayer_H
11
// This is the declaration of the PScalarLeptonNeutrinoDecayer class.
12
13
#include "Herwig/Decay/DecayIntegrator.h"
14
#include "ThePEG/Helicity/LorentzSpinorBar.h"
15
16
namespace
Herwig
{
17
using namespace
ThePEG
;
18
38
class
PScalarLeptonNeutrinoDecayer
:
public
DecayIntegrator
{
39
46
virtual
int
modeNumber
(
bool
& cc,
tcPDPtr
parent,
47
const
tPDVector
& children)
const
;
48
58
double
me2
(
const
int
ichan,
const
Particle
& part,
59
const
tPDVector
&
outgoing
,
60
const
vector<Lorentz5Momentum> & momenta,
61
MEOption
meopt)
const
;
62
66
virtual
void
constructSpinInfo
(
const
Particle
& part,
67
ParticleVector
outgoing
)
const
;
68
74
virtual
void
dataBaseOutput
(ofstream & os,
bool
header)
const
;
75
76
public
:
77
84
void
persistentOutput
(
PersistentOStream
& os)
const
;
85
91
void
persistentInput
(
PersistentIStream
& is,
int
version);
93
97
static
void
Init
();
98
99
protected
:
100
107
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
108
113
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
115
116
protected
:
117
120
126
virtual
void
doinit
();
127
131
virtual
void
doinitrun
();
133
134
public
:
135
139
string
setUpDecayMode
(
string
arg);
140
141
private
:
142
146
PScalarLeptonNeutrinoDecayer
&
operator=
(
const
PScalarLeptonNeutrinoDecayer
&) =
delete
;
147
148
private
:
149
153
vector<int>
incoming_
;
154
159
vector<Energy>
decayConstant_
;
160
164
vector<unsigned int>
leptons_
;
165
169
vector<array<double,3> >
maxWeight_
;
170
174
mutable
RhoDMatrix
rho_
;
175
179
mutable
vector<Helicity::LorentzSpinor <SqrtEnergy> >
wave_
;
180
184
mutable
vector<Helicity::LorentzSpinorBar<SqrtEnergy> >
wavebar_
;
185
186
};
187
188
}
189
190
191
#endif
/* HERWIG_PScalarLeptonNeutrinoDecayer_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::PScalarLeptonNeutrinoDecayer
The PScalarLeptonNeutrinoDecayer class is designed for the decay of pseudoscalar mesons to a lepton a...
Definition:
PScalarLeptonNeutrinoDecayer.h:38
Herwig::PScalarLeptonNeutrinoDecayer::modeNumber
virtual int modeNumber(bool &cc, tcPDPtr parent, const tPDVector &children) const
Which of the possible decays is required.
Herwig::PScalarLeptonNeutrinoDecayer::Init
static void Init()
Standard Init function used to initialize the interfaces.
Herwig::PScalarLeptonNeutrinoDecayer::wave_
vector< Helicity::LorentzSpinor< SqrtEnergy > > wave_
Spinors for the decay products.
Definition:
PScalarLeptonNeutrinoDecayer.h:179
Herwig::PScalarLeptonNeutrinoDecayer::incoming_
vector< int > incoming_
the PDG code for the incoming particle
Definition:
PScalarLeptonNeutrinoDecayer.h:153
Herwig::PScalarLeptonNeutrinoDecayer::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::PScalarLeptonNeutrinoDecayer::constructSpinInfo
virtual void constructSpinInfo(const Particle &part, ParticleVector outgoing) const
Construct the SpinInfos for the particles produced in the decay.
Herwig::PScalarLeptonNeutrinoDecayer::dataBaseOutput
virtual void dataBaseOutput(ofstream &os, bool header) const
Output the setup information for the particle database.
Herwig::PScalarLeptonNeutrinoDecayer::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::PScalarLeptonNeutrinoDecayer::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::PScalarLeptonNeutrinoDecayer::wavebar_
vector< Helicity::LorentzSpinorBar< SqrtEnergy > > wavebar_
barred spinors for the decay products
Definition:
PScalarLeptonNeutrinoDecayer.h:184
Herwig::PScalarLeptonNeutrinoDecayer::leptons_
vector< unsigned int > leptons_
which outgoing leptons are allowed for a particular decay
Definition:
PScalarLeptonNeutrinoDecayer.h:164
Herwig::PScalarLeptonNeutrinoDecayer::doinitrun
virtual void doinitrun()
Initialize this object to the begining of the run phase.
Herwig::PScalarLeptonNeutrinoDecayer::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
PScalarLeptonNeutrinoDecayer.h:107
Herwig::PScalarLeptonNeutrinoDecayer::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::PScalarLeptonNeutrinoDecayer::rho_
RhoDMatrix rho_
Spin density matrix.
Definition:
PScalarLeptonNeutrinoDecayer.h:174
Herwig::PScalarLeptonNeutrinoDecayer::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
PScalarLeptonNeutrinoDecayer.h:113
Herwig::PScalarLeptonNeutrinoDecayer::operator=
PScalarLeptonNeutrinoDecayer & operator=(const PScalarLeptonNeutrinoDecayer &)=delete
Private and non-existent assignment operator.
Herwig::PScalarLeptonNeutrinoDecayer::decayConstant_
vector< Energy > decayConstant_
the meson decay constant for a particular particle multiplied by the CKM matrix element,...
Definition:
PScalarLeptonNeutrinoDecayer.h:159
Herwig::PScalarLeptonNeutrinoDecayer::maxWeight_
vector< array< double, 3 > > maxWeight_
The maximum weight for the integration of decay to ( , , ).
Definition:
PScalarLeptonNeutrinoDecayer.h:169
Herwig::PScalarLeptonNeutrinoDecayer::setUpDecayMode
string setUpDecayMode(string arg)
Set the parameters for a decay mode.
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