ATLAS Offline Software
Loading...
Searching...
No Matches
CMXJetHits_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 CMXJetHits_p1_H
7#define CMXJetHits_p1_H
8
9
11
13
14 friend class CMXJetHitsCnv_p1;
15
16public:
17
20
22 //virtual ~CMXJetHits_p1();
23
25 // protected:
28 int m_peak;
29 std::vector <unsigned int> m_hits0;
30 std::vector <unsigned int> m_hits1;
31 std::vector <int> m_error0;
32 std::vector <int> m_error1;
33
34};
35
37 : m_crate(0),
38 m_source(0),
39 m_peak(0),
40 m_hits0(0),
41 m_hits1(0),
42 m_error0(0),
43 m_error1(0)
44{
45}
46
47#endif
std::vector< int > m_error1
CMXJetHits_p1()
Constructors.
std::vector< unsigned int > m_hits0
std::vector< unsigned int > m_hits1
int m_crate
Destructor.
friend class CMXJetHitsCnv_p1
std::vector< int > m_error0