BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtDecayTable.cc File Reference
#include "EvtPatches.hh"
#include "EvtDecayBase.hh"
#include "EvtDecayParm.hh"
#include "EvtDecayTable.hh"
#include "EvtModel.hh"
#include "EvtModelAlias.hh"
#include "EvtPDL.hh"
#include "EvtParser.hh"
#include "EvtParticle.hh"
#include "EvtParticleDecayList.hh"
#include "EvtRadCorr.hh"
#include "EvtRandom.hh"
#include "EvtReport.hh"
#include "EvtSymTable.hh"
#include <ctype.h>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <stdlib.h>
#include <string.h>
#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 51 of file EvtDecayTable.cc.

51 {
52 return decaytable[ipar].getDecayModel( imode );
53}