herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
Baryon
RadiativeDoublyHeavyBaryonDecayer.h
1
// -*- C++ -*-
2
#ifndef HERWIG_RadiativeDoublyHeavyBaryonDecayer_H
3
#define HERWIG_RadiativeDoublyHeavyBaryonDecayer_H
4
//
5
// This is the declaration of the RadiativeDoublyHeavyBaryonDecayer class.
6
//
7
8
#include "Baryon1MesonDecayerBase.h"
9
10
namespace
Herwig
{
11
using namespace
Herwig
;
12
30
class
RadiativeDoublyHeavyBaryonDecayer
:
public
Baryon1MesonDecayerBase
{
31
32
public
:
33
40
virtual
int
modeNumber
(
bool
& cc,
tcPDPtr
parent,
41
const
tPDVector
& children)
const
;
42
48
virtual
void
dataBaseOutput
(ofstream & os,
bool
header)
const
;
49
50
public
:
51
58
void
persistentOutput
(
PersistentOStream
& os)
const
;
59
65
void
persistentInput
(
PersistentIStream
& is,
int
version);
67
74
static
void
Init
();
75
76
protected
:
77
93
virtual
void
halfHalfVectorCoupling
(
int
imode
,Energy m0,Energy m1,Energy m2,
94
Complex
& A1,
Complex
& A2,
95
Complex
& B1,
Complex
& B2)
const
;
96
110
virtual
void
threeHalfHalfVectorCoupling
(
int
imode
,Energy m0,Energy m1,Energy m2,
111
Complex
& A1,
Complex
& A2,
Complex
& A3,
112
Complex
& B1,
Complex
& B2,
Complex
& B3)
const
;
114
115
protected
:
116
123
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
124
129
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
131
132
protected
:
133
141
virtual
void
doinit
();
142
147
virtual
void
doinitrun
();
149
150
private
:
151
156
RadiativeDoublyHeavyBaryonDecayer
&
operator=
(
const
RadiativeDoublyHeavyBaryonDecayer
&) =
delete
;
157
158
public
:
159
163
string
setUpDecayMode
(
string
arg);
164
165
private
:
166
170
vector<InvEnergy2>
coupling_
;
171
175
vector<int>
incoming_
;
176
180
vector<int>
outgoing_
;
181
185
vector<double>
maxWeight_
;
186
};
187
188
}
189
190
#endif
/* HERWIG_RadiativeDoublyHeavyBaryonDecayer_H */
Herwig::Baryon1MesonDecayerBase
The Baryon1MesonDecayerBase class is the base class for the decay of a baryon to another baryon and a...
Definition:
Baryon1MesonDecayerBase.h:57
Herwig::DecayIntegrator::imode
int imode() const
The mode being used for this decay.
Definition:
DecayIntegrator.h:118
Herwig::RadiativeDoublyHeavyBaryonDecayer
The RadiativeDoublyHeavyBaryonDecayer class is designed for the radiative decay of a baryon containin...
Definition:
RadiativeDoublyHeavyBaryonDecayer.h:30
Herwig::RadiativeDoublyHeavyBaryonDecayer::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::RadiativeDoublyHeavyBaryonDecayer::doinitrun
virtual void doinitrun()
Initialize this object.
Herwig::RadiativeDoublyHeavyBaryonDecayer::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::RadiativeDoublyHeavyBaryonDecayer::halfHalfVectorCoupling
virtual void halfHalfVectorCoupling(int imode, Energy m0, Energy m1, Energy m2, Complex &A1, Complex &A2, Complex &B1, Complex &B2) const
Coupling Members.
Herwig::RadiativeDoublyHeavyBaryonDecayer::operator=
RadiativeDoublyHeavyBaryonDecayer & operator=(const RadiativeDoublyHeavyBaryonDecayer &)=delete
The assignment operator is private and must never be called.
Herwig::RadiativeDoublyHeavyBaryonDecayer::setUpDecayMode
string setUpDecayMode(string arg)
Set the parameters for a decay mode.
Herwig::RadiativeDoublyHeavyBaryonDecayer::coupling_
vector< InvEnergy2 > coupling_
The coupling.
Definition:
RadiativeDoublyHeavyBaryonDecayer.h:170
Herwig::RadiativeDoublyHeavyBaryonDecayer::threeHalfHalfVectorCoupling
virtual void threeHalfHalfVectorCoupling(int imode, Energy m0, Energy m1, Energy m2, Complex &A1, Complex &A2, Complex &A3, Complex &B1, Complex &B2, Complex &B3) const
Couplings for spin- to spin- and a vector.
Herwig::RadiativeDoublyHeavyBaryonDecayer::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::RadiativeDoublyHeavyBaryonDecayer::outgoing_
vector< int > outgoing_
PDG code for the outgoing baryons.
Definition:
RadiativeDoublyHeavyBaryonDecayer.h:180
Herwig::RadiativeDoublyHeavyBaryonDecayer::modeNumber
virtual int modeNumber(bool &cc, tcPDPtr parent, const tPDVector &children) const
Which of the possible decays is required.
Herwig::RadiativeDoublyHeavyBaryonDecayer::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
RadiativeDoublyHeavyBaryonDecayer.h:123
Herwig::RadiativeDoublyHeavyBaryonDecayer::dataBaseOutput
virtual void dataBaseOutput(ofstream &os, bool header) const
Output the setup information for the particle database.
Herwig::RadiativeDoublyHeavyBaryonDecayer::incoming_
vector< int > incoming_
PDG code for the incoming baryons.
Definition:
RadiativeDoublyHeavyBaryonDecayer.h:175
Herwig::RadiativeDoublyHeavyBaryonDecayer::maxWeight_
vector< double > maxWeight_
max weight
Definition:
RadiativeDoublyHeavyBaryonDecayer.h:185
Herwig::RadiativeDoublyHeavyBaryonDecayer::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::RadiativeDoublyHeavyBaryonDecayer::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
RadiativeDoublyHeavyBaryonDecayer.h:129
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG::Complex
std::complex< double > Complex
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tPDVector
vector< tPDPtr > tPDVector
ThePEG::tcPDPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6