#include <THltEvent.h>
◆ THltEvent() [1/3]
Definition at line 14 of file THltEvent.cxx.
14 {
15 if ( !s_staticHltRawCol ) { s_staticHltRawCol = new TObjArray(); }
16 if ( !s_staticHltInf ) { s_staticHltInf = new THltInf(); }
17 if ( !s_staticDstHltInf ) { s_staticDstHltInf = new TDstHltInf(); }
18
19 m_hltRawCol = s_staticHltRawCol;
20 m_hltInf = s_staticHltInf;
21 m_dstHltInf = s_staticDstHltInf;
22
24}
void Clear(Option_t *option="")
◆ ~THltEvent() [1/3]
| THltEvent::~THltEvent |
( |
| ) |
|
|
virtual |
Definition at line 27 of file THltEvent.cxx.
27 {
28 if ( m_hltRawCol == s_staticHltRawCol ) s_staticHltRawCol = 0;
29 m_hltRawCol->Delete();
30 delete m_hltRawCol;
31 m_hltRawCol = 0;
32
33 if ( m_hltInf == s_staticHltInf ) s_staticHltInf = 0;
34 delete m_hltInf;
35 m_hltInf = 0;
36
37 if ( m_dstHltInf == s_staticDstHltInf ) s_staticDstHltInf = 0;
38 delete m_dstHltInf;
39 m_dstHltInf = 0;
40}
◆ THltEvent() [2/3]
◆ ~THltEvent() [2/3]
| virtual THltEvent::~THltEvent |
( |
| ) |
|
|
virtual |
◆ THltEvent() [3/3]
◆ ~THltEvent() [3/3]
| virtual THltEvent::~THltEvent |
( |
| ) |
|
|
virtual |
◆ addDstHltInf() [1/3]
| void THltEvent::addDstHltInf |
( |
TDstHltInf * | dstHltInf | ) |
|
◆ addDstHltInf() [2/3]
| void THltEvent::addDstHltInf |
( |
TDstHltInf * | dstHltInf | ) |
|
◆ addDstHltInf() [3/3]
| void THltEvent::addDstHltInf |
( |
TDstHltInf * | dstHltInf | ) |
|
◆ addHltInf() [1/3]
| void THltEvent::addHltInf |
( |
THltInf * | hltInf | ) |
|
◆ addHltInf() [2/3]
| void THltEvent::addHltInf |
( |
THltInf * | hltInf | ) |
|
◆ addHltInf() [3/3]
| void THltEvent::addHltInf |
( |
THltInf * | hltInf | ) |
|
◆ addHltRaw() [1/3]
| void THltEvent::addHltRaw |
( |
THltRaw * | hltRaw | ) |
|
◆ addHltRaw() [2/3]
| void THltEvent::addHltRaw |
( |
THltRaw * | hltRaw | ) |
|
◆ addHltRaw() [3/3]
| void THltEvent::addHltRaw |
( |
THltRaw * | hltRaw | ) |
|
◆ Clear() [1/3]
| void THltEvent::Clear |
( |
Option_t * | option = "" | ) |
|
◆ Clear() [2/3]
| void THltEvent::Clear |
( |
Option_t * | option = "" | ) |
|
◆ Clear() [3/3]
| void THltEvent::Clear |
( |
Option_t * | option = "" | ) |
|
◆ clearDstHltInf() [1/3]
| void THltEvent::clearDstHltInf |
( |
| ) |
|
|
inline |
◆ clearDstHltInf() [2/3]
| void THltEvent::clearDstHltInf |
( |
| ) |
|
|
inline |
◆ clearDstHltInf() [3/3]
| void THltEvent::clearDstHltInf |
( |
| ) |
|
|
inline |
◆ clearHltInf() [1/3]
| void THltEvent::clearHltInf |
( |
| ) |
|
|
inline |
◆ clearHltInf() [2/3]
| void THltEvent::clearHltInf |
( |
| ) |
|
|
inline |
◆ clearHltInf() [3/3]
| void THltEvent::clearHltInf |
( |
| ) |
|
|
inline |
◆ clearHltRawCol() [1/3]
| void THltEvent::clearHltRawCol |
( |
| ) |
|
|
inline |
◆ clearHltRawCol() [2/3]
| void THltEvent::clearHltRawCol |
( |
| ) |
|
|
inline |
◆ clearHltRawCol() [3/3]
| void THltEvent::clearHltRawCol |
( |
| ) |
|
|
inline |
◆ getDstHltInf() [1/3]
| const TDstHltInf * THltEvent::getDstHltInf |
( |
| ) |
const |
◆ getDstHltInf() [2/3]
| const TDstHltInf * THltEvent::getDstHltInf |
( |
| ) |
const |
◆ getDstHltInf() [3/3]
| const TDstHltInf * THltEvent::getDstHltInf |
( |
| ) |
const |
◆ getHltInf() [1/3]
| const THltInf * THltEvent::getHltInf |
( |
| ) |
const |
◆ getHltInf() [2/3]
| const THltInf * THltEvent::getHltInf |
( |
| ) |
const |
◆ getHltInf() [3/3]
| const THltInf * THltEvent::getHltInf |
( |
| ) |
const |
◆ getHltRaw() [1/3]
| const THltRaw * THltEvent::getHltRaw |
( |
int | i | ) |
const |
◆ getHltRaw() [2/3]
| const THltRaw * THltEvent::getHltRaw |
( |
int | i | ) |
const |
◆ getHltRaw() [3/3]
| const THltRaw * THltEvent::getHltRaw |
( |
int | i | ) |
const |
◆ getHltRawCol() [1/3]
| const TObjArray * THltEvent::getHltRawCol |
( |
| ) |
const |
◆ getHltRawCol() [2/3]
| const TObjArray * THltEvent::getHltRawCol |
( |
| ) |
const |
◆ getHltRawCol() [3/3]
| const TObjArray * THltEvent::getHltRawCol |
( |
| ) |
const |
◆ initialize() [1/3]
| void THltEvent::initialize |
( |
| ) |
|
|
inline |
◆ initialize() [2/3]
| void THltEvent::initialize |
( |
| ) |
|
|
inline |
◆ initialize() [3/3]
| void THltEvent::initialize |
( |
| ) |
|
|
inline |
◆ Print() [1/3]
| void THltEvent::Print |
( |
Option_t * | option = "" | ) |
const |
Definition at line 51 of file THltEvent.cxx.
51{ TObject::Print( option ); }
◆ Print() [2/3]
| void THltEvent::Print |
( |
Option_t * | option = "" | ) |
const |
◆ Print() [3/3]
| void THltEvent::Print |
( |
Option_t * | option = "" | ) |
const |
The documentation for this class was generated from the following files: