BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtdFunctionSingle.hh
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
//
3
// Environment:
4
// This software is part of the EvtGen package developed jointly
5
// for the BaBar and CLEO collaborations. If you use all or part
6
// of it, please give an appropriate acknowledgement.
7
//
8
// Copyright Information: See EvtGen/COPYRIGHT
9
// Copyright (C) 2000 Caltech, UCSB
10
//
11
// Module: EvtGen/EvtdFunction.hh
12
//
13
// Description:Evaluation of one Wigner d-Functions
14
//
15
// Modification history:
16
//
17
// RYD August 10, 2000 Module created
18
//
19
//------------------------------------------------------------------------
20
21
#ifndef EVTDFUNCTIONSINGLE_HH
22
#define EVTDFUNCTIONSINGLE_HH
23
24
class
EvtdFunctionSingle
{
25
26
public
:
27
EvtdFunctionSingle
();
28
~EvtdFunctionSingle
();
29
30
void
init
(
int
j,
int
m1
,
int
m2
);
31
32
double
d
(
int
j,
int
m1
,
int
m2
,
double
theta );
33
34
private
:
35
int
fact(
int
n
);
36
37
int
_j;
38
int
_m1;
39
int
_m2;
40
41
double
* _coef;
42
43
int
_kmin;
44
int
_kmax;
45
};
46
47
#endif
n
const Int_t n
Definition
DataBase/tau_mode.c:57
EvtdFunctionSingle::d
double d(int j, int m1, int m2, double theta)
Definition
EvtdFunctionSingle.cc:80
EvtdFunctionSingle::init
void init(int j, int m1, int m2)
Definition
EvtdFunctionSingle.cc:42
EvtdFunctionSingle::~EvtdFunctionSingle
~EvtdFunctionSingle()
Definition
EvtdFunctionSingle.cc:38
EvtdFunctionSingle::EvtdFunctionSingle
EvtdFunctionSingle()
Definition
EvtdFunctionSingle.cc:29
m2
double double * m2
Definition
qcdloop1.h:83
m1
double * m1
Definition
qcdloop1.h:83
8.0.0
BOSS_Gen
BesEvtGen
src
EvtGen
EvtGenBase
EvtdFunctionSingle.hh
Generated by
1.16.1