ATLAS Offline Software
Trigger
TrigT1
TrigT1CaloUtils
src
JetInputKey.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
JetInputKey.cpp - description
6
-------------------
7
begin : Fri Jan 21 2006
8
email : Alan.Watson@cern.ch
9
***************************************************************************/
10
11
#ifndef TRIGGERSPACE
12
// running in Athena
13
#include "
TrigT1CaloUtils/JetInputKey.h
"
14
15
#else
16
// running in TRIGGERSPACE
17
#include "
JetInputKey.h
"
18
19
#endif
20
21
namespace
LVL1
{
22
26
JetInputKey::JetInputKey
(
double
phi,
double
eta) : JetElementKeyBase(
phi
,
eta
)
27
{
28
setupJetRegionData();
29
setupThisKeyValues();
30
}
31
33
JetInputKey::JetInputKey() :
JetElementKeyBase
()
34
{
35
setupJetRegionData
();
36
setupThisKeyValues
();
37
}
38
40
JetInputKey::JetInputKey
(
const
Coordinate
coord
) :
JetElementKeyBase
(
coord
.phi(),
coord
.eta())
41
{
42
setupJetRegionData
();
43
setupThisKeyValues
();
44
}
45
46
}
// end LVL1 namespace
47
test_pyathena.eta
eta
Definition:
test_pyathena.py:10
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition:
ICMMCPHitsCnvTool.h:18
xAOD::phi
setEt phi
Definition:
TrigEMCluster_v1.cxx:29
LVL1::Coordinate
Coordinate class declaration.
Definition:
TrigT1/TrigT1Interfaces/TrigT1Interfaces/Coordinate.h:50
LVL1::JetInputKey::JetInputKey
JetInputKey()
constructs a JetInputKey object
Definition:
JetInputKey.cxx:38
LVL1::JetElementKeyBase::setupJetRegionData
void setupJetRegionData()
Does same as setupRegionData, except in FCAL where uses phi granularity appropriate for the jet trigg...
Definition:
JetElementKeyBase.cxx:463
LVL1::KeyUtilities::setupThisKeyValues
void setupThisKeyValues()
Definition:
KeyUtilities.cxx:173
LVL1::JetElementKeyBase
The JetElementKeyBase object provides the key for each JetElement or JetInput depending on its eta,...
Definition:
JetElementKeyBase.h:55
JetInputKey.h
JetVoronoiDiagramHelpers::coord
double coord
Definition:
JetVoronoiDiagramHelpers.h:45
Generated on Mon Dec 23 2024 21:12:36 for ATLAS Offline Software by
1.8.18