ATLAS Offline Software
Trigger
TrigT1
TrigT1CaloEvent
src
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
9
#include "
TrigT1CaloEvent/CMXCPTob.h
"
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
Generated on Mon Sep 1 2025 21:07:54 for ATLAS Offline Software by
1.8.18