ATLAS Offline Software
Loading...
Searching...
No Matches
JetElementKey.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4/***************************************************************************
5 JetElementKey.h - description
6 -------------------
7 begin : Friday Jan 20 2006
8 email : Alan.Watson@cern.ch
9 ***************************************************************************/
10
11
12#ifndef JetElementKey_H
13#define JetElementKey_H
14
15#ifndef TRIGGERSPACE
16
17// running in Athena
19
20#else
21// running in TRIGGERSPACE
22
23#include "JetElementKeyBase.h"
24
25#endif
26
27
28namespace LVL1 {
29
30 //Doxygen class description below:
47
48public:
49
50 JetElementKey(double phi, double eta);
53};
54}
55#endif
JetElementKeyBase(double phi, double eta)
takes phi and eta and constructs a JetElementKeyBase object which can return the key for this coord
JetElementKey()
constructs a JetElementKey object
JetElementKey(double phi, double eta)
takes phi and eta and constructs a JetElementKey object which can return the key for this coord
virtual double eta() const
returns the centre of the TT at eta_coord:
virtual double phi() const
returns phi coordinate of centre of relevant trigger tower.
Coordinate coord() const
return central coords of current key value.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...