FACT++  1.0
double Time::RootTime ( ) const
Returns
the time in a format needed for root's TAxis

Definition at line 222 of file Time.cc.

References SecondsOfDay().

Referenced by FactGui::handleFscHumidity(), and FactGui::UpdateTriggerRate().

223 {
224  return (date().modjulian_day()-49718)*24*60*60 + SecondsOfDay();
225 }
double SecondsOfDay() const
Definition: Time.cc:161

+ Here is the call graph for this function:

+ Here is the caller graph for this function: