#include "AlgoConstants.h"
#include "AlgoDataTypes.h"
#include "eEmTob.h"
#include "eTauTob.h"
#include <bitset>
#include <vector>
#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 142 of file GenericTob.cxx.
144 os <<
"GlobalSim::GenericTob\n"
145 <<
"Et: " << tob.Et_bits() <<
' '
147 <<
"Eta: " << tob.Eta_bits() <<
' '
149 <<
"Phi: " << tob.Phi_bits() <<
' '
151 <<
"Charge: " << tob.Charge_bits() <<
' '
153 <<
"overflow: " << tob.overflow_bits() <<
' '
155 <<
"bits: " << tob.as_bits() <<
' '