|
BOSS 7.1.3
BESIII Offline Software System
|
#include <THltEvent.h>
Inheritance diagram for THltEvent:Public Member Functions | |
| THltEvent () | |
| virtual | ~THltEvent () |
| void | initialize () |
| void | Clear (Option_t *option="") |
| void | Print (Option_t *option="") const |
| void | addHltRaw (THltRaw *hltRaw) |
| HltRaw. | |
| const THltRaw * | getHltRaw (int i) const |
| const TObjArray * | getHltRawCol () const |
| void | clearHltRawCol () |
| void | addHltInf (THltInf *hltInf) |
| const THltInf * | getHltInf () const |
| void | clearHltInf () |
| void | addDstHltInf (TDstHltInf *dstHltInf) |
| const TDstHltInf * | getDstHltInf () const |
| void | clearDstHltInf () |
Definition at line 12 of file THltEvent.h.
| THltEvent::THltEvent | ( | ) |
Definition at line 14 of file THltEvent.cxx.
|
virtual |
Definition at line 34 of file THltEvent.cxx.
| void THltEvent::addDstHltInf | ( | TDstHltInf * | dstHltInf | ) |
Definition at line 82 of file THltEvent.cxx.
Referenced by DstHltInfCnv::DataObjectToTObject().
| void THltEvent::addHltInf | ( | THltInf * | hltInf | ) |
Definition at line 76 of file THltEvent.cxx.
Referenced by HltInfCnv::DataObjectToTObject().
| void THltEvent::addHltRaw | ( | THltRaw * | hltRaw | ) |
Definition at line 65 of file THltEvent.cxx.
Referenced by HltRawCnv::DataObjectToTObject().
| void THltEvent::Clear | ( | Option_t * | option = "" | ) |
|
inline |
Definition at line 40 of file THltEvent.h.
Referenced by DstHltInfCnv::DataObjectToTObject().
|
inline |
Definition at line 36 of file THltEvent.h.
Referenced by HltInfCnv::DataObjectToTObject().
|
inline |
Definition at line 32 of file THltEvent.h.
Referenced by HltRawCnv::DataObjectToTObject().
| const TDstHltInf * THltEvent::getDstHltInf | ( | ) | const |
Definition at line 85 of file THltEvent.cxx.
Referenced by DstHltInfCnv::DataObjectToTObject().
| const THltInf * THltEvent::getHltInf | ( | ) | const |
Definition at line 79 of file THltEvent.cxx.
Referenced by HltInfCnv::DataObjectToTObject().
| const THltRaw * THltEvent::getHltRaw | ( | int | i | ) | const |
Definition at line 68 of file THltEvent.cxx.
| const TObjArray * THltEvent::getHltRawCol | ( | ) | const |
Definition at line 73 of file THltEvent.cxx.
Referenced by HltRawCnv::DataObjectToTObject().
|
inline |
Definition at line 19 of file THltEvent.h.
| void THltEvent::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 60 of file THltEvent.cxx.