ATLAS Offline Software
MuonFeature_p1.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 : MuonFeature_p1
9  *
10  * @brief persistent partner for MuonFeature
11  *
12  * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13  * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14  *
15  * File and Version Information:
16  * $Id: MuonFeature_p1.h,v 1.2 2009-04-01 22:12:15 salvator Exp $
17  **********************************************************************************/
18 #ifndef TRIGMUONEVENTTPCNV_MUONFEATURE_P1_H
19 #define TRIGMUONEVENTTPCNV_MUONFEATURE_P1_H
20 
21 #include <stdint.h>
22 #include <string>
24 
26 {
27  friend class MuonFeatureCnv;
28 
29  public:
30 
31  MuonFeature_p1() {}
32  virtual ~MuonFeature_p1(){}
33 
34  //private:
35 
36  int m_RoIId;
37  int m_saddress;
38  float m_pt;
39  float m_radius;
40  float m_eta;
41  float m_phi;
42  float m_dir_phi;
43  float m_zeta;
44  float m_dir_zeta;
45  float m_beta;
46 
47 };
48 
49 #endif
MuonFeatureCnv
Definition: MuonFeatureCnv.h:35
MuonFeature_p1::m_phi
float m_phi
Definition: MuonFeature_p1.h:53
MuonFeature_p1::~MuonFeature_p1
virtual ~MuonFeature_p1()
Definition: MuonFeature_p1.h:44
MuonFeature_p1::m_pt
float m_pt
Definition: MuonFeature_p1.h:50
MuonFeature.h
MuonFeature_p1::m_beta
float m_beta
Definition: MuonFeature_p1.h:57
MuonFeature_p1::m_zeta
float m_zeta
Definition: MuonFeature_p1.h:55
MuonFeature_p1::m_dir_zeta
float m_dir_zeta
Definition: MuonFeature_p1.h:56
MuonFeature_p1
Definition: MuonFeature_p1.h:26
MuonFeature_p1::MuonFeature_p1
MuonFeature_p1()
Definition: MuonFeature_p1.h:43
MuonFeature_p1::m_RoIId
int m_RoIId
Definition: MuonFeature_p1.h:48
MuonFeature_p1::m_saddress
int m_saddress
Definition: MuonFeature_p1.h:49
MuonFeature_p1::m_dir_phi
float m_dir_phi
Definition: MuonFeature_p1.h:54
MuonFeature_p1::m_eta
float m_eta
Definition: MuonFeature_p1.h:52
MuonFeature_p1::m_radius
float m_radius
Definition: MuonFeature_p1.h:51