BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/RootEventData/include/RootEventData/TMucDigi.h
Go to the documentation of this file.
1#ifndef DigiRootData_TMucDigi_H
2#define DigiRootData_TMucDigi_H 1
3
4#include "TRawData.h"
5
6class TMucDigi : public TRawData {
7
8public:
9 TMucDigi();
10
11 ~TMucDigi();
12
13private:
14 ClassDef( TMucDigi, 4 )
15};
16
17#endif