#include <TBossFullEvent.h>
Definition at line 14 of file TBossFullEvent.h.
◆ TBossFullEvent()
TBossFullEvent::TBossFullEvent |
( |
| ) |
|
◆ ~TBossFullEvent()
TBossFullEvent::~TBossFullEvent |
( |
| ) |
|
|
virtual |
Definition at line 26 of file TBossFullEvent.cxx.
27{
36}
#define SafeDeleteObject(ObjType, var)
TRecTrackEvent * m_rectrackEvt
TEvtRecObject * m_evtRecObject
◆ copy()
◆ getDigiEvent()
◆ getDstEvent()
◆ getEvtHeader()
◆ getEvtRecObject()
◆ getHltEvent()
◆ getMcEvent()
TMcEvent * TBossFullEvent::getMcEvent |
( |
| ) |
|
|
inline |
◆ getRecTrackEvent()
◆ getTrigEvent()
◆ Print()
void TBossFullEvent::Print |
( |
Option_t * | option = "" | ) |
const |
Definition at line 43 of file TBossFullEvent.cxx.
44{
45 std::cout << "=============================================" << std::endl
46 << "TBossFullEvent mask: 0x" << std::hex << m_mask << std::dec << std::endl
47 << "---------------------------------------------" << std::endl;
48
57
58 std::cout << "=============================================" << std::endl;
59}
#define SafePrintObject(ObjType, var)
◆ reset()
void TBossFullEvent::reset |
( |
| ) |
|
|
inline |
◆ setDigiEvent()
void TBossFullEvent::setDigiEvent |
( |
TDigiEvent * | obj | ) |
|
|
inline |
Definition at line 34 of file TBossFullEvent.h.
34 {
35 if ( obj != 0 ) {
36 m_mask |= hasDigiEvent;
38 }
39 }
◆ setDstEvent()
void TBossFullEvent::setDstEvent |
( |
TDstEvent * | obj | ) |
|
|
inline |
Definition at line 41 of file TBossFullEvent.h.
41 {
42 if ( obj != 0 ) {
43 m_mask |= hasDstEvent;
45 }
46 }
◆ setEvtHeader()
void TBossFullEvent::setEvtHeader |
( |
TEvtHeader * | obj | ) |
|
|
inline |
Definition at line 27 of file TBossFullEvent.h.
27 {
28 if ( obj != 0 ) {
29 m_mask |= hasEvtHeader;
31 }
32 }
◆ setEvtRecObject()
Definition at line 76 of file TBossFullEvent.h.
76 {
77 if ( obj != 0 ) {
78 m_mask |= hasEvtRecObject;
80 }
81 }
◆ setHltEvent()
void TBossFullEvent::setHltEvent |
( |
THltEvent * | obj | ) |
|
|
inline |
Definition at line 62 of file TBossFullEvent.h.
62 {
63 if ( obj != 0 ) {
64 m_mask |= hasHltEvent;
66 }
67 }
◆ setMcEvent()
void TBossFullEvent::setMcEvent |
( |
TMcEvent * | obj | ) |
|
|
inline |
Definition at line 48 of file TBossFullEvent.h.
48 {
49 if ( obj != 0 ) {
50 m_mask |= hasMcEvent;
52 }
53 }
◆ setRecTrackEvent()
Definition at line 69 of file TBossFullEvent.h.
69 {
70 if ( obj != 0 ) {
71 m_mask |= hasRecTrackEvent;
73 }
74 }
◆ setTrigEvent()
void TBossFullEvent::setTrigEvent |
( |
TTrigEvent * | obj | ) |
|
|
inline |
Definition at line 55 of file TBossFullEvent.h.
55 {
56 if ( obj != 0 ) {
57 m_mask |= hasTrigEvent;
59 }
60 }
◆ m_digiEvt
◆ m_dstEvt
◆ m_EvtHeader
◆ m_evtRecObject
◆ m_hltEvt
◆ m_mcEvt
◆ m_rectrackEvt
◆ m_trigEvt
The documentation for this class was generated from the following files: