ATLAS Offline Software
Loading...
Searching...
No Matches
CMXEtSums_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#ifndef CMXEtSums_p1_H
7#define CMXEtSums_p1_H
8
9
11
13
14 friend class CMXEtSumsCnv_p1;
15
16public:
17
20
22 //virtual ~CMXEtSums_p1();
23
25 // protected:
28 int m_peak;
29 std::vector <unsigned int> m_Et;
30 std::vector <unsigned int> m_Ex;
31 std::vector <unsigned int> m_Ey;
32 std::vector <int> m_EtError;
33 std::vector <int> m_ExError;
34 std::vector <int> m_EyError;
35
36};
37
39 : m_crate(0),
40 m_source(0),
41 m_peak(0),
42 m_Et(0),
43 m_Ex(0),
44 m_Ey(0),
45 m_EtError(0),
46 m_ExError(0),
47 m_EyError(0)
48{
49}
50
51#endif
std::vector< unsigned int > m_Et
std::vector< int > m_EtError
std::vector< unsigned int > m_Ey
int m_crate
Destructor.
std::vector< int > m_EyError
friend class CMXEtSumsCnv_p1
std::vector< int > m_ExError
CMXEtSums_p1()
Constructors.
std::vector< unsigned int > m_Ex