ATLAS Offline Software
MuonFeature_p3.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_p3
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_p3.h,v 1.2 2009-04-01 22:12:15 salvator Exp $
17  **********************************************************************************/
18 #ifndef TRIGMUONEVENTTPCNV_MUONFEATURE_P3_H
19 #define TRIGMUONEVENTTPCNV_MUONFEATURE_P3_H
20 
21 #include <stdint.h>
22 #include <string>
24 
26 {
27  friend class MuonFeatureCnv;
28 
29  public:
30 
31  MuonFeature_p3() {}
32  virtual ~MuonFeature_p3(){}
33 
34  //private:
35 
37  //int m_RoIId;
38  //int m_saddress;
39  int m_allTheInts[2];
40  //float m_pt;
41  //float m_radius;
42  //float m_eta;
43  //float m_phi;
44  //float m_dir_phi;
45  //float m_zeta;
46  //float m_dir_zeta;
47  //float m_beta;
48  //float m_sp1_r;
49  //float m_sp1_z;
50  //float m_sp1_slope;
51  //float m_sp2_r;
52  //float m_sp2_z;
53  //float m_sp2_slope;
54  //float m_sp3_r;
55  //float m_sp3_z;
56  //float m_sp3_slope;
57  //float m_br_radius;
58  //float m_br_sagitta;
59  //float m_ec_alpha;
60  //float m_ec_beta;
61  //double m_dq_var1;
62  //double m_dq_var2;
63  float m_allTheFloats[23];
64 };
65 
66 #endif
MuonFeatureCnv
Definition: MuonFeatureCnv.h:35
MuonFeature_p3::~MuonFeature_p3
virtual ~MuonFeature_p3()
Definition: MuonFeature_p3.h:44
MuonFeature.h
MuonFeature_p3
Definition: MuonFeature_p3.h:26
MuonFeature_p3::m_allTheFloats
float m_allTheFloats[23]
Definition: MuonFeature_p3.h:75
MuonFeature_p3::MuonFeature_p3
MuonFeature_p3()
Definition: MuonFeature_p3.h:43
MuonFeature_p3::m_allTheInts
int m_allTheInts[2]
Definition: MuonFeature_p3.h:51
MuonFeature_p3::m_algoId
MuonFeature::AlgoId m_algoId
Definition: MuonFeature_p3.h:48
MuonFeature::AlgoId
AlgoId
Definition: MuonFeature.h:24