ATLAS Offline Software
Trigger
TrigT1
TrigT1CaloEvent
src
CMXEtSums.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
7
8
#ifndef TRIGGERSPACE
9
#include "
TrigT1CaloEvent/CMXEtSums.h
"
10
#else
11
#include "
CMXEtSums.h
"
12
#endif
13
14
namespace
LVL1
{
15
16
17
19
CMXEtSums::CMXEtSums
(
int
crate,
int
source
):
20
m_crate(crate),
21
m_source(
source
)
22
{
23
}
24
26
CMXEtSums::CMXEtSums
(
int
crate,
int
source
,
27
const
std::vector<unsigned int>& Et,
28
const
std::vector<unsigned int>& Ex,
29
const
std::vector<unsigned int>& Ey,
30
const
std::vector<int>& EtError,
31
const
std::vector<int>& ExError,
32
const
std::vector<int>& EyError,
33
int
peak):
34
m_crate(crate),
35
m_source(
source
),
36
m_peak(peak),
37
m_Et(Et),
38
m_Ex(Ex),
39
m_Ey(Ey),
40
m_EtError(EtError),
41
m_ExError(ExError),
42
m_EyError(EyError)
43
{
44
}
45
46
}
// end of namespace bracket
CMXEtSums.h
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition:
ICMMCPHitsCnvTool.h:18
LVL1::CMXEtSums::CMXEtSums
CMXEtSums()=default
Constructors.
copySelective.source
string source
Definition:
copySelective.py:31
Generated on Wed Sep 3 2025 21:07:53 for ATLAS Offline Software by
1.8.18