00001 // ===================================================================== 00024 // ===================================================================== 00025 #ifndef CLDAQ__TSYSTEMACTION_HH 00026 #define CLDAQ__TSYSTEMACTION_HH 00027 00028 #include "Tglobals.h" 00029 00030 class TRunManager; 00031 00032 00052 class TSystemAction 00053 { 00054 00055 public: 00056 TSystemAction(); 00057 virtual ~TSystemAction(); 00058 00059 public: 00060 virtual Tvoid BeginOfSystemAction( TRunManager* manager ); 00061 virtual Tvoid EndOfSystemAction( TRunManager* manager ); 00062 00063 }; 00064 00065 #endif