BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
GPStime Class Reference

#include <Scheduler.h>

Public Member Functions

 GPStime (double t=0)
 
 operator double () const
 

Friends

GPStimeoperator+= (GPStime &, const double &)
 

Detailed Description

Definition at line 15 of file Scheduler.h.

Constructor & Destructor Documentation

◆ GPStime()

GPStime::GPStime ( double  t = 0)
inline

Definition at line 18 of file Scheduler.h.

18:m_t(t){}
int t()
Definition: t.c:1

Member Function Documentation

◆ operator double()

GPStime::operator double ( ) const
inline

Definition at line 19 of file Scheduler.h.

19{return m_t;}

Friends And Related Function Documentation

◆ operator+=

GPStime & operator+= ( GPStime t,
const double &  dt 
)
friend

Definition at line 26 of file Scheduler.h.

27{
28 t.m_t += dt;
29 return t;
30}
TGraphErrors * dt
Definition: AbsCor.cxx:72

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