BOSS
7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtBlattWeisskopf.hh
Go to the documentation of this file.
1
/*******************************************************************************
2
* Project: BaBar detector at the SLAC PEP-II B-factory
3
* Package: EvtGenBase
4
* File: $Id: EvtBlattWeisskopf.hh,v 1.2 2015/07/01 12:28:24 pingrg Exp $
5
* Author: Alexei Dvoretskii,
[email protected]
, 2001-2002
6
*
7
* Copyright (C) 2002 Caltech
8
*******************************************************************************/
9
10
// Blatt-Weisskopf penetration form factor for a resonance R->AB.
11
// Taken from CLEO preprint 00-23 (hep-ex/0011065)
12
13
#ifndef EVT_BLATT_WEISSKOPF_HH
14
#define EVT_BLATT_WEISSKOPF_HH
15
16
class
EvtBlattWeisskopf
{
17
18
19
public
:
20
21
EvtBlattWeisskopf
(
int
LL,
double
R,
double
p0);
22
EvtBlattWeisskopf
(
const
EvtBlattWeisskopf
&);
23
~EvtBlattWeisskopf
();
24
25
double
operator()
(
double
p)
const
;
26
double
get
(
double
p){
return
compute(p);}
27
28
private
:
29
30
int
_LL;
// angular momentum of daughters
31
double
_radial;
// resonance radial parameter
32
double
_p0;
33
34
double
_F0;
// formula evaluated at _p0
35
double
compute(
double
p)
const
;
36
37
};
38
39
#endif
40
41
EvtBlattWeisskopf
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtBlattWeisskopf.hh:16
EvtBlattWeisskopf::~EvtBlattWeisskopf
~EvtBlattWeisskopf()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtBlattWeisskopf.cc:43
EvtBlattWeisskopf::get
double get(double p)
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtBlattWeisskopf.hh:26
EvtBlattWeisskopf::operator()
double operator()(double p) const
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtBlattWeisskopf.cc:46
source
Generator
BesEvtGen
bak-BesEvtGen-00-04-08
src
EvtGen
EvtGenBase
EvtBlattWeisskopf.hh
Generated by
1.9.6