ATLAS Offline Software
TileMuFeature_p2.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /**********************************************************************************
6  * @Project: Trigger
7  * @Package: TrigMuonEventTPCnv
8  * @class : TileMuFeature_p2
9  *
10  * @brief persistent partner for TileMuFeature
11  *
12  * @author Heuijin Lim <hjlim@hep.anl.gov>
13  * @Created: Apr. 16. 2008
14  **********************************************************************************/
15 
16 #ifndef TRIGMUONEVENTTPCNV_TILEMUFEATURE_P2_H
17 #define TRIGMUONEVENTTPCNV_TILEMUFEATURE_P2_H
18 
19 #include <stdint.h>
20 #include <string>
21 
22 
24 {
25 
26  friend class TileMuFeatureCnv_p2;
27 
28  public:
29 
30  TileMuFeature_p2() {}
31  virtual ~TileMuFeature_p2(){}
32 
33  //private:
34 
35  float m_allTheFloats[3];
36  // float m_eta;
37  // float m_phi;
38  std::vector<float> m_energy_deposited;
39  // float m_quality_factor;
40 
41  //float m_Pt_IDTrk, m_Eta_IDTrk, m_EtaTR_IDTrk;
42  //float m_Phi_IDTrk, m_PhiTR_IDTrk, m_zPos_IDTrk;
43  //int m_IDTrk;
44 
45 };
46 
47 #endif
48 
TileMuFeatureCnv_p2
Definition: TileMuFeatureCnv_p2.h:28
TileMuFeature_p2::m_allTheFloats
float m_allTheFloats[3]
Definition: TileMuFeature_p2.h:44
TileMuFeature_p2::~TileMuFeature_p2
virtual ~TileMuFeature_p2()
Definition: TileMuFeature_p2.h:40
TileMuFeature_p2::m_energy_deposited
std::vector< float > m_energy_deposited
Definition: TileMuFeature_p2.h:47
TileMuFeature_p2::TileMuFeature_p2
TileMuFeature_p2()
Definition: TileMuFeature_p2.h:39
TileMuFeature_p2
Definition: TileMuFeature_p2.h:24