CMS 3D CMS Logo

VisEventIdTwig.h

Go to the documentation of this file.
00001 #ifndef VIS_FRAMEWORK_BASE_VIS_EVENT_ID_TWIG_H
00002 # define VIS_FRAMEWORK_BASE_VIS_EVENT_ID_TWIG_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "VisFramework/VisFrameworkBase/interface/VisQueuedTwig.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00012 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00013 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00014 
00015 class VisEventIdTwig : public VisQueuedTwig
00016 {
00017 public:
00018     VisEventIdTwig (IgState *state, IgTwig *parent, 
00019                     const std::string &name = "");
00020     // implicit copy constructor
00021     // implicit assignment operator
00022     // implicit destructor
00023     virtual void        onNewEvent (const edm::Event &event,
00024                                     const edm::EventSetup &eventSetup);
00025 
00026     using VisQueuedTwig::update;
00027     virtual void        update (Ig3DRep *rep);
00028     virtual void        update (IgLegoRep *rep);
00029     virtual void        update (IgTextRep *rep);
00030     virtual void        update (IgRPhiRep *rep);
00031     virtual void        update (IgRZRep *rep);
00032     virtual void        configChanged (void);
00033 
00034 private:    
00035     std::string         m_text;
00036 };
00037 
00038 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00039 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00040 
00041 #endif // VIS_FRAMEWORK_BASE_VIS_EVENT_ID_TWIG_H

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