ATLAS Offline Software
TrigMuonEFInfo_p5.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 : 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 
31  TrigMuonEFInfo_p5() = default;
32  virtual ~TrigMuonEFInfo_p5() = default;
33 
34  // unsigned short int m_roi;
35  // unsigned short int m_nSegments;
36  // unsigned short int m_nMdtHits;
37  // unsigned short int m_nRpcHits;
38  // unsigned short int m_nTgcHits;
39  // unsigned short int m_nCscHits;
40  // this array holds all the unsigned ints from above. in that order.
41  unsigned short int m_allTheInts[6]{};
42 
45  //
46  // TPObjRef m_spectrometerTrack; // probably not needed
47  // TPObjRef m_extrapolatedTrack; // probably not needed
48  // TPObjRef m_combinedTrack; // probably not needed
49  //
51 
52 };
53 
54 #endif
TrigMuonEFInfo_p5::m_trackContainer
TPObjRef m_trackContainer
Definition: TrigMuonEFInfo_p5.h:62
TrigMuonEFInfo_p5::TrigMuonEFInfo_p5
TrigMuonEFInfo_p5()=default
TrigMuonEFInfo_p5
Definition: TrigMuonEFInfo_p5.h:26
TrigMuonEFInfo_p5::m_etaPreviousLevel
float m_etaPreviousLevel
Definition: TrigMuonEFInfo_p5.h:55
TrigMuonEFInfo_p5::~TrigMuonEFInfo_p5
virtual ~TrigMuonEFInfo_p5()=default
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:53
TPObjRef.h
TrigMuonEFInfo_p5::m_phiPreviousLevel
float m_phiPreviousLevel
Definition: TrigMuonEFInfo_p5.h:56