BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/RootEventData/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
14
15private:
16
17
18 ClassDef(TMucDigi,4)
19};
20
21#endif