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