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