Class Reference for E1039 Core & Analysis Software
PHTimeStamp Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/phool/PHTimeStamp.h>

+ Inheritance diagram for PHTimeStamp:
+ Collaboration diagram for PHTimeStamp:

Public Types

enum  { PHFarFuture = 2147483647 }
 

Public Member Functions

 PHTimeStamp ()
 
 PHTimeStamp (const int, const int, const int, const int, const int, const int, const int=0)
 
 PHTimeStamp (const time_t)
 
void setBinTics (const phtime_t t)
 
virtual ~PHTimeStamp ()
 
void set (const int, const int, const int, const int, const int, const int, const int=0)
 
void set (const char *)
 
void setToSystemTime ()
 
void setToFarFuture ()
 
phtime_t getBinaryTime () const
 
time_t getTics () const
 
void setTics (const time_t)
 
int isInRange (const PHTimeStamp &, const PHTimeStamp &)
 
void print ()
 
int operator== (const PHTimeStamp &) const
 
int operator!= (const PHTimeStamp &) const
 
int operator> (const PHTimeStamp &) const
 
int operator>= (const PHTimeStamp &) const
 
int operator< (const PHTimeStamp &) const
 
int operator<= (const PHTimeStamp &) const
 
PHTimeStampoperator= (const PHTimeStamp &)
 
PHTimeStamp operator+= (time_t)
 
PHTimeStamp operator-= (time_t)
 
char * formatTimeString () const
 
void print () const
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual PHObjectclone () const
 Virtual copy constructor. More...
 
virtual void identify (std::ostream &os=std::cout) const
 
virtual void Reset ()
 Clear Event. More...
 
virtual int isValid () const
 isValid returns non zero if object contains vailid data More...
 
virtual int isValid (const float) const
 
virtual int isValid (const double) const
 
virtual int isValid (const int) const
 
virtual int isValid (const unsigned int) const
 
virtual int isImplemented (const float f) const
 
virtual int isImplemented (const double f) const
 
virtual int isImplemented (const int i) const
 
virtual int isImplemented (const unsigned int i) const
 
void SplitLevel (const int i)
 
int SplitLevel () const
 
void BufferSize (const int i)
 
int BufferSize () const
 

Protected Attributes

phtime_t binaryTime
 

Detailed Description

Definition at line 21 of file PHTimeStamp.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
PHFarFuture 

Definition at line 25 of file PHTimeStamp.h.

Constructor & Destructor Documentation

◆ PHTimeStamp() [1/3]

PHTimeStamp::PHTimeStamp ( )

Definition at line 36 of file PHTimeStamp.cc.

◆ PHTimeStamp() [2/3]

PHTimeStamp::PHTimeStamp ( const int  year,
const int  month,
const int  day,
const int  hour,
const int  minute,
const int  second,
const int  fraction = 0 
)

Definition at line 43 of file PHTimeStamp.cc.

◆ PHTimeStamp() [3/3]

PHTimeStamp::PHTimeStamp ( const time_t  t)

Definition at line 50 of file PHTimeStamp.cc.

◆ ~PHTimeStamp()

virtual PHTimeStamp::~PHTimeStamp ( )
inlinevirtual

Definition at line 33 of file PHTimeStamp.h.

Member Function Documentation

◆ formatTimeString()

char * PHTimeStamp::formatTimeString ( ) const

Definition at line 187 of file PHTimeStamp.cc.

◆ getBinaryTime()

phtime_t PHTimeStamp::getBinaryTime ( ) const
inline

Definition at line 43 of file PHTimeStamp.h.

References binaryTime.

Referenced by isInRange(), operator!=(), operator<(), operator<=(), operator=(), operator==(), operator>(), and operator>=().

+ Here is the caller graph for this function:

◆ getTics()

time_t PHTimeStamp::getTics ( ) const

Definition at line 97 of file PHTimeStamp.cc.

Referenced by operator-(), operator<<(), PdbParameterMapContainer::WriteToFile(), PHParametersContainer::WriteToFile(), and PHG4ParametersContainer::WriteToFile().

