Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
37 m_centreTTPhi = centreTTPhi;
46 m_centreLocalTTEta = centreLocalTTEta;
51 return m_centreLocalTTEta;
56 m_centreLocalTTPhi = centreLocalTTPhi;
61 return m_centreLocalTTPhi;
66 m_TTsInSeed.push_back(TT_ID);
86 m_firstEnergyRing_ET += firstER_ET;
90 return m_firstEnergyRing_ET;
95 m_firstEnergyRing_TTIDs.push_back(firstER_TTID);
99 return m_firstEnergyRing_TTIDs;
104 m_secondEnergyRing_TTIDs.push_back(secondER_TTID);
108 return m_secondEnergyRing_TTIDs;
113 m_secondEnergyRing_ET += secondER_ET;
118 return m_secondEnergyRing_ET;
122 m_TTsInSearchWindow.push_back(TT_ID);
126 return m_TTsInSearchWindow;
130 m_SearchWindow_ET +=
et;
134 return m_SearchWindow_ET;
Extra patterns decribing particle interation process.
const std::vector< int > & getTTinSeed()
float getCentreLocalTTPhi()
const std::vector< int > & getTTIDinFirstER()
void includeTTinSearchWindow(int TT_ID)
void includeTTIDinSecondER(int secondER_TTID)
int getFirstEnergyRingET()
void setCentreTTPhi(float centreTTPhi)
void includeTTIDinFirstER(int firstER_TTID)
void addToFirstEnergyRingET(int firstER_ET)
float getCentreLocalTTEta()
void setCentreLocalTTPhi(float centreLocalTTPhi)
Helper class for offline supercell identifiers.
void includeTTinSeed(int TT_ID)
void addToSearchWindowET(int seed_ET)
void addToSeedET(int seed_ET)
void setCentreTTEta(float centreTTEta)
void setCentreLocalTTEta(float centreLocalTTEta)
int getSecondEnergyRingET()
const std::vector< int > & getTTIDinSecondER()
const std::vector< int > & getTTinSearchWindow()
void addToSecondEnergyRingET(int secondER_ET)