Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CMXJetTob.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 
6 
7 
8 #ifndef TRIGGERSPACE
10 #else
11 #include "CMXJetTob.h"
12 #endif
13 
14 namespace LVL1 {
15 
17 CMXJetTob::CMXJetTob(int crate, int jem, int frame, int loc):
18  m_crate(crate),
19  m_jem(jem),
20  m_frame(frame),
21  m_location(loc)
22 
23 {
24 }
25 
27 CMXJetTob::CMXJetTob(int crate, int jem, int frame, int loc,
28  const std::vector<int>& energyLarge,
29  const std::vector<int>& energySmall,
30  const std::vector<int>& error,
31  const std::vector<unsigned int>& presenceMap,
32  int peak):
33  m_crate(crate),
34  m_jem(jem),
35  m_frame(frame),
36  m_location(loc),
37  m_peak(peak),
38  m_energyLarge(energyLarge),
39  m_energySmall(energySmall),
40  m_error(error),
41  m_presenceMap(presenceMap)
42 {
43 }
44 
45 } // end of namespace bracket
LVL1::CMXJetTob::CMXJetTob
CMXJetTob()=default
Constructors.
CMXJetTob.h
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
error
Definition: IImpactPoint3dEstimator.h:70