|
BOSS 7.1.3
BESIII Offline Software System
|
#include "EvtGenBase/EvtPatches.hh"#include <iostream>#include <math.h>#include <fstream>#include <stdio.h>#include <stdlib.h>#include <sys/stat.h>#include <strstream>#include "EvtGenBase/EvtParticle.hh"#include "EvtGenBase/EvtVector4R.hh"#include "EvtGenBase/EvtVector3R.hh"#include "EvtGenBase/EvtReport.hh"#include "EvtGenBase/EvtCPUtil.hh"#include "EvtGenBase/EvtHelSys.hh"#include "EvtGenBase/EvtKine.hh"#include "EvtGenBase/EvtdFunction.hh"Go to the source code of this file.
Functions | |
| double | djmn (int j, int m, int n, double theta) |
| double | djmn (double j, double m, double n, double theta) |
| EvtComplex | Djmn (int j, int m, int n, double phi, double theta, double gamma) |
| EvtComplex | Djmn (double j, double m, double n, double phi, double theta, double gamma) |
| EvtComplex Djmn | ( | double | j, |
| double | m, | ||
| double | n, | ||
| double | phi, | ||
| double | theta, | ||
| double | gamma ) |
Definition at line 165 of file EvtHelSys.cc.
| EvtComplex Djmn | ( | int | j, |
| int | m, | ||
| int | n, | ||
| double | phi, | ||
| double | theta, | ||
| double | gamma ) |
Definition at line 151 of file EvtHelSys.cc.
Referenced by rhopifull::amps1(), VVS::amps1(), EvtAV2GV::decay(), EvtChi1BB1::decay(), EvtChi1BB2::decay(), EvtChi2BB1::decay(), EvtChi2BB2::decay(), EvtDeBD::decay(), EvtHelPPJ::decay(), EvtHypWK::decay(), EvtJ2BB1::decay(), EvtJ2BB2::decay(), EvtJ2BB3::decay(), EvtJPE::decay(), EvtJTO3P::decay(), EvtP2GC0::decay(), EvtP2GC1::decay(), EvtP2GC2::decay(), EvtSPL::decay(), EvtT2GV::decay(), and EvtTauGamMu::decay().
| double djmn | ( | double | j, |
| double | m, | ||
| double | n, | ||
| double | theta ) |
Definition at line 144 of file EvtHelSys.cc.
| double djmn | ( | int | j, |
| int | m, | ||
| int | n, | ||
| double | theta ) |
Definition at line 138 of file EvtHelSys.cc.