ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigT1EventTPCnv
TrigT1EventTPCnv
CPMHits_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
// CPMHits_p1.h - description
7
// -------------------
8
// begin : 21 04 2008
9
// email : Alan.Watson@cern.ch
10
// ***************************************************************************/
11
12
13
#ifndef CPMHits_p1_H
14
#define CPMHits_p1_H
15
16
18
19
class
CPMHits_p1
{
20
21
friend
class
CPMHitsCnv_p1
;
22
23
public
:
24
26
CPMHits_p1
();
27
29
//virtual ~CPMHits_p1();
30
32
// protected:
33
int
m_crate
;
34
int
m_module
;
35
int
m_peak
;
36
std::vector <unsigned int>
m_Hits0
;
37
std::vector <unsigned int>
m_Hits1
;
38
39
};
40
41
inline
CPMHits_p1::CPMHits_p1
()
42
:
m_crate
(0),
43
m_module
(0),
44
m_peak
(0),
45
m_Hits0
(0),
46
m_Hits1
(0)
47
{
48
}
49
50
#endif
CPMHits_p1::CPMHits_p1
CPMHits_p1()
Constructors.
Definition
CPMHits_p1.h:41
CPMHits_p1::CPMHitsCnv_p1
friend class CPMHitsCnv_p1
Definition
CPMHits_p1.h:21
CPMHits_p1::m_Hits0
std::vector< unsigned int > m_Hits0
Definition
CPMHits_p1.h:36
CPMHits_p1::m_peak
int m_peak
Definition
CPMHits_p1.h:35
CPMHits_p1::m_crate
int m_crate
Destructor.
Definition
CPMHits_p1.h:33
CPMHits_p1::m_Hits1
std::vector< unsigned int > m_Hits1
Definition
CPMHits_p1.h:37
CPMHits_p1::m_module
int m_module
Definition
CPMHits_p1.h:34
Generated on
for ATLAS Offline Software by
1.14.0