CMS 3D CMS Logo

IgSelectionService.h

Go to the documentation of this file.
00001 #ifndef IGUANA_FRAMEWORK_IG_SELECTION_SERVICE_H
00002 # define IGUANA_FRAMEWORK_IG_SELECTION_SERVICE_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Framework/interface/IgDispatcher.h"
00007 # include "Iguana/Framework/interface/IgStateElement.h"
00008 
00009 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00010 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00011 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00012 
00013 class IgSelectionMessage;
00014 
00015 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00016 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00017 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00018 
00026 class IGUANA_FRAMEWORK_API IgSelectionService
00027     : public IgStateElement, public IgDispatcher<IgSelectionMessage>
00028 {
00029     IG_DECLARE_STATE_ELEMENT (IgSelectionService);
00030 public:
00031     IgSelectionService (IgState *state);
00032 
00033 private:
00034     IgState             *m_state;
00035 };
00036 
00037 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00038 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00039 
00040 #endif // IGUANA_FRAMEWORK_IG_SELECTION_SERVICE_H

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