00001 // ===================================================================== 00002 // $Id: TSystemAction.hh,v 1.1 2003/06/27 10:02:17 goiwai Exp $ 00003 // $Name: CLDAQ-1-06-00 $ 00004 // ===================================================================== 00005 #ifndef __TSYSTEMACTION_HH 00006 #define __TSYSTEMACTION_HH 00007 00008 #include "Tglobals.h" 00009 00010 class TRunManager; 00011 00012 class TSystemAction 00013 { 00014 00015 public: 00016 TSystemAction(); 00017 virtual ~TSystemAction(); 00018 00019 public: 00020 virtual Tvoid BeginOfSystemAction( TRunManager* manager ); 00021 virtual Tvoid EndOfSystemAction( TRunManager* manager ); 00022 00023 }; 00024 00025 #endif