ATLAS Offline Software
Loading...
Searching...
No Matches
MuonFeature_p2.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_p2
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_P2_H
16#define TRIGMUONEVENTTPCNV_MUONFEATURE_P2_H
17
18#include <stdint.h>
19#include <string>
21
23{
24 friend class MuonFeatureCnv;
25
26 public:
27
28 MuonFeature_p2() = default;
29 virtual ~MuonFeature_p2() = default;
30
32 int m_RoIId{};
34 float m_pt{};
35 float m_radius{};
36 float m_eta{};
37 float m_phi{};
38 float m_dir_phi{};
39 float m_zeta{};
40 float m_dir_zeta{};
41 float m_beta{};
42 float m_sp1_r{};
43 float m_sp1_z{};
44 float m_sp1_slope{};
45 float m_sp2_r{};
46 float m_sp2_z{};
47 float m_sp2_slope{};
48 float m_sp3_r{};
49 float m_sp3_z{};
50 float m_sp3_slope{};
51 float m_br_radius{};
52 float m_br_sagitta{};
53 float m_ec_alpha{};
54 float m_ec_beta{};
55 double m_dq_var1{};
56 double m_dq_var2{};
57};
58
59#endif
virtual ~MuonFeature_p2()=default
MuonFeature::AlgoId m_algoId
MuonFeature_p2()=default
friend class MuonFeatureCnv