CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/DataFormats/Scalers/src/TimeSpec.cc

Go to the documentation of this file.
00001 
00002 #include "DataFormats/Scalers/interface/TimeSpec.h"
00003 
00004 timespec TimeSpec::get_timespec() const {
00005   timespec ts;
00006   ts.tv_sec = tv_sec_;
00007   ts.tv_nsec = tv_nsec_;
00008   return ts;
00009 }