#include <EvtDecayParm.hh>
|
| EvtDecayParm () |
|
| ~EvtDecayParm () |
|
void | init (fcnPtr pfcn, int ndaug, int *daugs, int narg, double *args, std::string name) |
|
int | GetNDaug () |
|
int | GetNArg () |
|
int * | GetDaugs () |
|
double * | GetArgs () |
|
fcnPtr | GetfcnPtr () |
|
std::string | GetModelName () |
|
| EvtDecayParm () |
|
| ~EvtDecayParm () |
|
void | init (fcnPtr pfcn, int ndaug, int *daugs, int narg, double *args, std::string name) |
|
int | GetNDaug () |
|
int | GetNArg () |
|
int * | GetDaugs () |
|
double * | GetArgs () |
|
fcnPtr | GetfcnPtr () |
|
std::string | GetModelName () |
|
◆ EvtDecayParm() [1/2]
EvtDecayParm::EvtDecayParm |
( |
| ) |
|
◆ ~EvtDecayParm() [1/2]
EvtDecayParm::~EvtDecayParm |
( |
| ) |
|
◆ EvtDecayParm() [2/2]
EvtDecayParm::EvtDecayParm |
( |
| ) |
|
◆ ~EvtDecayParm() [2/2]
EvtDecayParm::~EvtDecayParm |
( |
| ) |
|
◆ GetArgs() [1/2]
double * EvtDecayParm::GetArgs |
( |
| ) |
|
|
inline |
◆ GetArgs() [2/2]
double * EvtDecayParm::GetArgs |
( |
| ) |
|
|
inline |
◆ GetDaugs() [1/2]
int * EvtDecayParm::GetDaugs |
( |
| ) |
|
|
inline |
◆ GetDaugs() [2/2]
int * EvtDecayParm::GetDaugs |
( |
| ) |
|
|
inline |
◆ GetfcnPtr() [1/2]
fcnPtr EvtDecayParm::GetfcnPtr |
( |
| ) |
|
|
inline |
◆ GetfcnPtr() [2/2]
fcnPtr EvtDecayParm::GetfcnPtr |
( |
| ) |
|
|
inline |
◆ GetModelName() [1/2]
std::string EvtDecayParm::GetModelName |
( |
| ) |
|
|
inline |
◆ GetModelName() [2/2]
std::string EvtDecayParm::GetModelName |
( |
| ) |
|
|
inline |
◆ GetNArg() [1/2]
int EvtDecayParm::GetNArg |
( |
| ) |
|
|
inline |
◆ GetNArg() [2/2]
int EvtDecayParm::GetNArg |
( |
| ) |
|
|
inline |
◆ GetNDaug() [1/2]
int EvtDecayParm::GetNDaug |
( |
| ) |
|
|
inline |
◆ GetNDaug() [2/2]
int EvtDecayParm::GetNDaug |
( |
| ) |
|
|
inline |
◆ init() [1/2]
void EvtDecayParm::init |
( |
fcnPtr |
pfcn, |
|
|
int |
ndaug, |
|
|
int * |
daugs, |
|
|
int |
narg, |
|
|
double * |
args, |
|
|
std::string |
name |
|
) |
| |
Definition at line 30 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtDecayParm.cc.
31 {
32
33 int i;
34
35 itsfcn=pfcn;
36 itsndaug=ndaug;
37 itsnarg=narg;
38
39 itsdaugs=new int [itsndaug];
40 for(i=0;i<itsndaug;i++){
41 itsdaugs[i]=daugs[i];
42 }
43 itsargs=new double [itsnarg];
44 for(i=0;i<itsnarg;i++){
45 itsargs[i]=args[i];
46 }
47 modelname=name;
48}
◆ init() [2/2]
void EvtDecayParm::init |
( |
fcnPtr |
pfcn, |
|
|
int |
ndaug, |
|
|
int * |
daugs, |
|
|
int |
narg, |
|
|
double * |
args, |
|
|
std::string |
name |
|
) |
| |
The documentation for this class was generated from the following files: