#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 68 of file GenericTob.cxx.
71 os <<
"GlobalSim::GenericTob\n"
72 <<
"Et: " << tob.Et_bits() <<
'\n'
73 <<
"Eta: " << tob.Eta_bits() <<
'\n'
74 <<
"Phi: " << tob.Phi_bits() <<
'\n'
75 <<
"Charge: " << tob.Charge_bits() <<
'\n'
76 <<
"overflow: " << tob.overflow_bits() <<
'\n'
77 <<
"bits: " << tob.as_bits() <<
'\n';