ATLAS Offline Software
TrigMuonEFTrack_p6.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 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 
24 public:
25 
27  virtual ~TrigMuonEFTrack_p6(){}
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
TrigMuonEFTrack_p6
Definition: TrigMuonEFTrack_p6.h:21
TrigMuonEFTrack_p6::~TrigMuonEFTrack_p6
virtual ~TrigMuonEFTrack_p6()
Definition: TrigMuonEFTrack_p6.h:35
TPObjRef
Definition: TPObjRef.h:20
TrigMuonEFTrack_p6::m_allTheInts
unsigned short int m_allTheInts[7]
Definition: TrigMuonEFTrack_p6.h:58
TrigMuonEFTrack_p6::TrigMuonEFTrack_p6
TrigMuonEFTrack_p6()
Definition: TrigMuonEFTrack_p6.h:34
TPObjRef.h
TrigMuonEFTrack_p6::TrigMuonEFTrackCnv
friend class TrigMuonEFTrackCnv
Definition: TrigMuonEFTrack_p6.h:30
TrigMuonEFTrack_p6::m_allTheFloats
float m_allTheFloats[8]
Definition: TrigMuonEFTrack_p6.h:48
TrigMuonEFTrack_p6::m_P4IPtCotThPhiM
TPObjRef m_P4IPtCotThPhiM
Definition: TrigMuonEFTrack_p6.h:60