GSE++ library: reading and writing GSE waveforms

◆ seconds() [2/2]

void GSE2::waveform::TWID2::seconds ( const double &  s)

set seconds in GSE specific floating point format

set seconds from float format

Definition at line 150 of file gsexx_TWID2.cc.

References Fmilsec.

151 {
152  Fmilsec=int(1000*s);
153 }