Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19252031
EvtLb2Lll.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
EvtLb2Lll.hh
View Options
//----------------------------------------------------------------------------------
//
// Module: EvtLb2Lll.hh
//
// Desription: Routine to implement Lambda_b0 -> Lambda_0 l+ l- decays accroding to
// several models: Chen. Geng.
// Aliev. Ozpineci. Savci.
//
// Modification history:
//
// 15/09/2004 PR Module created according to PHSP model
// 20/02/2005 PR Added parameters, created matrix element (without polarization)
// 04/03/2005 PR LD contrib., corrected WC eff. according to Chen. Geng.
//
//----------------------------------------------------------------------------------
#ifndef EVTLB2LLL_HH
#define EVTLB2LLL_HH
#include
"EvtGenBase/EvtDecayAmp.hh"
#include
"EvtGenBase/EvtTensor4C.hh"
#include
"EvtGenBase/EvtDiracSpinor.hh"
#include
"EvtGenModels/EvtWilsonCoefficients.hh"
class
EvtLb2Lll
:
public
EvtDecayAmp
{
public
:
EvtLb2Lll
()
{}
virtual
~
EvtLb2Lll
();
std
::
string
getName
();
EvtDecayBase
*
clone
();
void
decay
(
EvtParticle
*
p
);
void
init
();
void
initProbMax
();
void
calcAmp
(
EvtAmp
*
amp
,
EvtParticle
*
parent
);
EvtTensor4C
EvtLeptonTG5Current
(
const
EvtDiracSpinor
&
d
,
const
EvtDiracSpinor
&
dp
);
private
:
double
m_polarizationLambdab0
;
double
m_maxProbability
;
double
m_poleSize
;
long
m_noTries
;
double
m_omega
;
std
::
string
m_decayName
;
std
::
string
m_polarizationIntroduction
;
std
::
string
m_HEPmodel
;
std
::
string
m_FFtype
;
std
::
string
m_effectContribution
;
EvtWilsonCoefficients
m_WC
;
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Sep 30, 6:13 AM (11 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6490111
Default Alt Text
EvtLb2Lll.hh (1 KB)
Attached To
Mode
rEVTGEN evtgen
Attached
Detach File
Event Timeline
Log In to Comment