|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef TRIGT1INTERFACES_COORDINATE_H
14 #define TRIGT1INTERFACES_COORDINATE_H
20 #include "GaudiKernel/MsgStream.h"
34 std::ostream&
operator<< ( std::ostream& theStream,
const Coordinate& theCoord );
35 MsgStream&
operator<< ( MsgStream& theStream,
const Coordinate& theCoord );
73 #endif // TRIGT1INTERFACES_COORDINATE_H
virtual ~Coordinate()=default
std::ostream & operator<<(std::ostream &theStream, const Coordinate &theCoord)
overload << operator so coordinate can be easily displayed...
double phi() const
return phi
static const double m_twoPi
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Coordinate class declaration.
void checkBounds()
Ensure coords are sensible this could be done more intelligently, but at least it's readable!
friend std::ostream & operator<<(std::ostream &theStream, const Coordinate &theCoord)
overload << operator so coordinate can be easily displayed...
double eta() const
return eta
void setCoords(double phi, double eta)
change coords of an existing Coordinate object