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