ATLAS Offline Software
Loading...
Searching...
No Matches
MuonFeature_p1.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_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#ifndef TRIGMUONEVENTTPCNV_MUONFEATURE_P1_H
16#define TRIGMUONEVENTTPCNV_MUONFEATURE_P1_H
17
18#include <stdint.h>
19#include <string>
21
23{
24 friend class MuonFeatureCnv;
25
26 public:
27
29 virtual ~MuonFeature_p1(){}
30
31 int m_RoIId{};
33 float m_pt{};
34 float m_radius{};
35 float m_eta{};
36 float m_phi{};
37 float m_dir_phi{};
38 float m_zeta{};
39 float m_dir_zeta{};
40 float m_beta{};
41
42};
43
44#endif
virtual ~MuonFeature_p1()
friend class MuonFeatureCnv