CMS 3D CMS Logo

VisGenParticleTwig.h

Go to the documentation of this file.
00001 #ifndef VIS_SIM_DATA_VIS_GEN_PARTICLE_TWIG_H
00002 # define VIS_SIM_DATA_VIS_GEN_PARTICLE_TWIG_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Framework/interface/IgTwig.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 
00012 namespace HepMC
00013 {
00014     class GenParticle;
00015 }
00016 
00017 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00018 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00019 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00020 
00021 class VisGenParticleTwig : public IgSimpleTwig
00022 {
00023 public:
00024     VisGenParticleTwig (IgTwig *parent, 
00025                         const std::string &name, HepMC::GenParticle &genParticle);
00026     // implicit copy constructor
00027     // implicit assignment operator
00028     // implicit destructor
00029     int         id (void);
00030 
00031 private:
00032     HepMC::GenParticle &m_genParticle;
00033 };
00034 
00035 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00036 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00037 
00038 #endif // VIS_SIM_DATA_VIS_GEN_PARTICLE_TWIG_H

Generated on Tue Jun 9 17:50:29 2009 for CMSSW by  doxygen 1.5.4