#include <VisSimulation/VisSimData/interface/VisGenParticleTwig.h>
Public Member Functions | |
int | id (void) |
VisGenParticleTwig (IgTwig *parent, const std::string &name, HepMC::GenParticle &genParticle) | |
Private Attributes | |
HepMC::GenParticle & | m_genParticle |
Definition at line 21 of file VisGenParticleTwig.h.
VisGenParticleTwig::VisGenParticleTwig | ( | IgTwig * | parent, | |
const std::string & | name, | |||
HepMC::GenParticle & | genParticle | |||
) |
Definition at line 21 of file VisGenParticleTwig.cc.
00023 : IgSimpleTwig (parent, name), 00024 m_genParticle (genParticle) 00025 { 00026 }
Definition at line 29 of file VisGenParticleTwig.cc.
References m_genParticle.
Referenced by MMM_DEFUN_FUNC().
00030 { return m_genParticle.pdg_id (); }
HepMC::GenParticle& VisGenParticleTwig::m_genParticle [private] |