Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4detectors/PHG4Cell.h>
Public Member Functions | |
virtual | ~PHG4Cell () |
virtual void | identify (std::ostream &os=std::cout) const |
virtual void | Copy (PHG4Cell const &g4cell) |
virtual void | Reset () |
virtual void | set_cellid (const PHG4CellDefs::keytype i) |
virtual PHG4CellDefs::keytype | get_cellid () const |
virtual bool | has_binning (const PHG4CellDefs::CellBinning) const |
virtual void | add_edep (const PHG4HitDefs::keytype g4hitid, const float edep) |
virtual void | add_edep (const PHG4HitDefs::keytype g4hitid, const int tbin, const float edep) |
virtual void | add_shower_edep (const int g4showerid, const float edep) |
virtual EdepConstRange | get_g4hits () |
virtual ShowerEdepConstRange | get_g4showers () |
virtual short int | get_detid () const |
short int | get_layer () const |
virtual void | add_edep (const float f) |
virtual double | get_edep () const |
virtual void | add_eion (const float f) |
virtual double | get_eion () const |
virtual void | add_light_yield (const float lightYield) |
virtual float | get_light_yield () const |
virtual void | set_chip_index (const int i) |
virtual int | get_chip_index () const |
virtual void | set_half_stave_index (const int i) |
virtual int | get_half_stave_index () const |
virtual void | set_ladder_phi_index (const int i) |
virtual int | get_ladder_phi_index () const |
virtual void | set_ladder_z_index (const int i) |
virtual int | get_ladder_z_index () const |
virtual void | set_module_index (const int i) |
virtual int | get_module_index () const |
virtual void | set_phibin (const int i) |
virtual int | get_phibin () const |
virtual void | set_pixel_index (const int i) |
virtual int | get_pixel_index () const |
virtual void | set_stave_index (const int i) |
virtual int | get_stave_index () const |
virtual void | set_zbin (const int i) |
virtual int | get_zbin () const |
virtual void | print () const |
virtual bool | has_property (const PROPERTY prop_id) const |
virtual float | get_property_float (const PROPERTY prop_id) const |
virtual int | get_property_int (const PROPERTY prop_id) const |
virtual unsigned int | get_property_uint (const PROPERTY prop_id) const |
virtual void | set_property (const PROPERTY prop_id, const float value) |
virtual void | set_property (const PROPERTY prop_id, const int value) |
virtual void | set_property (const PROPERTY prop_id, const unsigned int value) |
Static Public Member Functions | |
static std::pair< const std::string, PROPERTY_TYPE > | get_property_info (PROPERTY prop_id) |
static bool | check_property (const PROPERTY prop_id, const PROPERTY_TYPE prop_type) |
static std::string | get_property_type (const PROPERTY_TYPE prop_type) |
Protected Member Functions | |
PHG4Cell () | |
virtual unsigned int | get_property_nocheck (const PROPERTY prop_id) const |
virtual void | set_property_nocheck (const PROPERTY prop_id, const unsigned int) |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const PHG4Cell *cell) |
Definition at line 12 of file PHG4Cell.h.
typedef EdepMap::const_iterator PHG4Cell::EdepConstIterator |
Definition at line 17 of file PHG4Cell.h.
typedef std::pair<EdepConstIterator, EdepConstIterator> PHG4Cell::EdepConstRange |
Definition at line 19 of file PHG4Cell.h.
typedef EdepMap::iterator PHG4Cell::EdepIterator |
Definition at line 16 of file PHG4Cell.h.
typedef std::map<PHG4HitDefs::keytype, float> PHG4Cell::EdepMap |
Definition at line 15 of file PHG4Cell.h.
typedef std::pair<EdepIterator, EdepIterator> PHG4Cell::EdepRange |
Definition at line 18 of file PHG4Cell.h.
typedef ShowerEdepMap::const_iterator PHG4Cell::ShowerEdepConstIterator |
Definition at line 23 of file PHG4Cell.h.
typedef std::pair<ShowerEdepConstIterator, ShowerEdepConstIterator> PHG4Cell::ShowerEdepConstRange |
Definition at line 25 of file PHG4Cell.h.
typedef ShowerEdepMap::iterator PHG4Cell::ShowerEdepIterator |
Definition at line 22 of file PHG4Cell.h.
typedef std::map<int, float> PHG4Cell::ShowerEdepMap |
Definition at line 21 of file PHG4Cell.h.
typedef std::pair<ShowerEdepIterator, ShowerEdepIterator> PHG4Cell::ShowerEdepRange |
Definition at line 24 of file PHG4Cell.h.
typedef std::pair<unsigned short,std::map<int,int> > PHG4Cell::tpccompress |
Definition at line 27 of file PHG4Cell.h.
typedef std::map<unsigned short,tpccompress> PHG4Cell::tpctod |
Definition at line 28 of file PHG4Cell.h.
enum PHG4Cell::PROPERTY |
Procedure to add a new PROPERTY tag: 1.add new tag below with unique value, 2.add a short name to PHG4Cell::get_property_info
Definition at line 110 of file PHG4Cell.h.
Enumerator | |
---|---|
type_int | |
type_uint | |
type_float | |
type_unknown |
Definition at line 136 of file PHG4Cell.h.
|
inlinevirtual |
Definition at line 31 of file PHG4Cell.h.
|
inlineprotected |
Definition at line 156 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv2, and PHG4Cellv1.
Definition at line 64 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv1, PHG4CylinderCell, PHG4Cellv2, and PHG4Cellv1.
Definition at line 45 of file PHG4Cell.h.
Referenced by PHG4CylinderCellReco::process_event(), and PHG4CylinderCellTPCReco::process_event().
|
inlinevirtual |
Definition at line 46 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 67 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 70 of file PHG4Cell.h.
Referenced by PHG4CylinderCellReco::process_event().
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv1, PHG4CylinderCell, and PHG4Cellv1.
Definition at line 48 of file PHG4Cell.h.
Referenced by PHG4CylinderCellReco::process_event(), and PHG4CylinderCellTPCReco::process_event().
|
static |
Definition at line 78 of file PHG4Cell.cc.
Referenced by PHG4Cellv1::add_property(), PHG4Cellv1::get_property_float(), PHG4Cellv1::get_property_int(), PHG4Cellv1::get_property_uint(), and PHG4Cellv1::set_property().
|
virtual |
Definition at line 8 of file PHG4Cell.cc.
References get_cellid(), get_property_nocheck(), and has_property().
|
inlinevirtual |
Reimplemented in PHG4Cellv2, and PHG4Cellv1.
Definition at line 41 of file PHG4Cell.h.
Referenced by PHG4CellContainer::AddCell(), and Copy().
|
inlinevirtual |
Reimplemented in PHG4CylinderCell, and PHG4Cellv1.
Definition at line 76 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv2, and PHG4Cellv1.
Definition at line 60 of file PHG4Cell.h.
Referenced by get_layer().
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv1, PHG4CylinderCell, PHG4Cellv2, and PHG4Cellv1.
Definition at line 65 of file PHG4Cell.h.
Referenced by PHG4CylinderCellReco::process_event().
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 68 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv1, PHG4CylinderCell, PHG4Cellv2, and PHG4Cellv1.
Definition at line 50 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv1, PHG4CylinderCell, and PHG4Cellv1.
Definition at line 55 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCell, and PHG4Cellv1.
Definition at line 79 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv2, PHG4CylinderCell, and PHG4Cellv1.
Definition at line 82 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv2, PHG4CylinderCell, and PHG4Cellv1.
Definition at line 85 of file PHG4Cell.h.
|
inline |
Definition at line 62 of file PHG4Cell.h.
References get_detid().
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv1, PHG4CylinderCell, and PHG4Cellv1.
Definition at line 71 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCell, and PHG4Cellv1.
Definition at line 88 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 91 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCell, and PHG4Cellv1.
Definition at line 94 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 145 of file PHG4Cell.h.
|
static |
Definition at line 42 of file PHG4Cell.cc.
References type_float, and type_int.
Referenced by PHG4Cellv1::add_property(), PHG4Cellv1::get_property_float(), PHG4Cellv1::get_property_int(), PHG4Cellv1::get_property_uint(), PHG4Cellv1::identify(), and PHG4Cellv1::set_property().
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 146 of file PHG4Cell.h.
|
inlineprotectedvirtual |
Reimplemented in PHG4Cellv1.
Definition at line 157 of file PHG4Cell.h.
Referenced by Copy().
|
static |
Definition at line 89 of file PHG4Cell.cc.
Referenced by PHG4Cellv1::add_property(), PHG4Cellv1::get_property_float(), PHG4Cellv1::get_property_int(), PHG4Cellv1::get_property_uint(), and PHG4Cellv1::set_property().
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 147 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCell, and PHG4Cellv1.
Definition at line 97 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 102 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv2, and PHG4Cellv1.
Definition at line 42 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 144 of file PHG4Cell.h.
Referenced by Copy().
|
virtual |
Reimplemented in PHG4CylinderCellv3, PHG4CylinderCellv2, PHG4CylinderCellv1, PHG4CylinderCell, PHG4Cellv2, and PHG4Cellv1.
Definition at line 23 of file PHG4Cell.cc.
|
inlinevirtual |
Reimplemented in PHG4Cellv2, and PHG4Cellv1.
Definition at line 105 of file PHG4Cell.h.
|
virtual |
Reimplemented in PHG4Cellv2, and PHG4Cellv1.
Definition at line 35 of file PHG4Cell.cc.
|
inlinevirtual |
Reimplemented in PHG4Cellv2, and PHG4Cellv1.
Definition at line 39 of file PHG4Cell.h.
Referenced by PHG4CellContainer::AddCellSpecifyKey(), and PHG4CellContainer::findOrAddCell().
|
inlinevirtual |
Reimplemented in PHG4CylinderCell, and PHG4Cellv1.
Definition at line 75 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCell, and PHG4Cellv1.
Definition at line 78 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv2, PHG4CylinderCell, and PHG4Cellv1.
Definition at line 81 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv2, PHG4CylinderCell, and PHG4Cellv1.
Definition at line 84 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCell, and PHG4Cellv1.
Definition at line 87 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv1, PHG4CylinderCell, and PHG4Cellv1.
Definition at line 90 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCell, and PHG4Cellv1.
Definition at line 93 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 148 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 149 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4Cellv1.
Definition at line 150 of file PHG4Cell.h.
|
inlineprotectedvirtual |
Reimplemented in PHG4Cellv1.
Definition at line 158 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCell, and PHG4Cellv1.
Definition at line 96 of file PHG4Cell.h.
|
inlinevirtual |
Reimplemented in PHG4CylinderCellv1, PHG4CylinderCell, and PHG4Cellv1.
Definition at line 101 of file PHG4Cell.h.
|
friend |
Definition at line 29 of file PHG4Cell.cc.