|
BOSS 7.1.1
BESIII Offline Software System
|
#include <TBossFullEvent.h>
Inheritance diagram for TBossFullEvent:Public Member Functions | |
| TBossFullEvent () | |
| virtual | ~TBossFullEvent () |
| void | Print (Option_t *option="") const |
| void | copy (TBossFullEvent *obj) |
| void | reset () |
| void | setEvtHeader (TEvtHeader *obj) |
| void | setDigiEvent (TDigiEvent *obj) |
| void | setDstEvent (TDstEvent *obj) |
| void | setMcEvent (TMcEvent *obj) |
| void | setTrigEvent (TTrigEvent *obj) |
| void | setHltEvent (THltEvent *obj) |
| void | setRecTrackEvent (TRecTrackEvent *obj) |
| void | setEvtRecObject (TEvtRecObject *obj) |
| TEvtHeader * | getEvtHeader () |
| TDigiEvent * | getDigiEvent () |
| TDstEvent * | getDstEvent () |
| TMcEvent * | getMcEvent () |
| TTrigEvent * | getTrigEvent () |
| THltEvent * | getHltEvent () |
| TRecTrackEvent * | getRecTrackEvent () |
| TEvtRecObject * | getEvtRecObject () |
Public Attributes | |
| TEvtHeader * | m_EvtHeader |
| TDigiEvent * | m_digiEvt |
| TDstEvent * | m_dstEvt |
| TMcEvent * | m_mcEvt |
| TTrigEvent * | m_trigEvt |
| THltEvent * | m_hltEvt |
| TRecTrackEvent * | m_rectrackEvt |
| TEvtRecObject * | m_evtRecObject |
Definition at line 14 of file TBossFullEvent.h.
| TBossFullEvent::TBossFullEvent | ( | ) |
|
virtual |
Definition at line 26 of file TBossFullEvent.cxx.
| void TBossFullEvent::copy | ( | TBossFullEvent * | obj | ) |
Definition at line 61 of file TBossFullEvent.cxx.
Referenced by RootFileWriter::writeEvent().
|
inline |
Definition at line 85 of file TBossFullEvent.h.
|
inline |
Definition at line 86 of file TBossFullEvent.h.
|
inline |
Definition at line 84 of file TBossFullEvent.h.
|
inline |
Definition at line 91 of file TBossFullEvent.h.
|
inline |
Definition at line 89 of file TBossFullEvent.h.
|
inline |
Definition at line 87 of file TBossFullEvent.h.
|
inline |
Definition at line 90 of file TBossFullEvent.h.
|
inline |
Definition at line 88 of file TBossFullEvent.h.
| void TBossFullEvent::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 43 of file TBossFullEvent.cxx.
|
inline |
Definition at line 25 of file TBossFullEvent.h.
Referenced by EventWriter::execute(), and RootFileWriter::writeEvent().
|
inline |
Definition at line 34 of file TBossFullEvent.h.
Referenced by EventWriter::execute().
|
inline |
Definition at line 41 of file TBossFullEvent.h.
Referenced by EventWriter::execute().
|
inline |
Definition at line 27 of file TBossFullEvent.h.
Referenced by EventWriter::execute().
|
inline |
Definition at line 76 of file TBossFullEvent.h.
Referenced by EventWriter::execute().
|
inline |
Definition at line 62 of file TBossFullEvent.h.
Referenced by EventWriter::execute().
|
inline |
Definition at line 48 of file TBossFullEvent.h.
Referenced by EventWriter::execute().
|
inline |
Definition at line 69 of file TBossFullEvent.h.
Referenced by EventWriter::execute().
|
inline |
Definition at line 55 of file TBossFullEvent.h.
Referenced by EventWriter::execute().
| TDigiEvent* TBossFullEvent::m_digiEvt |
Definition at line 113 of file TBossFullEvent.h.
Referenced by copy(), getDigiEvent(), Print(), setDigiEvent(), RootFileWriter::writeEvent(), and ~TBossFullEvent().
| TDstEvent* TBossFullEvent::m_dstEvt |
Definition at line 114 of file TBossFullEvent.h.
Referenced by copy(), getDstEvent(), Print(), setDstEvent(), RootFileWriter::writeEvent(), and ~TBossFullEvent().
| TEvtHeader* TBossFullEvent::m_EvtHeader |
Definition at line 112 of file TBossFullEvent.h.
Referenced by copy(), getEvtHeader(), Print(), setEvtHeader(), RootFileWriter::writeEvent(), and ~TBossFullEvent().
| TEvtRecObject* TBossFullEvent::m_evtRecObject |
Definition at line 119 of file TBossFullEvent.h.
Referenced by copy(), getEvtRecObject(), Print(), setEvtRecObject(), RootFileWriter::writeEvent(), and ~TBossFullEvent().
| THltEvent* TBossFullEvent::m_hltEvt |
Definition at line 117 of file TBossFullEvent.h.
Referenced by copy(), getHltEvent(), Print(), setHltEvent(), RootFileWriter::writeEvent(), and ~TBossFullEvent().
| TMcEvent* TBossFullEvent::m_mcEvt |
Definition at line 115 of file TBossFullEvent.h.
Referenced by copy(), getMcEvent(), Print(), setMcEvent(), RootFileWriter::writeEvent(), and ~TBossFullEvent().
| TRecTrackEvent* TBossFullEvent::m_rectrackEvt |
Definition at line 118 of file TBossFullEvent.h.
Referenced by copy(), getRecTrackEvent(), Print(), setRecTrackEvent(), RootFileWriter::writeEvent(), and ~TBossFullEvent().
| TTrigEvent* TBossFullEvent::m_trigEvt |
Definition at line 116 of file TBossFullEvent.h.
Referenced by copy(), getTrigEvent(), Print(), setTrigEvent(), RootFileWriter::writeEvent(), and ~TBossFullEvent().