#include <iostream>
#include <cmath>
Go to the source code of this file.
|
class | EtaPhiBase |
| base class, with just the eta-phi limits and the overlap functionality
More...
|
|
class | TRegSelEtaPhiModule< T > |
| template class with payload added NB: >, <, == and != operators should be defined for the payload for the sorting when adding to an std::set could get away only with < operator, but there you go
More...
|
|
◆ operator<<() [1/2]
◆ operator<<() [2/2]
the payload class needs to have an << streamer defined or we cannot stream it
Definition at line 155 of file RegSelEtaPhiModule.h.
156 s <<
"[ eta= " <<
e.etamin() <<
" - " <<
e.etamax();
157 s <<
"\tphi= " << 180*
e.phimin()/
M_PI <<
" - " << 180*
e.phimax()/
M_PI;
158 s <<
"\tpay= " <<
e.payload();