CMS 3D CMS Logo

VisGenParticleTwig Class Reference

#include <VisSimulation/VisSimData/interface/VisGenParticleTwig.h>

Inheritance diagram for VisGenParticleTwig:

IgSimpleTwig IgCompoundTwig IgTwig IgRepresentable

List of all members.

Public Member Functions

int id (void)
 VisGenParticleTwig (IgTwig *parent, const std::string &name, HepMC::GenParticle &genParticle)

Private Attributes

HepMC::GenParticle & m_genParticle


Detailed Description

Definition at line 21 of file VisGenParticleTwig.h.


Constructor & Destructor Documentation

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 }


Member Function Documentation

int VisGenParticleTwig::id ( void   ) 

Definition at line 29 of file VisGenParticleTwig.cc.

References m_genParticle.

Referenced by MMM_DEFUN_FUNC().

00030 { return m_genParticle.pdg_id (); }


Member Data Documentation

HepMC::GenParticle& VisGenParticleTwig::m_genParticle [private]

Definition at line 32 of file VisGenParticleTwig.h.

Referenced by id().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:35:26 2009 for CMSSW by  doxygen 1.5.4