ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonEFTrack_p6.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 : TrigMuonEFTrack_p6
9 *
10 * @brief persistent partner for TrigMuonEFTrack
11 *
12 *
13 **********************************************************************************/
14#ifndef TRIGMUONEVENTTPCNV_TRIGMUONEFTRACK_P6_H
15#define TRIGMUONEVENTTPCNV_TRIGMUONEFTRACK_P6_H
16
17#include <stdint.h>
19
21{
22 friend class TrigMuonEFTrackCnv;
23
24public:
25
28
29 //private:
30
31 // float m_charge;
32 // float m_d0;
33 // float m_z0;
34 // float m_chi2;
35 // float m_chi2prob;
36 // float m_posx;
37 // float m_posy;
38 // float m_posz;
39 // this array stores all the floats listed above in the order they are listed here
40 float m_allTheFloats[8]{};
41
42 // unsigned short int m_nRpcHitsPhi;
43 // unsigned short int m_nTgcHitsPhi;
44 // unsigned short int m_nCscHitsPhi;
45 // unsigned short int m_nRpcHitsEta;
46 // unsigned short int m_nTgcHitsEta;
47 // unsigned short int m_nCscHitsEta;
48 // unsigned short int m_nMdtHits;
49 // this array stores all the unsigned shorts listed above in the order they are listed here
50 unsigned short int m_allTheInts[7]{};
51
53};
54
55#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
friend class TrigMuonEFTrackCnv
unsigned short int m_allTheInts[7]