Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CMXCPTob.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 "CMXCPTob.h"
12 #endif
13 
14 namespace LVL1 {
15 
16 
17 
19 CMXCPTob::CMXCPTob(int crate, int cmx, int cpm, int chip, int loc):
20  m_crate(crate),
21  m_cmx(cmx),
22  m_cpm(cpm),
23  m_chip(chip),
24  m_location(loc)
25 {
26 }
27 
29 CMXCPTob::CMXCPTob(int crate, int cmx, int cpm, int chip, int loc,
30  const std::vector<int>& energy,
31  const std::vector<int>& isolation,
32  const std::vector<int>& error,
33  const std::vector<unsigned int>& presenceMap,
34  int peak):
35  m_crate(crate),
36  m_cmx(cmx),
37  m_cpm(cpm),
38  m_chip(chip),
39  m_location(loc),
40  m_peak(peak),
41  m_energy(energy),
42  m_isolation(isolation),
43  m_error(error),
44  m_presenceMap(presenceMap)
45 {
46 }
47 
48 } // end of namespace bracket
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
ParticleGun_FastCalo_ChargeFlip_Config.energy
energy
Definition: ParticleGun_FastCalo_ChargeFlip_Config.py:78
LVL1::CMXCPTob::CMXCPTob
CMXCPTob()=default
Constructors.
CMXCPTob.h
error
Definition: IImpactPoint3dEstimator.h:70