+ Here is the caller graph for this function:

◆ isInRange()

int PHTimeStamp::isInRange ( const PHTimeStamp t1,
const PHTimeStamp t2 
)

Definition at line 122 of file PHTimeStamp.cc.

References getBinaryTime().

+ Here is the call graph for this function:

◆ operator!=()

int PHTimeStamp::operator!= ( const PHTimeStamp t) const

Definition at line 140 of file PHTimeStamp.cc.

References getBinaryTime().

+ Here is the call graph for this function:

◆ operator+=()

PHTimeStamp PHTimeStamp::operator+= ( time_t  t)

Definition at line 171 of file PHTimeStamp.cc.

References ticFactor.

◆ operator-=()

PHTimeStamp PHTimeStamp::operator-= ( time_t  t)

Definition at line 177 of file PHTimeStamp.cc.

References ticFactor.

◆ operator<()

int PHTimeStamp::operator< ( const PHTimeStamp t) const

Definition at line 150 of file PHTimeStamp.cc.

References getBinaryTime().

+ Here is the call graph for this function:

◆ operator<=()

int PHTimeStamp::operator<= ( const PHTimeStamp t) const

Definition at line 160 of file PHTimeStamp.cc.

References getBinaryTime().

+ Here is the call graph for this function:

◆ operator=()

PHTimeStamp & PHTimeStamp::operator= ( const PHTimeStamp t)

Definition at line 165 of file PHTimeStamp.cc.

References getBinaryTime().

+ Here is the call graph for this function:

◆ operator==()

int PHTimeStamp::operator== ( const PHTimeStamp t) const

Definition at line 135 of file PHTimeStamp.cc.

References getBinaryTime().

+ Here is the call graph for this function:

◆ operator>()

int PHTimeStamp::operator> ( const PHTimeStamp t) const

Definition at line 145 of file PHTimeStamp.cc.

References getBinaryTime().

+ Here is the call graph for this function:

◆ operator>=()

int PHTimeStamp::operator>= ( const PHTimeStamp t) const

Definition at line 155 of file PHTimeStamp.cc.

References getBinaryTime().

+ Here is the call graph for this function:

◆ print() [1/2]

void PHTimeStamp::print ( )

Definition at line 127 of file PHTimeStamp.cc.

Referenced by Fun4AllServer::BeginRun(), and Fun4AllServer::BeginRunTimeStamp().

+ Here is the caller graph for this function:

◆ print() [2/2]

void PHTimeStamp::print ( ) const

Definition at line 183 of file PHTimeStamp.cc.

◆ set() [1/2]

void PHTimeStamp::set ( const char *  timeString)

Definition at line 83 of file PHTimeStamp.cc.

References strptime().

+ Here is the call graph for this function:

◆ set() [2/2]

void PHTimeStamp::set ( const int  year,
const int  month,
const int  day,
const int  hour,
const int  minute,
const int  second,
const int  fraction = 0 
)

Definition at line 58 of file PHTimeStamp.cc.

Referenced by operator>>().

+ Here is the caller graph for this function:

◆ setBinTics()

void PHTimeStamp::setBinTics ( const phtime_t  t)

Definition at line 107 of file PHTimeStamp.cc.

◆ setTics()

void PHTimeStamp::setTics ( const time_t  tics)

Definition at line 102 of file PHTimeStamp.cc.

Referenced by setToFarFuture().

+ Here is the caller graph for this function:

◆ setToFarFuture()

void PHTimeStamp::setToFarFuture ( )
inline

Definition at line 41 of file PHTimeStamp.h.

References PHFarFuture, and setTics().

+ Here is the call graph for this function:

◆ setToSystemTime()

void PHTimeStamp::setToSystemTime ( )

Definition at line 92 of file PHTimeStamp.cc.

Member Data Documentation

◆ binaryTime

phtime_t PHTimeStamp::binaryTime
protected

Definition at line 70 of file PHTimeStamp.h.

Referenced by getBinaryTime().


The documentation for this class was generated from the following files: