EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHTimer::time_struct Struct Reference

used to store high precision time using two integers More...

Public Member Functions

 time_struct (void)
 constructor
 

Public Attributes

unsigned long _low
 low wheight bits cpu count
 
unsigned long _high
 high wheight bits cpu count
 

Detailed Description

used to store high precision time using two integers

Definition at line 190 of file PHTimer.h.

View newest version in sPHENIX GitHub at line 190 of file PHTimer.h

Constructor & Destructor Documentation

PHTimer::time_struct::time_struct ( void  )
inline

constructor

Definition at line 193 of file PHTimer.h.

View newest version in sPHENIX GitHub at line 193 of file PHTimer.h

Member Data Documentation

unsigned long PHTimer::time_struct::_high

high wheight bits cpu count

Definition at line 203 of file PHTimer.h.

View newest version in sPHENIX GitHub at line 203 of file PHTimer.h

Referenced by PHTimer::get_clock_counts(), and PHTimer::get_difference().

unsigned long PHTimer::time_struct::_low

low wheight bits cpu count

Definition at line 200 of file PHTimer.h.

View newest version in sPHENIX GitHub at line 200 of file PHTimer.h

Referenced by PHTimer::get_clock_counts(), PHTimer::get_difference(), and PHTimer::PHTimer().


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