Analysis Software
Documentation for sPHENIX simulation software
|
convert between 32bit inputs and storage type prop_storage_t More...
#include <coresoftware/blob/master/simulation/g4simulation/g4main/PHG4Hitv1.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 122 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 122 of file PHG4Hitv1.h
|
inline |
Definition at line 128 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 128 of file PHG4Hitv1.h
|
inline |
Definition at line 132 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 132 of file PHG4Hitv1.h
|
inline |
Definition at line 136 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 136 of file PHG4Hitv1.h
|
inline |
Definition at line 140 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 140 of file PHG4Hitv1.h
|
inline |
Definition at line 145 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 145 of file PHG4Hitv1.h
References uidata.
Referenced by PHG4Hitv1::set_property().
float PHG4Hitv1::u_property::fdata |
Definition at line 124 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 124 of file PHG4Hitv1.h
Referenced by PHG4Hitv1::get_property_float().
int32_t PHG4Hitv1::u_property::idata |
Definition at line 125 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 125 of file PHG4Hitv1.h
Referenced by PHG4Hitv1::get_property_int().
uint32_t PHG4Hitv1::u_property::uidata |
Definition at line 126 of file PHG4Hitv1.h.
View newest version in sPHENIX GitHub at line 126 of file PHG4Hitv1.h
Referenced by PHG4Hitv1::get_property_uint(), and get_storage().