Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4detectors/PHG4Cellv1.h>
Classes | |
union | u_property |
convert between 32bit inputs and storage type prop_storage_t More... | |
Public Member Functions | |
PHG4Cellv1 () | |
PHG4Cellv1 (const PHG4CellDefs::keytype g4cellid) | |
virtual | ~PHG4Cellv1 () |
virtual void | identify (std::ostream &os=std::cout) const |
virtual void | Reset () |
void | set_cellid (const PHG4CellDefs::keytype i) |
PHG4CellDefs::keytype | get_cellid () const |
bool | has_binning (const PHG4CellDefs::CellBinning binning) const |
short int | get_detid () const |
void | add_edep (const PHG4HitDefs::keytype g4hitid, const float edep) |
void | add_shower_edep (const int g4showerid, const float edep) |
EdepConstRange | get_g4hits () |
ShowerEdepConstRange | get_g4showers () |
void | add_edep (const float f) |
double | get_edep () const |
void | add_eion (const float f) |
double | get_eion () const |
void | add_light_yield (const float f) |
float | get_light_yield () const |
void | set_chip_index (const int i) |
int | get_chip_index () const |
void | set_half_stave_index (const int i) |
int | get_half_stave_index () const |
void | set_ladder_phi_index (const int i) |
int | get_ladder_phi_index () const |
void | set_ladder_z_index (const int i) |
int | get_ladder_z_index () const |
void | set_module_index (const int i) |
int | get_module_index () const |
void | set_phibin (const int i) |
int | get_phibin () const |
void | set_pixel_index (const int i) |
int | get_pixel_index () const |
void | set_stave_index (const int i) |
int | get_stave_index () const |
void | set_zbin (const int i) |
int | get_zbin () const |
void | print () const |
bool | has_property (const PROPERTY prop_id) const |
float | get_property_float (const PROPERTY prop_id) const |
int | get_property_int (const PROPERTY prop_id) const |
unsigned int | get_property_uint (const PROPERTY prop_id) const |
void | add_property (const PROPERTY prop_id, const float value) |
void | add_property (const PROPERTY prop_id, const int value) |
void | add_property (const PROPERTY prop_id, const unsigned int value) |
void | set_property (const PROPERTY prop_id, const float value) |
void | set_property (const PROPERTY prop_id, const int value) |
void | set_property (const PROPERTY prop_id, const unsigned int value) |
![]() | |
virtual | ~PHG4Cell () |
virtual void | Copy (PHG4Cell const &g4cell) |
virtual void | add_edep (const PHG4HitDefs::keytype g4hitid, const int tbin, const float edep) |
short int | get_layer () const |
Protected Types | |
typedef uint8_t | prop_id_t |
storage types for additional property More... | |
typedef uint32_t | prop_storage_t |
typedef std::map< prop_id_t, prop_storage_t > | prop_map_t |
Protected Member Functions | |
unsigned int | get_property_nocheck (const PROPERTY prop_id) const |
void | set_property_nocheck (const PROPERTY prop_id, const unsigned int ui) |
![]() | |
PHG4Cell () | |
Protected Attributes | |
PHG4CellDefs::keytype | cellid |
EdepMap | hitedeps |
ShowerEdepMap | showeredeps |
prop_map_t | prop_map |
container for additional property More... | |
Additional Inherited Members | |
![]() | |
enum | PROPERTY { prop_stave_index = 1 , prop_half_stave_index = 2 , prop_module_index = 3 , prop_chip_index = 4 , prop_pixel_index = 5 , prop_phibin = 6 , prop_zbin = 7 , prop_ladder_z_index = 8 , prop_ladder_phi_index = 9 , prop_edep = 21 , prop_eion = 22 , prop_light_yield = 23 , prop_MAX_NUMBER = UCHAR_MAX } |
enum | PROPERTY_TYPE { type_int = 1 , type_uint = 2 , type_float = 3 , type_unknown = -1 } |
typedef std::map< PHG4HitDefs::keytype, float > | EdepMap |
typedef EdepMap::iterator | EdepIterator |
typedef EdepMap::const_iterator | EdepConstIterator |
typedef std::pair< EdepIterator, EdepIterator > | EdepRange |
typedef std::pair< EdepConstIterator, EdepConstIterator > | EdepConstRange |
typedef std::map< int, float > | ShowerEdepMap |
typedef ShowerEdepMap::iterator | ShowerEdepIterator |
typedef ShowerEdepMap::const_iterator | ShowerEdepConstIterator |
typedef std::pair< ShowerEdepIterator, ShowerEdepIterator > | ShowerEdepRange |
typedef std::pair< ShowerEdepConstIterator, ShowerEdepConstIterator > | ShowerEdepConstRange |
typedef std::pair< unsigned short, std::map< int, int > > | tpccompress |
typedef std::map< unsigned short, tpccompress > | tpctod |
![]() | |
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) |
Definition at line 14 of file PHG4Cellv1.h.
|
protected |
storage types for additional property
Definition at line 104 of file PHG4Cellv1.h.
|
protected |
Definition at line 106 of file PHG4Cellv1.h.
|
protected |
Definition at line 105 of file PHG4Cellv1.h.
PHG4Cellv1::PHG4Cellv1 | ( | ) |
Definition at line 9 of file PHG4Cellv1.cc.
PHG4Cellv1::PHG4Cellv1 | ( | const PHG4CellDefs::keytype | g4cellid | ) |
Definition at line 13 of file PHG4Cellv1.cc.
|
virtual |
Definition at line 17 of file PHG4Cellv1.cc.
References hitedeps, prop_map, and showeredeps.
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 42 of file PHG4Cellv1.h.
References add_property(), and PHG4Cell::prop_edep.
|
virtual |
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 45 of file PHG4Cellv1.h.
References add_property(), and PHG4Cell::prop_eion.
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 48 of file PHG4Cellv1.h.
References add_property(), and PHG4Cell::prop_light_yield.
void PHG4Cellv1::add_property | ( | const PROPERTY | prop_id, |
const float | value | ||
) |
Definition at line 113 of file PHG4Cellv1.cc.
References PHG4Cell::check_property(), get_property_float(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_float.
Referenced by add_edep(), add_eion(), and add_light_yield().
void PHG4Cellv1::add_property | ( | const PROPERTY | prop_id, |
const int | value | ||
) |
Definition at line 132 of file PHG4Cellv1.cc.
References PHG4Cell::check_property(), PHG4Cell::get_property_info(), get_property_int(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_int.
void PHG4Cellv1::add_property | ( | const PROPERTY | prop_id, |
const unsigned int | value | ||
) |
Definition at line 151 of file PHG4Cellv1.cc.
References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), get_property_uint(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_uint.
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 52 of file PHG4Cellv1.h.
References get_property_int(), and PHG4Cell::prop_chip_index.
|
virtual |
Reimplemented from PHG4Cell.
Definition at line 46 of file PHG4Cellv1.cc.
References cellid, and PHG4CellDefs::get_detid().
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 43 of file PHG4Cellv1.h.
References get_property_float(), and PHG4Cell::prop_edep.
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 46 of file PHG4Cellv1.h.
References get_property_float(), and PHG4Cell::prop_eion.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 55 of file PHG4Cellv1.h.
References get_property_int(), and PHG4Cell::prop_half_stave_index.
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 58 of file PHG4Cellv1.h.
References get_property_int(), and PHG4Cell::prop_ladder_phi_index.
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 61 of file PHG4Cellv1.h.
References get_property_int(), and PHG4Cell::prop_ladder_z_index.
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 49 of file PHG4Cellv1.h.
References get_property_float(), and PHG4Cell::prop_light_yield.
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 64 of file PHG4Cellv1.h.
References get_property_int(), and PHG4Cell::prop_module_index.
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 67 of file PHG4Cellv1.h.
References get_property_int(), and PHG4Cell::prop_phibin.
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 70 of file PHG4Cellv1.h.
References get_property_int(), and PHG4Cell::prop_pixel_index.
|
virtual |
Reimplemented from PHG4Cell.
Definition at line 59 of file PHG4Cellv1.cc.
References PHG4Cell::check_property(), PHG4Cellv1::u_property::fdata, PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHWHERE, prop_map, and PHG4Cell::type_float.
Referenced by add_property(), get_edep(), get_eion(), get_light_yield(), and identify().
|
virtual |
Reimplemented from PHG4Cell.
Definition at line 77 of file PHG4Cellv1.cc.
References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::idata, PHWHERE, prop_map, and PHG4Cell::type_int.
Referenced by add_property(), get_chip_index(), get_half_stave_index(), get_ladder_phi_index(), get_ladder_z_index(), get_module_index(), get_phibin(), get_pixel_index(), get_stave_index(), get_zbin(), and identify().
|
protectedvirtual |
|
virtual |
Reimplemented from PHG4Cell.
Definition at line 95 of file PHG4Cellv1.cc.
References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHWHERE, prop_map, PHG4Cell::type_uint, and PHG4Cellv1::u_property::uidata.
Referenced by add_property(), and identify().
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 73 of file PHG4Cellv1.h.
References get_property_int(), and PHG4Cell::prop_stave_index.
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 78 of file PHG4Cellv1.h.
References get_property_int(), and PHG4Cell::prop_zbin.
|
virtual |
Reimplemented from PHG4Cell.
Definition at line 40 of file PHG4Cellv1.cc.
References cellid, and PHG4CellDefs::has_binning().
|
virtual |
|
virtual |
Reimplemented from PHG4Cell.
Definition at line 237 of file PHG4Cellv1.cc.
References cellid, get_property_float(), PHG4Cell::get_property_info(), get_property_int(), get_property_uint(), hitedeps, prop_map, showeredeps, PHG4Cell::type_float, PHG4Cell::type_int, and PHG4Cell::type_uint.
Referenced by print().
|
virtual |
Reimplemented from PHG4Cell.
Definition at line 223 of file PHG4Cellv1.cc.
References identify().
|
virtual |
Reimplemented from PHG4Cell.
Definition at line 229 of file PHG4Cellv1.cc.
References hitedeps, prop_map, and showeredeps.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 51 of file PHG4Cellv1.h.
References PHG4Cell::prop_chip_index, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 54 of file PHG4Cellv1.h.
References PHG4Cell::prop_half_stave_index, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 57 of file PHG4Cellv1.h.
References PHG4Cell::prop_ladder_phi_index, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 60 of file PHG4Cellv1.h.
References PHG4Cell::prop_ladder_z_index, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 63 of file PHG4Cellv1.h.
References PHG4Cell::prop_module_index, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 66 of file PHG4Cellv1.h.
References PHG4Cell::prop_phibin, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 69 of file PHG4Cellv1.h.
References PHG4Cell::prop_pixel_index, and set_property().
|
virtual |
Reimplemented from PHG4Cell.
Definition at line 170 of file PHG4Cellv1.cc.
References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_float.
Referenced by set_chip_index(), set_half_stave_index(), set_ladder_phi_index(), set_ladder_z_index(), set_module_index(), set_phibin(), set_pixel_index(), set_stave_index(), and set_zbin().
|
virtual |
Reimplemented from PHG4Cell.
Definition at line 184 of file PHG4Cellv1.cc.
References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_int.
|
virtual |
Reimplemented from PHG4Cell.
Definition at line 198 of file PHG4Cellv1.cc.
References PHG4Cell::check_property(), PHG4Cell::get_property_info(), PHG4Cell::get_property_type(), PHG4Cellv1::u_property::get_storage(), PHWHERE, prop_map, and PHG4Cell::type_uint.
|
inlineprotectedvirtual |
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 72 of file PHG4Cellv1.h.
References PHG4Cell::prop_stave_index, and set_property().
|
inlinevirtual |
Reimplemented from PHG4Cell.
Definition at line 77 of file PHG4Cellv1.h.
References PHG4Cell::prop_zbin, and set_property().
|
protected |
Definition at line 98 of file PHG4Cellv1.h.
Referenced by get_cellid(), get_detid(), has_binning(), identify(), and set_cellid().
|
protected |
Definition at line 99 of file PHG4Cellv1.h.
Referenced by add_edep(), get_g4hits(), identify(), Reset(), and ~PHG4Cellv1().
|
protected |
container for additional property
Definition at line 123 of file PHG4Cellv1.h.
Referenced by add_property(), get_property_float(), get_property_int(), get_property_nocheck(), get_property_uint(), has_property(), identify(), Reset(), set_property(), set_property_nocheck(), and ~PHG4Cellv1().
|
protected |
Definition at line 100 of file PHG4Cellv1.h.
Referenced by add_shower_edep(), get_g4showers(), identify(), Reset(), and ~PHG4Cellv1().