ATLAS Offline Software
TrigMuonEFInfo_p5.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 : TrigMuonEFInfo_p5
9  *
10  * @brief persistent partner for TrigMuonEFInfo
11  *
12  * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13  * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14  * @author Sergio Grancagnolo <Sergio.Grancagnolo@le.infn.it> - U.Salento/INFN Le
15  * @author Alexander Oh <alexander.oh@cern.ch> - U. Manchester
16  *
17  **********************************************************************************/
18 #ifndef TRIGMUONEVENTTPCNV_TRIGMUONEFINFO_P5_H
19 #define TRIGMUONEVENTTPCNV_TRIGMUONEFINFO_P5_H
20 
21 #include <stdint.h>
22 #include <string>
24 
26 {
27  friend class TrigMuonEFInfoCnv;
28 
29 public:
30 
32  virtual ~TrigMuonEFInfo_p5(){}
33 
34  //private:
35  // unsigned short int m_roi;
36  // unsigned short int m_nSegments;
37  // unsigned short int m_nMdtHits;
38  // unsigned short int m_nRpcHits;
39  // unsigned short int m_nTgcHits;
40  // unsigned short int m_nCscHits;
41  // this array holds all the unsigned ints from above. in that order.
42  unsigned short int m_allTheInts[6];
43 
45  float m_phiPreviousLevel;
46  //
47  // TPObjRef m_spectrometerTrack; // probably not needed
48  // TPObjRef m_extrapolatedTrack; // probably not needed
49  // TPObjRef m_combinedTrack; // probably not needed
50  //
52 
53 };
54 
55 #endif
TrigMuonEFInfo_p5::m_trackContainer
TPObjRef m_trackContainer
Definition: TrigMuonEFInfo_p5.h:63
TrigMuonEFInfo_p5
Definition: TrigMuonEFInfo_p5.h:26
TrigMuonEFInfo_p5::m_etaPreviousLevel
float m_etaPreviousLevel
Definition: TrigMuonEFInfo_p5.h:56
TrigMuonEFInfo_p5::TrigMuonEFInfo_p5
TrigMuonEFInfo_p5()
Definition: TrigMuonEFInfo_p5.h:43
TPObjRef
Definition: TPObjRef.h:20
TrigMuonEFInfo_p5::TrigMuonEFInfoCnv
friend class TrigMuonEFInfoCnv
Definition: TrigMuonEFInfo_p5.h:39
TrigMuonEFInfo_p5::m_allTheInts
unsigned short int m_allTheInts[6]
Definition: TrigMuonEFInfo_p5.h:54
TrigMuonEFInfo_p5::~TrigMuonEFInfo_p5
virtual ~TrigMuonEFInfo_p5()
Definition: TrigMuonEFInfo_p5.h:44
TPObjRef.h
TrigMuonEFInfo_p5::m_phiPreviousLevel
float m_phiPreviousLevel
Definition: TrigMuonEFInfo_p5.h:57