#include <IonizationCenter.h>
Inheritance diagram for tpc_tracking::IonizationCenters:
Public Member Functions | |
| IonizationCenters () | |
| ~IonizationCenters () | |
| bool | derived_create () |
| std::string | determine_collection_name (lcio::LCEvent *lc_event) |
| void | generate_charge_information () |
| void | put_charge_on_pads () |
| void | ls () |
| IonizationCenter * | get_ionization_center (IonizationCenterNumber number) |
| unsigned int | get_nionization_centers () |
| IonizationCenters () | |
| ~IonizationCenters () | |
| bool | derived_create () |
| std::string | determine_collection_name (lcio::LCEvent *lc_event) |
| void | generate_charge_information () |
| void | put_charge_on_pads () |
| void | ls () |
| IonizationCenter * | get_ionization_center (IonizationCenterNumber number) |
| unsigned int | get_nionization_centers () |
| lcio::LCCollectionVec * | get_collection_vec () |
| lcio::LCCollectionVec * | get_collection_vec () |
| virtual bool | alloc_vec () |
| virtual bool | alloc_vec () |
| virtual void | set_vec_element (int n, IonizationCenter *pt) |
| virtual void | set_vec_element (int n, IonizationCenter *pt) |
| virtual void | resize_vec (int n) |
| virtual void | resize_vec (int n) |
| void | read_collection (lcio::LCEvent *lc_event) |
| void | read_collection (lcio::LCEvent *lc_event) |
| unsigned int | get_number (IonizationCenter *pt) |
| unsigned int | get_number (IonizationCenter *pt) |
| void | rebuild_number_map () |
| void | rebuild_number_map () |
| virtual bool | derived_empty () |
| virtual bool | derived_empty () |
| virtual bool | derived_write (lcio::LCEvent *lc_event) |
| virtual bool | derived_write (lcio::LCEvent *lc_event) |
| virtual bool | derived_read (lcio::LCEvent *lc_event) |
| virtual bool | derived_read (lcio::LCEvent *lc_event) |
| IonizationCenter * | get_object (int number) |
| IonizationCenter * | get_object (int number) |
| int | get_nobjects () |
| int | get_nobjects () |
| virtual const char * | get_collection_name () |
| virtual const char * | get_collection_name () |
| 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 () |
Static Public Member Functions | |
| void | export_to_python (boost::python::object &tpc) |
| void | export_to_python (boost::python::object &tpc) |
Protected Member Functions | |
| lcio::LCCollection * | get_collection () |
| lcio::LCCollection * | get_collection () |
| void | set_collection (lcio::LCCollection *collection, bool bDeleteOnEmpty=true) |
| 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) |
|
|
Definition at line 217 of file IonizationCenter.cc. |
|
|
Definition at line 222 of file IonizationCenter.cc. |
|
|
|
|
|
|
|
|
Definition at line 131 of file CustomLCIOCollection.h. |
|
|
Definition at line 131 of file CustomLCIOCollection.h. Referenced by derived_create(). |
|
|
|
|
|
|
|
|
|
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(). |
|
|
Reimplemented from tpc_tracking::CustomLCIOCollection< IonizationCenter >. |
|
|
|
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. |
|
|
Implements tpc_tracking::CustomLCIOCollection< IonizationCenter >. |
|
|
Implements tpc_tracking::CustomLCIOCollection< IonizationCenter >. Definition at line 256 of file IonizationCenter.cc. |
|
|
|
|
|
|
|
|
|
Definition at line 234 of file IonizationCenter.cc. |
|
|
|
|
|
Definition at line 269 of file IonizationCenter.cc. References tpc_tracking::EventObject::bempty(), tpc_tracking::IonizationCenter::generate_charge_information(), get_ionization_center(), get_nionization_centers(), tpc_tracking::IonizationCenterNumber, and tpc_assert. |
|
|
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 128 of file CustomLCIOCollection.h. |
|
|
Definition at line 128 of file CustomLCIOCollection.h. |
|
|
|
|
|
Definition at line 227 of file IonizationCenter.cc. References tpc_tracking::CustomLCIOCollection< IonizationCenter >::get_object(). Referenced by generate_charge_information(), and put_charge_on_pads(). |
|
|
|
|
|
Definition at line 231 of file IonizationCenter.cc. References tpc_tracking::CustomLCIOCollection< IonizationCenter >::get_nobjects(). Referenced by generate_charge_information(), and put_charge_on_pads(). |
|
|
Definition at line 95 of file CustomLCIOCollection.h. |
|
|
Definition at line 95 of file CustomLCIOCollection.h. Referenced by get_nionization_centers(), and ls(). |
|
|
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. Referenced by get_ionization_center(). |
|
|
Reimplemented from tpc_tracking::EventObject. |
|
|
Reimplemented from tpc_tracking::EventObject. Definition at line 260 of file IonizationCenter.cc. References tpc_tracking::EventObject::bempty(), tpc_tracking::CustomLCIOCollection< IonizationCenter >::get_nobjects(), and tpc_tracking::EventObject::print_status(). |
|
|
|
|
|
|
|
|
|
Definition at line 276 of file IonizationCenter.cc. References tpc_tracking::EventObject::bempty(), get_ionization_center(), get_nionization_centers(), tpc_tracking::IonizationCenterNumber, tpc_tracking::IonizationCenter::put_charge_on_pads(), and tpc_assert. |
|
|
|
|
|
|
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. Referenced by derived_create(). |
|
|
|
|
|
Definition at line 89 of file EventObject.cc. References tpc_tracking::EventObject::bempty(), and tpc_tracking::EventObject::read(). |
|
|
Definition at line 138 of file CustomLCIOCollection.h. |
|
|
Definition at line 138 of file CustomLCIOCollection.h. Referenced by derived_create(). |
|
||||||||||||
|
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 135 of file CustomLCIOCollection.h. |
|
||||||||||||
|
Definition at line 135 of file CustomLCIOCollection.h. Referenced by derived_create(). |
|
|
|
|
|
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(). |
1.3.9.1