#include <boost/cstdint.hpp>
#include <ostream>
Go to the source code of this file.
Definition at line 241 of file L1GctTwosComplement.h.
References data, and alignCSCRings::s.
243 s <<
"L1GctTwosComplement<" << data.
size() <<
"> raw : " << data.
raw() <<
", " <<
"value : " << data.
value();
244 if (data.
overFlow()) {
s <<
" Overflow set! "; }
bool overFlow() const
access overflow
uint32_t raw() const
access raw data
int value() const
access value as signed int
int size() const
return number of bits