EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
convert between 32bit inputs and storage type prop_storage_t More...
#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4detectors/PHG4Cellv1.h>
Public Member Functions | |
u_property (int32_t in) | |
u_property (uint32_t in) | |
u_property (float in) | |
u_property () | |
prop_storage_t | get_storage () const |
Public Attributes | |
float | fdata |
int32_t | idata |
uint32_t | uidata |
convert between 32bit inputs and storage type prop_storage_t
Definition at line 110 of file PHG4Cellv1.h.
View newest version in sPHENIX GitHub at line 110 of file PHG4Cellv1.h
|
inline |
Definition at line 115 of file PHG4Cellv1.h.
View newest version in sPHENIX GitHub at line 115 of file PHG4Cellv1.h
|
inline |
Definition at line 116 of file PHG4Cellv1.h.
View newest version in sPHENIX GitHub at line 116 of file PHG4Cellv1.h
|
inline |
Definition at line 117 of file PHG4Cellv1.h.
View newest version in sPHENIX GitHub at line 117 of file PHG4Cellv1.h
|
inline |
Definition at line 118 of file PHG4Cellv1.h.
View newest version in sPHENIX GitHub at line 118 of file PHG4Cellv1.h
|
inline |
Definition at line 120 of file PHG4Cellv1.h.
View newest version in sPHENIX GitHub at line 120 of file PHG4Cellv1.h
References uidata.
Referenced by PHG4Cellv1::add_property(), and PHG4Cellv1::set_property().
float PHG4Cellv1::u_property::fdata |
Definition at line 111 of file PHG4Cellv1.h.
View newest version in sPHENIX GitHub at line 111 of file PHG4Cellv1.h
Referenced by PHG4Cellv1::get_property_float().
int32_t PHG4Cellv1::u_property::idata |
Definition at line 112 of file PHG4Cellv1.h.
View newest version in sPHENIX GitHub at line 112 of file PHG4Cellv1.h
Referenced by PHG4Cellv1::get_property_int().
uint32_t PHG4Cellv1::u_property::uidata |
Definition at line 113 of file PHG4Cellv1.h.
View newest version in sPHENIX GitHub at line 113 of file PHG4Cellv1.h
Referenced by PHG4Cellv1::get_property_uint(), and get_storage().