ATLAS Offline Software
MuonFeature_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 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 #ifndef TRIGMUONEVENTTPCNV_MUONFEATURE_P3_H
16 #define TRIGMUONEVENTTPCNV_MUONFEATURE_P3_H
17 
18 #include <stdint.h>
19 #include <string>
21 
23 {
24  friend class MuonFeatureCnv;
25 
26  public:
27 
28  MuonFeature_p3() = default;
29  virtual ~MuonFeature_p3() = default;
30 
32  //int m_RoIId;
33  //int m_saddress;
34  int m_allTheInts[2]{};
35  //float m_pt;
36  //float m_radius;
37  //float m_eta;
38  //float m_phi;
39  //float m_dir_phi;
40  //float m_zeta;
41  //float m_dir_zeta;
42  //float m_beta;
43  //float m_sp1_r;
44  //float m_sp1_z;
45  //float m_sp1_slope;
46  //float m_sp2_r;
47  //float m_sp2_z;
48  //float m_sp2_slope;
49  //float m_sp3_r;
50  //float m_sp3_z;
51  //float m_sp3_slope;
52  //float m_br_radius;
53  //float m_br_sagitta;
54  //float m_ec_alpha;
55  //float m_ec_beta;
56  //double m_dq_var1;
57  //double m_dq_var2;
58  float m_allTheFloats[23]{};
59 };
60 
61 #endif
MuonFeatureCnv
Definition: MuonFeatureCnv.h:35
MuonFeature.h
MuonFeature_p3
Definition: MuonFeature_p3.h:23
MuonFeature_p3::~MuonFeature_p3
virtual ~MuonFeature_p3()=default
MuonFeature_p3::MuonFeature_p3
MuonFeature_p3()=default
MuonFeature_p3::m_allTheFloats
float m_allTheFloats[23]
Definition: MuonFeature_p3.h:67
MuonFeature_p3::m_allTheInts
int m_allTheInts[2]
Definition: MuonFeature_p3.h:43
MuonFeature_p3::m_algoId
MuonFeature::AlgoId m_algoId
Definition: MuonFeature_p3.h:40
MuonFeature::AlgoId
AlgoId
Definition: MuonFeature.h:24