Changeset 10469


Ignore:
Timestamp:
04/26/11 19:12:02 (14 years ago)
Author:
tbretz
Message:
Fixed a typo. I have no idea why that compiled here.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Time.cc

    r10460 r10469  
    130130}
    131131
    132 double_t Time::SecondsOfDay() const
     132// --------------------------------------------------------------------------
     133//
     134//! @returns the seconds of the day including the fractional seconds.
     135//!
     136double Time::SecondsOfDay() const
    133137{
    134138    const time_duration tod = time_of_day();
     
    164168// --------------------------------------------------------------------------
    165169//
    166 // Return seconds since 1970/1/1
     170// @returns seconds since 1970/1/1
    167171//
    168172double Time::UnixTime() const
     
    171175}
    172176
     177// --------------------------------------------------------------------------
     178//
     179//! @returns the time in a format needed for root's TAxis
     180//!
    173181double Time::RootTime() const
    174182{
Note: See TracChangeset for help on using the changeset viewer.