ATLAS Offline Software
Loading...
Searching...
No Matches
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
float m_allTheFloats[23]
MuonFeature::AlgoId m_algoId
MuonFeature_p3()=default
friend class MuonFeatureCnv
virtual ~MuonFeature_p3()=default