BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
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
6
7class THltRaw : public TRawData {
8
9public:
10
12
13 ~THltRaw ();
14
15
16 // void Clear(Option_t *option ="");
17
18 // void Print(Option_t *option="") const;
19
20
21private:
22
23 ClassDef(THltRaw,2)
24};
25
26#endif
Definition: THltRaw.h:7
~THltRaw()
Definition: THltRaw.cxx:11