00001 #ifndef VIS_SIM_BASE_VIS_G4EVENT_STATUS_H 00002 # define VIS_SIM_BASE_VIS_G4EVENT_STATUS_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/Framework/interface/IgStateElement.h" 00007 # include "SimG4Core/Notification/interface/Observer.h" 00008 00009 //<<<<<< PUBLIC DEFINES >>>>>> 00010 //<<<<<< PUBLIC CONSTANTS >>>>>> 00011 //<<<<<< PUBLIC TYPES >>>>>> 00012 00013 class BeginOfEvent; 00014 00015 //<<<<<< PUBLIC VARIABLES >>>>>> 00016 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00017 //<<<<<< CLASS DECLARATIONS >>>>>> 00018 00019 class VisG4EventStatus 00020 : public IgStateElement, 00021 public Observer<const BeginOfEvent *> 00022 { 00023 IG_DECLARE_STATE_ELEMENT (VisG4EventStatus); 00024 public: 00025 VisG4EventStatus (IgState *state); 00026 ~VisG4EventStatus (void); 00027 // implicit copy constructor 00028 // implicit assignment operator 00029 00030 protected: 00031 virtual void update (const BeginOfEvent *event); 00032 IgState *m_state; 00033 }; 00034 00035 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00036 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00037 00038 #endif // VIS_SIM_BASE_VIS_G4EVENT_STATUS_H