CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/RootEventData/bak_RootEventData-00-05-12/RootEventData/TCgemDigi.h
Go to the documentation of this file.
1#ifndef DigiRootData_TCgemDigi_H
2#define DigiRootData_TCgemDigi_H 1
3
4#include <iostream>
5#include "TRawData.h"
6
7
8class TCgemDigi : public TRawData {
9
10public:
11
13
14 ~TCgemDigi ();
15
16 //void initialize (UInt_t id, UInt_t time=0, UInt_t charge=0);
17
18 //virtual void Clear(Option_t *option ="");
19
20 //virtual void Print(Option_t *option="") const;
21
22
23 // Get associated int id
24 //UInt_t getIntId() const;
25
26 // void Clear(Option_t *option ="");
27
28 // void Print(Option_t *option="") const;
29
30 void setOverflow(const UInt_t overflow);
31
32 //Get
33 UInt_t getOverflow() const;
34
35private:
36
37 //UInt_t m_id;
38 UInt_t m_overflow;
39
40 ClassDef(TCgemDigi,3)
41};
42
43#endif
void setOverflow(const UInt_t overflow)