13#ifndef TRIGT1INTERFACES_COORDINATERANGE_H
14#define TRIGT1INTERFACES_COORDINATERANGE_H
33 CoordinateRange(
double phiMin,
double phiMax,
double etaMin,
double etaMax);
37 void setRanges(
double phiMin,
double phiMax,
double etaMin,
double etaMax);
virtual ~CoordinateRange()=default
void setRanges(double phiMin, double phiMax, double etaMin, double etaMax)
change coords of an existing CoordinateRange object
void setCentre()
calculates the centre of the ranges and sets the phi,eta coords to that
CoordinateRange(double phiMin, double phiMax, double etaMin, double etaMax)
PhiRange phiRange() const
bool contains(Coordinate &coord) const
returns true if the coordinate falls inside the coordinate range
Coordinate(double phi, double eta)
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...