Class Reference for E1039 Core & Analysis Software
PHG4Hitv1::u_property Union Reference

convert between 32bit inputs and storage type prop_storage_t More...

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/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
 

Detailed Description

convert between 32bit inputs and storage type prop_storage_t

Definition at line 118 of file PHG4Hitv1.h.

Constructor & Destructor Documentation

◆ u_property() [1/4]

PHG4Hitv1::u_property::u_property ( int32_t  in)
inline

Definition at line 123 of file PHG4Hitv1.h.

◆ u_property() [2/4]

PHG4Hitv1::u_property::u_property ( uint32_t  in)
inline

Definition at line 124 of file PHG4Hitv1.h.

◆ u_property() [3/4]

PHG4Hitv1::u_property::u_property ( float  in)
inline

Definition at line 125 of file PHG4Hitv1.h.

◆ u_property() [4/4]

PHG4Hitv1::u_property::u_property ( )
inline

Definition at line 126 of file PHG4Hitv1.h.

Member Function Documentation

◆ get_storage()

prop_storage_t PHG4Hitv1::u_property::get_storage ( ) const
inline

Definition at line 128 of file PHG4Hitv1.h.

References uidata.

Referenced by PHG4Hitv1::set_property().

+ Here is the caller graph for this function:

Member Data Documentation

◆ fdata

float PHG4Hitv1::u_property::fdata

Definition at line 119 of file PHG4Hitv1.h.

Referenced by PHG4Hitv1::get_property_float().

◆ idata

int32_t PHG4Hitv1::u_property::idata

Definition at line 120 of file PHG4Hitv1.h.

Referenced by PHG4Hitv1::get_property_int().

◆ uidata

uint32_t PHG4Hitv1::u_property::uidata

Definition at line 121 of file PHG4Hitv1.h.

Referenced by PHG4Hitv1::get_property_uint(), and get_storage().


The documentation for this union was generated from the following file: