ATLAS Offline Software
Loading...
Searching...
No Matches
TileMu_p1.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// TileMu_p1.h
8// Header file for class TileMu_p1
9// Author: Aranzazu Ruiz <aranzazu.ruiz.martinez@cern.ch>
10// Date: July 2008
12#ifndef TILETPCNV_TILEMU_P1_H
13#define TILETPCNV_TILEMU_P1_H
14
15#include <vector>
16
17// forward declarations
18class TileMuCnv_p1;
19
20class TileMu_p1 {
21
22 // Make the AthenaPoolCnv class our friend
23 friend class TileMuCnv_p1;
24
25public:
26
30
31private:
32
33 float m_eta;
34 float m_phi;
35 std::vector<float> m_energy_deposited;
37
38};
39
40#endif //> TILETPCNV_TILEMU_P1_H
TileMu_p1()
Default constructor:
Definition TileMu_p1.h:29
float m_eta
Definition TileMu_p1.h:33
friend class TileMuCnv_p1
Definition TileMu_p1.h:23
float m_quality_factor
Definition TileMu_p1.h:36
float m_phi
Definition TileMu_p1.h:34
std::vector< float > m_energy_deposited
Definition TileMu_p1.h:35