CMS 3D CMS Logo

GenParticleInfo Class Reference

#include <SimG4Core/Notification/interface/GenParticleInfo.h>

List of all members.

Public Member Functions

 GenParticleInfo (int id)
int id () const
virtual void Print () const

Private Attributes

int id_


Detailed Description

Definition at line 6 of file GenParticleInfo.h.


Constructor & Destructor Documentation

GenParticleInfo::GenParticleInfo ( int  id  )  [inline, explicit]

Definition at line 9 of file GenParticleInfo.h.

00009 : id_(id) {}


Member Function Documentation

int GenParticleInfo::id ( void   )  const [inline]

Definition at line 10 of file GenParticleInfo.h.

References id_.

00010 { return id_; }

virtual void GenParticleInfo::Print (  )  const [inline, virtual]

Definition at line 11 of file GenParticleInfo.h.

00011 {}


Member Data Documentation

int GenParticleInfo::id_ [private]

Definition at line 13 of file GenParticleInfo.h.

Referenced by id().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:21:22 2009 for CMSSW by  doxygen 1.5.4