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
CMXEtSums::CMXEtSums
():
17
m_crate(0),
18
m_source(0),
19
m_peak(0),
20
m_Et(1),
21
m_Ex(1),
22
m_Ey(1),
23
m_EtError(1),
24
m_ExError(1),
25
m_EyError(1)
26
{
27
}
28
29
CMXEtSums::~CMXEtSums
(){
30
}
31
33
CMXEtSums::CMXEtSums
(
int
crate,
int
source
):
34
m_crate(crate),
35
m_source(
source
),
36
m_peak(0),
37
m_Et(1),
38
m_Ex(1),
39
m_Ey(1),
40
m_EtError(1),
41
m_ExError(1),
42
m_EyError(1)
43
{
44
}
45
47
CMXEtSums::CMXEtSums
(
int
crate,
int
source
,
48
const
std::vector<unsigned int>& Et,
49
const
std::vector<unsigned int>& Ex,
50
const
std::vector<unsigned int>& Ey,
51
const
std::vector<int>& EtError,
52
const
std::vector<int>& ExError,
53
const
std::vector<int>& EyError,
54
int
peak):
55
m_crate(crate),
56
m_source(
source
),
57
m_peak(peak),
58
m_Et(Et),
59
m_Ex(Ex),
60
m_Ey(Ey),
61
m_EtError(EtError),
62
m_ExError(ExError),
63
m_EyError(EyError)
64
{
65
}
66
67
}
// 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
virtual ~CMXEtSums()
Definition:
CMXEtSums.cxx:29
copySelective.source
string source
Definition:
copySelective.py:32
LVL1::CMXEtSums::CMXEtSums
CMXEtSums()
Constructors.
Definition:
CMXEtSums.cxx:16
Generated on Thu Nov 7 2024 21:12:03 for ATLAS Offline Software by
1.8.18