|
BOSS 7.1.1
BESIII Offline Software System
|
#include "EvtGenBase/EvtPatches.hh"#include <iostream>#include <iomanip>#include <fstream>#include <ctype.h>#include <stdlib.h>#include <string.h>#include "EvtGenBase/EvtParticle.hh"#include "EvtGenBase/EvtRandom.hh"#include "EvtGenBase/EvtDecayTable.hh"#include "EvtGenBase/EvtPDL.hh"#include "EvtGenBase/EvtDecayParm.hh"#include "EvtGenBase/EvtSymTable.hh"#include "EvtGenBase/EvtDecayBase.hh"#include "EvtGenBase/EvtModel.hh"#include "EvtGenBase/EvtParticleDecayList.hh"#include "EvtGenBase/EvtParser.hh"#include "EvtGenBase/EvtReport.hh"#include "EvtGenBase/EvtModelAlias.hh"#include "EvtGenBase/EvtRadCorr.hh"#include <vector>Go to the source code of this file.
Functions | |
| EvtDecayBase * | getDecay (int ipar, int imode) |
| EvtDecayBase * getDecay | ( | int | ipar, |
| int | imode ) |
Definition at line 53 of file EvtDecayTable.cc.