00001 #ifndef algorithmCommand_h 00002 #define algorithmCommand_h 00003 00004 #include "Event/algorithmVI.h" 00005 //----------------------------- 00007 00011 //-------------------------- 00012 // JA Hernando, Santa Cruz 06/15/00 00013 //-------------------------- 00014 //########################## 00015 class algorithmCommand : public algorithmVI 00016 //########################## 00017 { 00018 public: 00020 virtual void initialize() {} 00022 virtual void finalize() {} 00023 }; 00024 #endif