BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
TTrigData.cxx
Go to the documentation of this file.
2
4
5//************************************************
6 //
8{
9 Clear();
10}
11//************************************************
12//
14{
15}
16
17void TTrigData::Clear(Option_t *option)
18{
19}
20
21void TTrigData::Print(Option_t *option) const {
22 TObject::Print(option);
23}
24
ClassImp(TTrigData) TTrigData
Definition: TTrigData.cxx:3
virtual ~TTrigData()
Definition: TTrigData.cxx:13
void Clear(Option_t *option="")
Definition: TTrigData.cxx:17
void Print(Option_t *option="") const
Definition: TTrigData.cxx:21