#include <iosfwd>
#include "AthenaKernel/CLASS_DEF.h"
Go to the source code of this file.
|
| TCS |
|
| GlobalSim |
| AlgTool to obtain a selection of eFex RoIs read in from the event store.
|
|
◆ operator<<()
Definition at line 54 of file Global/GlobalSimulation/src/IO/Decision.cxx.
56 <<
" decision : " <<
d.decision()
57 <<
" first bit : " <<
d.firstBit()
58 <<
" last bit : " <<
d.lastBit()
59 <<
" n bits : " <<
d.nBits()
61 <<
" overflow : " <<
d.overflow()
62 <<
" ambiguity : " <<
d.ambiguity()
63 <<
'\n'<< std::noboolalpha;