ATLAS Offline Software
Loading...
Searching...
No Matches
CMXCPTob_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 // CMXCPTob_p1.h - description
7 // -------------------
8 // begin : 21 04 2008
9 // email : Alan.Watson@cern.ch
10 // ***************************************************************************/
11
12
13#ifndef CMXCPTob_p1_H
14#define CMXCPTob_p1_H
15
16
18
20
21 friend class CMXCPTobCnv_p1;
22
23public:
24
27
29 //virtual ~CMXCPTob_p1();
30
32 // protected:
34 int m_cmx;
35 int m_cpm;
36 int m_chip;
38 int m_peak;
39 std::vector<int> m_energy;
40 std::vector<int> m_isolation;
41 std::vector<int> m_error;
42 std::vector<unsigned int> m_presenceMap;
43
44};
45
47 : m_crate(0),
48 m_cmx(0),
49 m_cpm(0),
50 m_chip(0),
51 m_location(0),
52 m_peak(0),
53 m_energy(0),
54 m_isolation(0),
55 m_error(0),
57{
58}
59
60#endif
int m_crate
Destructor.
Definition CMXCPTob_p1.h:33
std::vector< int > m_error
Definition CMXCPTob_p1.h:41
CMXCPTob_p1()
Constructors.
Definition CMXCPTob_p1.h:46
friend class CMXCPTobCnv_p1
Definition CMXCPTob_p1.h:21
std::vector< unsigned int > m_presenceMap
Definition CMXCPTob_p1.h:42
std::vector< int > m_isolation
Definition CMXCPTob_p1.h:40
std::vector< int > m_energy
Definition CMXCPTob_p1.h:39