ATLAS Offline Software
Loading...
Searching...
No Matches
CMXJetTob_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 CMXJetTob_p1_H
7#define CMXJetTob_p1_H
8
9
11
13
14 friend class CMXJetTobCnv_p1;
15
16public:
17
20
22 //virtual ~CMXJetTob_p1();
23
25 // protected:
27 int m_jem;
30 int m_peak;
31 std::vector<int> m_energyLarge;
32 std::vector<int> m_energySmall;
33 std::vector<int> m_error;
34 std::vector<unsigned int> m_presenceMap;
35
36};
37
39 : m_crate(0),
40 m_jem(0),
41 m_frame(0),
42 m_location(0),
43 m_peak(0),
46 m_error(0),
48{
49}
50
51#endif
CMXJetTob_p1()
Constructors.
std::vector< int > m_error
std::vector< int > m_energySmall
std::vector< int > m_energyLarge
friend class CMXJetTobCnv_p1
std::vector< unsigned int > m_presenceMap
int m_crate
Destructor.