GSE++ library: reading and writing GSE waveforms

◆ seconds() [1/2]

double GSE2::waveform::TWID2::seconds ( ) const

provide seconds in GSE specific floating point format

provide seconds in float format

Definition at line 144 of file gsexx_TWID2.cc.

References Fmilsec.

145 {
146  return(double(1.e-3*Fmilsec));
147 }