ATLAS Offline Software
Loading...
Searching...
No Matches
JetInputKey.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 JetInputKey.h - description
6 -------------------
7 begin : Fri Jan 21 2006
8 email : Alan.Watson@cern.ch
9 ***************************************************************************/
10
11
12#ifndef JetInputKey_H
13#define JetInputKey_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
43
44public:
45
46 JetInputKey(double phi, double eta);
49};
50}
51#endif
JetElementKeyBase(double phi, double eta)
takes phi and eta and constructs a JetElementKeyBase object which can return the key for this coord
JetInputKey(double phi, double eta)
takes phi and eta and constructs a JetInputKey object which can return the key for this coord
JetInputKey()
constructs a JetInputKey object
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...