Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19251886
EvtRareLbToLllFFBase.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
987 B
Referenced Files
None
Subscribers
None
EvtRareLbToLllFFBase.hh
View Options
#ifndef EVTRARELBTOLLLFFBASE_HH
#define EVTRARELBTOLLLFFBASE_HH 1
// Include files
/** @class
*
*
* @author Michal Kreps
* @date 2014-10-20
*/
#include
"EvtGenBase/EvtParticle.hh"
#include
"EvtGenBase/EvtIdSet.hh"
#include
<string>
#include
<map>
class
EvtRareLbToLllFFBase
{
public
:
class
FormFactors
{
public
:
FormFactors
()
;
virtual
~
FormFactors
()
{}
;
void
areZero
()
;
double
F_
[
4
];
double
G_
[
4
];
double
FT_
[
4
];
double
GT_
[
4
];
};
virtual
void
init
()
=
0
;
virtual
void
getFF
(
EvtParticle
*
parent
,
EvtParticle
*
lambda
,
EvtRareLbToLllFFBase
::
FormFactors
&
FF
)
=
0
;
bool
isNatural
(
EvtParticle
*
lambda
)
;
EvtRareLbToLllFFBase
(
);
virtual
~
EvtRareLbToLllFFBase
(
)
{};
protected
:
double
calculateVdotV
(
EvtParticle
*
parent
,
EvtParticle
*
lambda
)
const
;
double
calculateVdotV
(
EvtParticle
*
,
EvtParticle
*
,
double
qsq
)
const
;
EvtIdSet
natural_
;
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Sep 30, 6:12 AM (17 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6548094
Default Alt Text
EvtRareLbToLllFFBase.hh (987 B)
Attached To
Mode
rEVTGEN evtgen
Attached
Detach File
Event Timeline
Log In to Comment