#include "L1TopoCommon/StatusCode.h"
#include <iostream>
#include <vector>
#include <stdint.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 23 of file L1Topo/L1TopoInterfaces/Root/Decision.cxx.
25 unsigned int bit = dec.nBits();
27 o <<
"decision (1 bit, position " << dec.firstBit() <<
"): ";
29 o <<
"decision (" << dec.nBits() <<
" bits, position " << dec.firstBit() <<
" - " << dec.lastBit() <<
"): ";
32 o << (dec.bit(--bit)?1:0);
34 o <<
"(overflow "<<dec.overflow()<<
")";