#include "AlgoConstants.h"
#include "AlgoDataTypes.h"
#include "eEmTob.h"
#include <bitset>
#include <ostream>
Go to the source code of this file.
|
| GlobalSim |
| AlgTool to obtain a selection of eFex RoIs read in from the event store.
|
|
◆ operator<<()
Definition at line 90 of file GenericTob.cxx.
93 os <<
"GlobalSim::GenericTob\n"
94 <<
"Et: " << tob.Et_bits() <<
'\n'
95 <<
"Eta: " << tob.Eta_bits() <<
'\n'
96 <<
"Phi: " << tob.Phi_bits() <<
'\n'
97 <<
"Charge: " << tob.Charge_bits() <<
'\n'
98 <<
"overflow: " << tob.overflow_bits() <<
'\n'
99 <<
"bits: " << tob.as_bits() <<
'\n';