ATLAS Offline Software
Loading...
Searching...
No Matches
CMMEtSums_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 // CMMEtSums_p1.h - description
7 // -------------------
8 // begin : 21 04 2008
9 // email : Alan.Watson@cern.ch
10 // ***************************************************************************/
11
12
13#ifndef CMMEtSums_p1_H
14#define CMMEtSums_p1_H
15
16
18
20
21 friend class CMMEtSumsCnv_p1;
22
23public:
24
27
29 //virtual ~CMMEtSums_p1();
30
32 // protected:
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 std::vector <int> m_EtError;
40 std::vector <int> m_ExError;
41 std::vector <int> m_EyError;
42
43};
44
46 : m_crate(0),
47 m_dataID(0),
48 m_peak(0),
49 m_Et(0),
50 m_Ex(0),
51 m_Ey(0),
52 m_EtError(0),
53 m_ExError(0),
54 m_EyError(0)
55{
56}
57
58#endif
std::vector< unsigned int > m_Ey
CMMEtSums_p1()
Constructors.
std::vector< int > m_ExError
friend class CMMEtSumsCnv_p1
std::vector< unsigned int > m_Ex
std::vector< int > m_EyError
std::vector< int > m_EtError
int m_crate
Destructor.
std::vector< unsigned int > m_Et