ATLAS Offline Software
Loading...
Searching...
No Matches
jFEXForwardJetsInfo.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4//***************************************************************************
5// jFEXForwardJetsInfo -
6// -------------------
7// begin : 07 07 2021
8// email : varsiha.sothilingam@cern.ch
9//***************************************************************************
10
12
13
15{
16 m_centreTTEta = centreTTEta;
17}
18
23
25{
26 m_centreTTPhi = centreTTPhi;
27}
28
34{
35 m_centreLocalTTEta = centreLocalTTEta;
36}
37
42
44{
45 m_centreLocalTTPhi = centreLocalTTPhi;
46}
47
52
54{
55 m_TTsInSeed.push_back(TT_ID);
56}
57
59{
60 return m_TTsInSeed;
61}
62
64{
65 m_seed_ET += seed_ET;
66}
67
72
74{
75 m_firstEnergyRing_ET += firstER_ET;
76}
81
83{
84 m_firstEnergyRing_TTIDs.push_back(firstER_TTID);
85}
87{
89}
90
92{
93 m_secondEnergyRing_TTIDs.push_back(secondER_TTID);
94}
99
101{
102 m_secondEnergyRing_ET += secondER_ET;
103}
104
109
113
115 return m_TTsInSearchWindow;
116}
117
121
void addToSecondEnergyRingET(int secondER_ET)
const std::vector< int > & getTTinSeed()
void addToFirstEnergyRingET(int firstER_ET)
void setCentreLocalTTEta(float centreLocalTTEta)
void setCentreTTPhi(float centreTTPhi)
const std::vector< int > & getTTinSearchWindow()
std::vector< int > m_TTsInSearchWindow
void includeTTIDinFirstER(int firstER_TTID)
void includeTTIDinSecondER(int secondER_TTID)
const std::vector< int > & getTTIDinFirstER()
std::vector< int > m_secondEnergyRing_TTIDs
const std::vector< int > & getTTIDinSecondER()
void setCentreTTEta(float centreTTEta)
void setCentreLocalTTPhi(float centreLocalTTPhi)
std::vector< int > m_firstEnergyRing_TTIDs
Extra patterns decribing particle interation process.