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