BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtDecayTable.cc File Reference
#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

EvtDecayBasegetDecay (int ipar, int imode)
 

Function Documentation

◆ getDecay()

EvtDecayBase * getDecay ( int ipar,
int imode )

Definition at line 53 of file EvtDecayTable.cc.

53 {
54 return decaytable[ipar].getDecayModel(imode);
55}