GSE++ library: reading and writing GSE waveforms

◆ abs()

intT GSE2::waveform::helper::abs ( const intT val)

abs for intT

Definition at line 53 of file gsexx_TCHK2.cc.

Referenced by GSE2::waveform::TCHK2::add().

54  {
55  return(val > 0 ? val : -val);
56  } // int abs(const int* val)
Here is the caller graph for this function: