![]() |
ATLAS Offline Software
|
#include <iostream>#include <cmath>Go to the source code of this file.
Classes | |
| 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... | |
Functions | |
| std::ostream & | operator<< (std::ostream &s, const EtaPhiBase &e) |
| template<class T> | |
| std::ostream & | operator<< (std::ostream &s, const TRegSelEtaPhiModule< T > &e) |
| the payload class needs to have an << streamer defined or we cannot stream it | |
|
inline |
Definition at line 109 of file RegSelEtaPhiModule.h.
|
inline |
the payload class needs to have an << streamer defined or we cannot stream it
Definition at line 155 of file RegSelEtaPhiModule.h.