00001 #ifndef VIS_G4_TRANSIENTS_VIS_G4_TRANSIENTS_TWIG_H 00002 # define VIS_G4_TRANSIENTS_VIS_G4_TRANSIENTS_TWIG_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "VisGeant4/VisG4Transients/interface/config.h" 00007 # include "Iguana/Framework/interface/IgTwig.h" 00008 00009 //<<<<<< PUBLIC DEFINES >>>>>> 00010 //<<<<<< PUBLIC CONSTANTS >>>>>> 00011 //<<<<<< PUBLIC TYPES >>>>>> 00012 //<<<<<< PUBLIC VARIABLES >>>>>> 00013 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00014 //<<<<<< CLASS DECLARATIONS >>>>>> 00015 00018 class VIS_G4_TRANSIENTS_API VisG4TransientsTwig : public IgSimpleTwig 00019 { 00020 public: 00021 VisG4TransientsTwig (IgTwig *parent); 00022 // implicit copy constructor 00023 // implicit assignment operator 00024 // implicit destructor 00025 00026 virtual void update (void); 00027 }; 00028 00029 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00030 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00031 00032 #endif // VIS_G4_TRANSIENTS_VIS_G4_TRANSIENTS_TWIG_H