CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/RootEventData/bak_RootEventData-00-05-12/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
6
7class TMucDigi : public TRawData {
8
9public:
10
12
13 ~TMucDigi ();
14
15private:
16
17
18 ClassDef(TMucDigi,4)
19};
20
21#endif