GSE++ library: reading and writing GSE waveforms

◆ hot()

bool GSE2::waveform::TDAT2sum::hot ( ) const
inlineinherited

return true if not all samples are processed

Definition at line 304 of file gsexx.h.

References GSE2::waveform::TDAT2sum::Mmsamp, and GSE2::waveform::TDAT2sum::Mnsamp.

Referenced by main(), GSE2::waveform::TDAT2read::operator()(), GSE2::waveform::TDAT2write::operator()(), and GSE2::tests::test_dat2cm6().

304 { return((Mnsamp<Mmsamp)); }
intT Mmsamp
total number of samples to read
Definition: gsexx.h:318
intT Mnsamp
number of samples read
Definition: gsexx.h:316
Here is the caller graph for this function: