File: FragInterface.h
namespace Pythia7
CLASS
FragInterface
Public members:
inline void setRandomGen(tRanGenPtr rg){
theRG = rg;
inline tRanGenPtr rndGenerator() const{
return theRG;
inline double rnd() const {
return theRG->rnd();
inline PDPtr getParticleData(long id) const {
return Repository::defaultParticle(id);
Private members:
DEFINED MACROS