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

#include <Scheduler.h>

Public Member Functions

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

Friends

GPStimeoperator+= (GPStime &t, const double &dt)
GPStimeoperator+= (GPStime &t, const double &dt)
GPStimeoperator+= (GPStime &t, const double &dt)

Detailed Description

Constructor & Destructor Documentation

◆ GPStime() [1/3]

GPStime::GPStime ( double t = 0)
inline

Definition at line 17 of file Calibration/facilities/include/facilities/Scheduler.h.

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

Referenced by operator+=.

◆ GPStime() [2/3]

GPStime::GPStime ( double t = 0)
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-dbg/include/facilities/Scheduler.h.

17: m_t( t ) {}

◆ GPStime() [3/3]

GPStime::GPStime ( double t = 0)
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-opt/include/facilities/Scheduler.h.

17: m_t( t ) {}

Member Function Documentation

◆ operator double() [1/3]

GPStime::operator double ( ) const
inline

Definition at line 18 of file Calibration/facilities/include/facilities/Scheduler.h.

18{ return m_t; }

◆ operator double() [2/3]

GPStime::operator double ( ) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-dbg/include/facilities/Scheduler.h.

18{ return m_t; }

◆ operator double() [3/3]

GPStime::operator double ( ) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-opt/include/facilities/Scheduler.h.

18{ return m_t; }

◆ operator+= [1/3]

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

Definition at line 26 of file Calibration/facilities/include/facilities/Scheduler.h.

26 {
27 t.m_t += dt;
28 return t;
29}
TGraph2DErrors * dt
Definition McCor.cxx:41

◆ operator+= [2/3]

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

Definition at line 26 of file Calibration/facilities/include/facilities/Scheduler.h.

26 {
27 t.m_t += dt;
28 return t;
29}

◆ operator+= [3/3]

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

Definition at line 26 of file Calibration/facilities/include/facilities/Scheduler.h.

26 {
27 t.m_t += dt;
28 return t;
29}

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