StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StUcmTasks.h
1 #ifndef STUCMTASKS_H
2 #define STUCMTASKS_H
3 
4 #include "StUcmTask.h"
5 namespace TxLogging {
6 class Iterator;
7 class StUcmTasks : public StUcmTask{
8 public:
9  StUcmTasks();
10  virtual ~StUcmTasks();
11  RecordList &getTasks();
12  const RecordList &getTasks() const;
13  Iterator taskIterator();
14 };
15 }
16 #endif