ATLAS Offline Software
Loading...
Searching...
No Matches
ICoordinate.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4/***************************************************************************
5 ICoordinate.cxx - description
6 -------------------
7 begin : 26/02/2002
8 email : e.moyse@qmul.ac.uk
9 ***************************************************************************/
10
11
12
13#ifndef TRIGGERSPACE
14// running in Athena
16#else
17// running in TRIGGERSPACE
18#include "ICoordinate.h"
19#endif
20
21namespace LVL1{
22
27
28
29// Destructor
32
37 return;
38}
39
42 return;
43}
44
46int ICoordinate::eta() const{
47 return m_eta;
48}
49
51int ICoordinate::phi() const{
52 return m_phi;
53}
54
56double ICoordinate::dEta() const{
57 return m_dEta;
58}
59
60} // end of LVL1 namespace bracket
int phi() const
return phi
double dEta() const
return double eta
int eta() const
return eta
void checkBounds()
Ensure coords are sensible.
void setCoords(int phi, int eta)
change coords of an existing ICoordinate object
ICoordinate(int phi, int eta, double dEta)
virtual ~ICoordinate()
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...