ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigT1CaloEvent
src
JetInput.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
JetInput.cpp - description
6
-------------------
7
begin : Tue 17 Jan 2006
8
email : Alan.Watson@cern.ch
9
***************************************************************************/
10
11
12
13
14
#ifndef TRIGGERSPACE
15
#include "
TrigT1CaloEvent/JetInput.h
"
16
#else
17
#include "
JetInput.h
"
18
#endif
19
20
namespace
LVL1
{
21
22
JetInput::JetInput
():
23
m_energy
(0),
24
m_phi
(0.0),
25
m_eta
(0.0),
26
m_key
(0)
27
{
28
}
29
30
JetInput::~JetInput
(){
31
}
32
34
LVL1::JetInput::JetInput::JetInput(
double
phi
,
double
eta
,
35
int
energy,
int
key):
36
m_energy(energy),
37
m_phi(
phi
),
38
m_eta(
eta
),
39
m_key(key)
40
{
41
}
42
43
45
double
LVL1::JetInput::eta
()
const
{
46
return
m_eta
;
47
}
48
50
double
LVL1::JetInput::phi
()
const
{
51
return
m_phi
;
52
}
53
55
int
LVL1::JetInput::energy
()
const
{
56
return
m_energy
;
57
}
58
59
62
unsigned
int
LVL1::JetInput::key
(){
63
return
m_key
;
64
}
65
67
bool
LVL1::JetInput::isSaturated
()
const
{
68
return
(
m_energy
>=
m_saturationThreshold
);
69
}
70
71
}
// end of LVL1 namespace
72
73
75
LVL1::Coordinate
LVL1::JetInput::coord
()
const
{
76
return
Coordinate
(
m_phi
,
m_eta
);
77
}
eta
Scalar eta() const
pseudorapidity method
Definition
AmgMatrixBasePlugin.h:83
phi
Scalar phi() const
phi method
Definition
AmgMatrixBasePlugin.h:67
JetInput.h
LVL1::Coordinate
Coordinate class declaration.
Definition
TrigT1/TrigT1Interfaces/TrigT1Interfaces/Coordinate.h:45
LVL1::JetInput::m_eta
double m_eta
Definition
JetInput.h:55
LVL1::JetInput::coord
Coordinate coord() const
return coord of JE
Definition
JetInput.cxx:75
LVL1::JetInput::m_key
unsigned int m_key
Definition
JetInput.h:56
LVL1::JetInput::JetInput
JetInput()
Definition
JetInput.cxx:22
LVL1::JetInput::m_energy
int m_energy
Internal data.
Definition
JetInput.h:53
LVL1::JetInput::isSaturated
bool isSaturated() const
Returns flag to indicate whether JetInput ET is saturated.
Definition
JetInput.cxx:67
LVL1::JetInput::m_phi
double m_phi
Definition
JetInput.h:54
LVL1::JetInput::~JetInput
virtual ~JetInput()
Definition
JetInput.cxx:30
LVL1::JetInput::energy
int energy() const
returns ET
Definition
JetInput.cxx:55
LVL1::JetInput::eta
double eta() const
returns eta coord
Definition
JetInput.cxx:45
LVL1::JetInput::m_saturationThreshold
static const int m_saturationThreshold
Definition
JetInput.h:58
LVL1::JetInput::key
unsigned int key()
returns TT key - that is the key the TT had when it was created.
Definition
JetInput.cxx:62
LVL1::JetInput::phi
double phi() const
returns phi coord of tower
Definition
JetInput.cxx:50
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition
IZdcDataAccess.h:13
Generated on
for ATLAS Offline Software by
1.17.0