ATLAS Offline Software
Loading...
Searching...
No Matches
TileMuFeature_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 : TileMuFeature_p2
9 *
10 * @brief persistent partner for TileMuFeature
11 *
12 * @author Heuijin Lim <hjlim@hep.anl.gov>
13 * @Created: Apr. 16. 2008
14 **********************************************************************************/
15
16#ifndef TRIGMUONEVENTTPCNV_TILEMUFEATURE_P2_H
17#define TRIGMUONEVENTTPCNV_TILEMUFEATURE_P2_H
18
19#include <stdint.h>
20#include <string>
21
22
24{
25
26 friend class TileMuFeatureCnv_p2;
27
28 public:
29
30 TileMuFeature_p2() = default;
31 virtual ~TileMuFeature_p2() = default;
32
33 float m_allTheFloats[3]{};
34 // float m_eta;
35 // float m_phi;
36 std::vector<float> m_energy_deposited;
37 // float m_quality_factor;
38
39 //float m_Pt_IDTrk, m_Eta_IDTrk, m_EtaTR_IDTrk;
40 //float m_Phi_IDTrk, m_PhiTR_IDTrk, m_zPos_IDTrk;
41 //int m_IDTrk;
42
43};
44
45#endif
46
std::vector< float > m_energy_deposited
TileMuFeature_p2()=default
friend class TileMuFeatureCnv_p2
virtual ~TileMuFeature_p2()=default