ATLAS Offline Software
Loading...
Searching...
No Matches
CMMJetHits_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 // CMMJetHits_p1.h - description
7 // -------------------
8 // begin : 21 04 2008
9 // email : Alan.Watson@cern.ch
10 // ***************************************************************************/
11
12
13#ifndef CMMJetHits_p1_H
14#define CMMJetHits_p1_H
15
16
18
20
21 friend class CMMJetHitsCnv_p1;
22
23public:
24
27
29 //virtual ~CMMJetHits_p1();
30
32 // protected:
35 int m_peak;
36 std::vector <unsigned int> m_hits;
37 std::vector <int> m_errors;
38
39};
40
42 : m_crate(0),
43 m_dataID(0),
44 m_peak(0),
45 m_hits(0),
46 m_errors(0)
47{
48}
49
50#endif
std::vector< unsigned int > m_hits
CMMJetHits_p1()
Constructors.
std::vector< int > m_errors
int m_crate
Destructor.
friend class CMMJetHitsCnv_p1