#include <EventObject.h>
Inheritance diagram for tpc_tracking::EventObject:
Public Member Functions | |
| EventObject () | |
| ~EventObject () | |
| virtual void | ls () |
| virtual void | print_status (bool bendl=true) |
| virtual bool | empty () |
| virtual bool | create () |
| virtual bool | create_if_empty () |
| virtual bool | derived_create ()=0 |
| virtual bool | reread (lcio::LCEvent *lc_event) |
| virtual bool | read_once (lcio::LCEvent *lc_event) |
| virtual bool | read (lcio::LCEvent *lc_event) |
| virtual bool | write (lcio::LCEvent *lc_event) |
| virtual bool | write_if_modified (lcio::LCEvent *lc_event) |
| virtual bool | derived_empty ()=0 |
| virtual bool | derived_read (lcio::LCEvent *lc_event)=0 |
| virtual bool | derived_write (lcio::LCEvent *lc_event)=0 |
| bool | bempty () |
| bool | bread_from_event () |
| bool | bread_from_event_failed () |
| bool | bmodified () |
| EventObject () | |
| ~EventObject () | |
| virtual void | ls () |
| virtual void | print_status (bool bendl=true) |
| virtual bool | empty () |
| virtual bool | create () |
| virtual bool | create_if_empty () |
| virtual bool | derived_create ()=0 |
| virtual bool | reread (lcio::LCEvent *lc_event) |
| virtual bool | read_once (lcio::LCEvent *lc_event) |
| virtual bool | read (lcio::LCEvent *lc_event) |
| virtual bool | write (lcio::LCEvent *lc_event) |
| virtual bool | write_if_modified (lcio::LCEvent *lc_event) |
| virtual bool | derived_empty ()=0 |
| virtual bool | derived_read (lcio::LCEvent *lc_event)=0 |
| virtual bool | derived_write (lcio::LCEvent *lc_event)=0 |
| bool | bempty () |
| bool | bread_from_event () |
| bool | bread_from_event_failed () |
| bool | bmodified () |
Protected Member Functions | |
| void | set_empty (bool bEmpty=true) |
| void | set_read_from_event (bool bReadFromEvent=true) |
| void | set_read_from_event_failed (bool bReadFromEventFailed=true) |
| void | set_modified (bool bModified=true) |
| void | set_empty (bool bEmpty=true) |
| void | set_read_from_event (bool bReadFromEvent=true) |
| void | set_read_from_event_failed (bool bReadFromEventFailed=true) |
| void | set_modified (bool bModified=true) |
Private Attributes | |
| bool | m_bEmpty |
| bool | m_bReadFromEvent |
| bool | m_bReadFromEventFailed |
| bool | m_bModified |
|
|
Definition at line 6 of file EventObject.cc. References set_empty(), set_modified(), set_read_from_event(), and set_read_from_event_failed(). |
|
|
Definition at line 13 of file EventObject.cc. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 25 of file EventObject.cc. Referenced by print_status(), and write_if_modified(). |
|
|
|
|
|
Definition at line 19 of file EventObject.cc. Referenced by print_status(). |
|
|
|
|
|
Definition at line 22 of file EventObject.cc. Referenced by print_status(). |
|
|
|
|
|
Definition at line 63 of file EventObject.cc. References derived_create(), set_empty(), and set_modified(). Referenced by create_if_empty(). |
|
|
|
|
|
Definition at line 57 of file EventObject.cc. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 72 of file EventObject.cc. References derived_empty(), set_empty(), set_modified(), set_read_from_event(), and set_read_from_event_failed(). |
|
|
|
Reimplemented in tpc_tracking::ChargedPads, tpc_tracking::IonizationCenters, tpc_tracking::MCParticles, tpc_tracking::SimTrackerHits, tpc_tracking::SimTracks, tpc_tracking::ChargedPads, tpc_tracking::IonizationCenters, tpc_tracking::MCParticles, tpc_tracking::SimTrackerHits, and tpc_tracking::SimTracks. Definition at line 54 of file EventObject.cc. References print_status(). |
|
|
|
|
|
Definition at line 41 of file EventObject.cc. References bempty(), bmodified(), bread_from_event(), and bread_from_event_failed(). Referenced by tpc_tracking::SimTracks::ls(), tpc_tracking::SimTrackerHits::ls(), tpc_tracking::MCParticles::ls(), tpc_tracking::IonizationCenters::ls(), ls(), and tpc_tracking::ChargedPads::ls(). |
|
|
|
|
|
Definition at line 95 of file EventObject.cc. References bempty(), derived_read(), set_empty(), set_read_from_event(), set_read_from_event_failed(), and tpc_assert. Referenced by read_once(), and reread(). |
|
|
|
|
|
Definition at line 83 of file EventObject.cc. |
|
|
|
|
|
Definition at line 89 of file EventObject.cc. |
|
|
|
|
|
Definition at line 28 of file EventObject.cc. References m_bEmpty. Referenced by create(), empty(), EventObject(), and read(). |
|
|
|
|
|
Definition at line 37 of file EventObject.cc. References m_bModified. Referenced by create(), empty(), EventObject(), and write(). |
|
|
|
|
|
Definition at line 31 of file EventObject.cc. References m_bReadFromEvent. Referenced by empty(), EventObject(), and read(). |
|
|
|
|
|
Definition at line 34 of file EventObject.cc. References m_bReadFromEventFailed. Referenced by empty(), EventObject(), and read(). |
|
|
|
|
|
Definition at line 106 of file EventObject.cc. References derived_write(), and set_modified(). Referenced by write_if_modified(). |
|
|
|
|
|
Definition at line 113 of file EventObject.cc. References bmodified(), and write(). |
|
|
Definition at line 35 of file EventObject.h. Referenced by set_empty(). |
|
|
Definition at line 38 of file EventObject.h. Referenced by set_modified(). |
|
|
Definition at line 36 of file EventObject.h. Referenced by set_read_from_event(). |
|
|
Definition at line 37 of file EventObject.h. Referenced by set_read_from_event_failed(). |
1.3.9.1