ATLAS Offline Software
Trigger
TrigT1
TrigT1EventTPCnv
TrigT1EventTPCnv
JEMEtSums_p1.h
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
// JEMEtSums_p1.h - description
7
// -------------------
8
// begin : 21 04 2008
9
// email : Alan.Watson@cern.ch
10
// ***************************************************************************/
11
12
13
#ifndef JEMEtSums_p1_H
14
#define JEMEtSums_p1_H
15
16
19
class
JEMEtSums_p1
{
20
21
friend
class
JEMEtSumsCnv_p1
;
22
23
public
:
24
26
JEMEtSums_p1
();
27
29
//virtual ~JEMEtSums_p1();
30
32
// protected:
33
int
m_crate
;
34
int
m_module
;
35
int
m_peak
;
36
std::vector <unsigned int>
m_Et
;
37
std::vector <unsigned int>
m_Ex
;
38
std::vector <unsigned int>
m_Ey
;
39
40
};
41
42
inline
JEMEtSums_p1::JEMEtSums_p1
()
43
: m_crate(0),
44
m_module(0),
45
m_peak(0),
46
m_Et(0),
47
m_Ex(0),
48
m_Ey(0)
49
{
50
}
51
52
#endif
JEMEtSums_p1::m_crate
int m_crate
Destructor.
Definition:
JEMEtSums_p1.h:33
JEMEtSums_p1::m_Ey
std::vector< unsigned int > m_Ey
Definition:
JEMEtSums_p1.h:38
JEMEtSums_p1::m_peak
int m_peak
Definition:
JEMEtSums_p1.h:35
JEMEtSumsCnv_p1
T/P convertor for TrigT1Calo JEMEtSums class.
Definition:
JEMEtSumsCnv_p1.h:29
JEMEtSums_p1
T/P separation for TrigT1Calo::JEMEtSums class.
Definition:
JEMEtSums_p1.h:19
JEMEtSums_p1::m_module
int m_module
Definition:
JEMEtSums_p1.h:34
JEMEtSums_p1::m_Et
std::vector< unsigned int > m_Et
Definition:
JEMEtSums_p1.h:36
JEMEtSums_p1::m_Ex
std::vector< unsigned int > m_Ex
Definition:
JEMEtSums_p1.h:37
JEMEtSums_p1::JEMEtSums_p1
JEMEtSums_p1()
Constructors.
Definition:
JEMEtSums_p1.h:42
Generated on Sun Dec 22 2024 21:12:12 for ATLAS Offline Software by
1.8.18