BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/RootEventData/include/RootEventData/THltRaw.h
Go to the documentation of this file.
1#ifndef DigiRootData_THltRaw_H
2#define DigiRootData_THltRaw_H 1
3
4#include "TRawData.h"
5
6class THltRaw : public TRawData {
7
8public:
9 THltRaw();
10
11 ~THltRaw();
12
13 // void Clear(Option_t *option ="");
14
15 // void Print(Option_t *option="") const;
16
17private:
18 ClassDef( THltRaw, 2 )
19};
20
21#endif
~THltRaw()
Definition THltRaw.cxx:9
THltRaw()
Definition THltRaw.cxx:6