CMS 3D CMS Logo

VisMagFieldDemoMain.h

Go to the documentation of this file.
00001 #ifndef VIS_MAG_FIELD_DEMO_VIS_JET_DEMO_MAIN_H
00002 # define VIS_MAG_FIELD_DEMO_VIS_JET_DEMO_MAIN_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Studio/interface/IgStudioSetupExtension.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 
00012 class IgState;
00013 class IgStudioDriver;
00014 class IgDocument;
00015 
00016 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00017 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00018 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00019 
00020 class VisMagFieldDemoMain : public IgStudioSetupExtension
00021 {
00022     IG_DECLARE_STATE_ELEMENT (VisMagFieldDemoMain);
00023 public:
00024     VisMagFieldDemoMain (IgState *state);
00025     // implicit copy constructor
00026     // implicit assignment operator
00027     // implicit destructor
00028     virtual bool        setup (IgStudioDriver *into);
00029 
00030 private:
00031     IgState             *m_state;
00032     IgStudioDriver      *m_studio;
00033     IgDocument          *m_document;
00034 };
00035 
00036 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00037 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00038 
00039 #endif // VIS_MAG_FIELD_DEMO_VIS_JET_DEMO_MAIN_H

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