ATLAS Offline Software
Trigger
TrigT1
TrigT1EventTPCnv
TrigT1EventTPCnv
CMXCPHits_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
// CMXCPHits_p1.h - description
7
// -------------------
8
// begin : 21 04 2008
9
// email : Alan.Watson@cern.ch
10
// ***************************************************************************/
11
12
13
#ifndef CMXCPHits_p1_H
14
#define CMXCPHits_p1_H
15
16
19
class
CMXCPHits_p1
{
20
21
friend
class
CMXCPHitsCnv_p1
;
22
23
public
:
24
26
CMXCPHits_p1
();
27
29
//virtual ~CMXCPHits_p1();
30
32
// protected:
33
int
m_crate
;
34
int
m_cmx
;
35
int
m_source
;
36
int
m_peak
;
37
std::vector <unsigned int>
m_hits0
;
38
std::vector <unsigned int>
m_hits1
;
39
std::vector <int>
m_error0
;
40
std::vector <int>
m_error1
;
41
42
};
43
44
inline
CMXCPHits_p1::CMXCPHits_p1
()
45
: m_crate(0),
46
m_cmx(0),
47
m_source(0),
48
m_peak(0),
49
m_hits0(0),
50
m_hits1(0),
51
m_error0(0),
52
m_error1(0)
53
{
54
}
55
56
#endif
CMXCPHits_p1::m_peak
int m_peak
Definition:
CMXCPHits_p1.h:36
CMXCPHits_p1::CMXCPHits_p1
CMXCPHits_p1()
Constructors.
Definition:
CMXCPHits_p1.h:44
CMXCPHits_p1::m_error1
std::vector< int > m_error1
Definition:
CMXCPHits_p1.h:40
CMXCPHits_p1::m_source
int m_source
Definition:
CMXCPHits_p1.h:35
CMXCPHits_p1::m_hits0
std::vector< unsigned int > m_hits0
Definition:
CMXCPHits_p1.h:37
CMXCPHits_p1::m_crate
int m_crate
Destructor.
Definition:
CMXCPHits_p1.h:33
CMXCPHitsCnv_p1
T/P convertor for TrigT1Calo CMXCPHits class.
Definition:
CMXCPHitsCnv_p1.h:29
CMXCPHits_p1::m_error0
std::vector< int > m_error0
Definition:
CMXCPHits_p1.h:39
CMXCPHits_p1::m_hits1
std::vector< unsigned int > m_hits1
Definition:
CMXCPHits_p1.h:38
CMXCPHits_p1::m_cmx
int m_cmx
Definition:
CMXCPHits_p1.h:34
CMXCPHits_p1
T/P separation for TrigT1Calo::CMXCPHits class.
Definition:
CMXCPHits_p1.h:19
Generated on Thu Nov 7 2024 21:12:02 for ATLAS Offline Software by
1.8.18