#include <CustomLCIOCollection.h>
Inheritance diagram for tpc_tracking::CustomLCIOCollection< T >:
Public Member Functions | |
| CustomLCIOCollection () | |
| virtual | ~CustomLCIOCollection () |
| void | read_collection (lcio::LCEvent *lc_event) |
| unsigned int | get_number (T *pt) |
| void | rebuild_number_map () |
| virtual bool | derived_create () |
| virtual bool | derived_empty () |
| virtual bool | derived_write (lcio::LCEvent *lc_event) |
| virtual bool | derived_read (lcio::LCEvent *lc_event) |
| T * | get_object (int number) |
| int | get_nobjects () |
| virtual const char * | get_collection_name () |
| CustomLCIOCollection () | |
| virtual | ~CustomLCIOCollection () |
| void | read_collection (lcio::LCEvent *lc_event) |
| unsigned int | get_number (T *pt) |
| void | rebuild_number_map () |
| virtual bool | derived_create () |
| virtual bool | derived_empty () |
| virtual bool | derived_write (lcio::LCEvent *lc_event) |
| virtual bool | derived_read (lcio::LCEvent *lc_event) |
| T * | get_object (int number) |
| int | get_nobjects () |
| virtual const char * | get_collection_name () |
| virtual void | ls () |
| virtual void | ls () |
| virtual void | print_status (bool bendl=true) |
| virtual void | print_status (bool bendl=true) |
| virtual bool | empty () |
| virtual bool | empty () |
| virtual bool | create () |
| virtual bool | create () |
| virtual bool | create_if_empty () |
| virtual bool | create_if_empty () |
| virtual bool | reread (lcio::LCEvent *lc_event) |
| virtual bool | reread (lcio::LCEvent *lc_event) |
| virtual bool | read_once (lcio::LCEvent *lc_event) |
| virtual bool | read_once (lcio::LCEvent *lc_event) |
| virtual bool | read (lcio::LCEvent *lc_event) |
| virtual bool | read (lcio::LCEvent *lc_event) |
| virtual bool | write (lcio::LCEvent *lc_event) |
| virtual bool | write (lcio::LCEvent *lc_event) |
| virtual bool | write_if_modified (lcio::LCEvent *lc_event) |
| virtual bool | write_if_modified (lcio::LCEvent *lc_event) |
| bool | bempty () |
| bool | bempty () |
| bool | bread_from_event () |
| bool | bread_from_event () |
| bool | bread_from_event_failed () |
| bool | bread_from_event_failed () |
| bool | bmodified () |
| bool | bmodified () |
Protected Member Functions | |
| virtual std::string | determine_collection_name (lcio::LCEvent *lc_event)=0 |
| lcio::LCCollection * | get_collection () |
| void | set_collection (lcio::LCCollection *collection, bool bDeleteOnEmpty=true) |
| virtual std::string | determine_collection_name (lcio::LCEvent *lc_event)=0 |
| lcio::LCCollection * | get_collection () |
| void | set_collection (lcio::LCCollection *collection, bool bDeleteOnEmpty=true) |
| void | set_empty (bool bEmpty=true) |
| void | set_empty (bool bEmpty=true) |
| void | set_read_from_event (bool bReadFromEvent=true) |
| void | set_read_from_event (bool bReadFromEvent=true) |
| void | set_read_from_event_failed (bool bReadFromEventFailed=true) |
| void | set_read_from_event_failed (bool bReadFromEventFailed=true) |
| void | set_modified (bool bModified=true) |
| void | set_modified (bool bModified=true) |
Private Attributes | |
| std::string | m_cached_collection_name |
| lcio::LCCollection * | m_pcollection |
| hash_map< T *, unsigned int > | m_number_map |
| bool | m_bDeleteOnEmpty |
| lcio::LCCollection * | m_pcollection |
| hash_map< T *, unsigned int > | m_number_map |
|
|||||||||
|
Definition at line 9 of file CustomLCIOCollection.h. |
|
|||||||||
|
Definition at line 13 of file CustomLCIOCollection.h. |
|
|||||||||
|
Definition at line 9 of file CustomLCIOCollection.h. |
|
|||||||||
|
Definition at line 13 of file CustomLCIOCollection.h. |
|
|
|
|
|
|
|
|
|
Definition at line 25 of file EventObject.cc. Referenced by tpc_tracking::EventObject::print_status(), and tpc_tracking::EventObject::write_if_modified(). |
|
|
|
|
|
Definition at line 19 of file EventObject.cc. Referenced by tpc_tracking::EventObject::print_status(). |
|
|
|
|
|
Definition at line 22 of file EventObject.cc. Referenced by tpc_tracking::EventObject::print_status(). |
|
|
|
|
|
Definition at line 63 of file EventObject.cc. References tpc_tracking::EventObject::derived_create(), tpc_tracking::EventObject::set_empty(), and tpc_tracking::EventObject::set_modified(). Referenced by tpc_tracking::EventObject::create_if_empty(). |
|
|
|
|
|
Definition at line 57 of file EventObject.cc. References tpc_tracking::EventObject::bempty(), and tpc_tracking::EventObject::create(). |
|
|||||||||
|
Implements tpc_tracking::EventObject. Reimplemented in tpc_tracking::ChargedPads, tpc_tracking::IonizationCenters, tpc_tracking::SimTrackerHits, tpc_tracking::ChargedPads, tpc_tracking::IonizationCenters, and tpc_tracking::SimTrackerHits. Definition at line 46 of file CustomLCIOCollection.h. |
|
|||||||||
|
Implements tpc_tracking::EventObject. Reimplemented in tpc_tracking::ChargedPads, tpc_tracking::IonizationCenters, tpc_tracking::SimTrackerHits, tpc_tracking::ChargedPads, tpc_tracking::IonizationCenters, and tpc_tracking::SimTrackerHits. Definition at line 46 of file CustomLCIOCollection.h. |
|
|||||||||
|
Implements tpc_tracking::EventObject. Definition at line 49 of file CustomLCIOCollection.h. |
|
|||||||||
|
Implements tpc_tracking::EventObject. Definition at line 49 of file CustomLCIOCollection.h. |
|
||||||||||
|
Implements tpc_tracking::EventObject. Definition at line 83 of file CustomLCIOCollection.h. |
|
||||||||||
|
Implements tpc_tracking::EventObject. Definition at line 83 of file CustomLCIOCollection.h. |
|
||||||||||
|
Implements tpc_tracking::EventObject. Definition at line 63 of file CustomLCIOCollection.h. |
|
||||||||||
|
Implements tpc_tracking::EventObject. Definition at line 63 of file CustomLCIOCollection.h. |
|
||||||||||
|
||||||||||
|
|
|
|
|
|||||||||
|
Definition at line 106 of file CustomLCIOCollection.h. |
|
|||||||||
|
Definition at line 106 of file CustomLCIOCollection.h. |
|
|||||||||
|
Definition at line 101 of file CustomLCIOCollection.h. |
|
|||||||||
|
Definition at line 101 of file CustomLCIOCollection.h. |
|
|||||||||
|
Definition at line 95 of file CustomLCIOCollection.h. |
|
|||||||||
|
Definition at line 95 of file CustomLCIOCollection.h. |
|
||||||||||
|
Definition at line 28 of file CustomLCIOCollection.h. |
|
||||||||||
|
Definition at line 28 of file CustomLCIOCollection.h. |
|
||||||||||
|
Definition at line 89 of file CustomLCIOCollection.h. |
|
||||||||||
|
Definition at line 89 of file CustomLCIOCollection.h. |
|
|
|
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 tpc_tracking::EventObject::print_status(). |
|
|
|
|
|
|
|
|
|
||||||||||
|
Definition at line 16 of file CustomLCIOCollection.h. |
|
||||||||||
|
Definition at line 16 of file CustomLCIOCollection.h. |
|
|
|
|
|
Definition at line 83 of file EventObject.cc. References tpc_tracking::EventObject::bempty(), and tpc_tracking::EventObject::read(). |
|
|||||||||
|
Definition at line 35 of file CustomLCIOCollection.h. |
|
|||||||||
|
Definition at line 35 of file CustomLCIOCollection.h. |
|
|
|
|
|
Definition at line 89 of file EventObject.cc. References tpc_tracking::EventObject::bempty(), and tpc_tracking::EventObject::read(). |
|
||||||||||||||||
|
Definition at line 109 of file CustomLCIOCollection.h. |
|
||||||||||||||||
|
Definition at line 109 of file CustomLCIOCollection.h. |
|
|
|
|
|
Definition at line 28 of file EventObject.cc. References tpc_tracking::EventObject::m_bEmpty. Referenced by tpc_tracking::EventObject::create(), tpc_tracking::EventObject::empty(), tpc_tracking::EventObject::EventObject(), and tpc_tracking::EventObject::read(). |
|
|
|
|
|
Definition at line 37 of file EventObject.cc. References tpc_tracking::EventObject::m_bModified. Referenced by tpc_tracking::EventObject::create(), tpc_tracking::EventObject::empty(), tpc_tracking::EventObject::EventObject(), and tpc_tracking::EventObject::write(). |
|
|
|
|
|
Definition at line 31 of file EventObject.cc. References tpc_tracking::EventObject::m_bReadFromEvent. Referenced by tpc_tracking::EventObject::empty(), tpc_tracking::EventObject::EventObject(), and tpc_tracking::EventObject::read(). |
|
|
|
|
|
Definition at line 34 of file EventObject.cc. References tpc_tracking::EventObject::m_bReadFromEventFailed. Referenced by tpc_tracking::EventObject::empty(), tpc_tracking::EventObject::EventObject(), and tpc_tracking::EventObject::read(). |
|
|
|
|
|
Definition at line 106 of file EventObject.cc. References tpc_tracking::EventObject::derived_write(), and tpc_tracking::EventObject::set_modified(). Referenced by tpc_tracking::EventObject::write_if_modified(). |
|
|
|
|
|
Definition at line 113 of file EventObject.cc. References tpc_tracking::EventObject::bmodified(), and tpc_tracking::EventObject::write(). |
|
|||||
|
Definition at line 118 of file CustomLCIOCollection.h. |
|
|||||
|
Definition at line 115 of file CustomLCIOCollection.h. |
|
|||||
|
Definition at line 117 of file CustomLCIOCollection.h. |
|
|||||
|
Definition at line 117 of file CustomLCIOCollection.h. |
|
|||||
|
Definition at line 116 of file CustomLCIOCollection.h. |
|
|||||
|
Definition at line 116 of file CustomLCIOCollection.h. |
1.3.9.1