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
25
26public:
29
30 void init( int j, int m1, int m2 );
31
32 double d( int j, int m1, int m2, double theta );
33
34private:
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
const Int_t n
double d(int j, int m1, int m2, double theta)
void init(int j, int m1, int m2)
double double * m2
Definition qcdloop1.h:83
double * m1
Definition qcdloop1.h:83