Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19251214
EvtPropFlatte.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
923 B
Referenced Files
None
Subscribers
None
EvtPropFlatte.hh
View Options
/*******************************************************************************
* Project: BaBar detector at the SLAC PEP-II B-factory
* Package: EvtGenBase
* Author: Denis Dujmic, SLAC
*
* Copyright (C) 2005 SLAC
*******************************************************************************/
// Flatte propagator: S.M.Flatte, Phys. Lett. B63, 224 (1976)
#ifndef EVT_PROP_FLATTE_HH
#define EVT_PROP_FLATTE_HH
#include
"EvtGenBase/EvtComplex.hh"
#include
"EvtGenBase/EvtPropagator.hh"
class
EvtPropFlatte
:
public
EvtPropagator
{
public
:
EvtPropFlatte
(
double
m0
,
double
g0
,
double
m0a
,
double
m0b
,
double
g1
,
double
m1a
,
double
m1b
);
EvtPropFlatte
(
const
EvtPropFlatte
&
other
);
~
EvtPropFlatte
();
EvtAmplitude
<
EvtPoint1D
>*
clone
()
const
;
protected
:
EvtComplex
amplitude
(
const
EvtPoint1D
&
x
)
const
;
double
_m0a
;
double
_m0b
;
double
_g1
;
double
_m1a
;
double
_m1b
;
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Sep 30, 5:48 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6490427
Default Alt Text
EvtPropFlatte.hh (923 B)
Attached To
Mode
rEVTGEN evtgen
Attached
Detach File
Event Timeline
Log In to Comment