ATLAS Offline Software
sTgcPrepData_p1.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 #ifndef sTgcPREPDATA_p1_TRK_H
7 #define sTgcPREPDATA_p1_TRK_H
8 
9 //-----------------------------------------------------------------------------
10 //
11 // file: sTgcPrepData_p1.h
12 //
13 //-----------------------------------------------------------------------------
16 
17 namespace Muon
18 {
24  {
25  public:
26  sTgcPrepData_p1() = default;
27 
28  std::vector< signed char > m_rdoList;
29 
31 
32  float m_locX{0};
33  float m_errorMat{0};
34 
35  int m_charge{0};
36  short int m_time{0};
38 
40  std::vector<uint16_t> m_stripNumbers;
41  std::vector<short int> m_stripTimes;
42  std::vector<int> m_stripCharges;
43  };
44 }
45 
46 #endif
Muon::sTgcPrepData_p1::m_time
short int m_time
Definition: sTgcPrepData_p1.h:36
Muon::sTgcPrepData_p1::m_rdoList
std::vector< signed char > m_rdoList
Store offsets.
Definition: sTgcPrepData_p1.h:28
Muon::sTgcPrepData_p1::m_stripCharges
std::vector< int > m_stripCharges
Definition: sTgcPrepData_p1.h:42
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition: TrackSystemController.h:45
Muon::sTgcPrepData_p1::m_locX
float m_locX
Equivalent to localPosition (locX) in the base class.
Definition: sTgcPrepData_p1.h:32
Muon::sTgcPrepData_p1::m_stripTimes
std::vector< short int > m_stripTimes
Definition: sTgcPrepData_p1.h:41
Muon::sTgcPrepData_p1::m_bcBitMap
uint16_t m_bcBitMap
Definition: sTgcPrepData_p1.h:37
xAOD::uint16_t
setWord1 uint16_t
Definition: eFexEMRoI_v1.cxx:93
Muon::sTgcPrepData_p1::m_stripNumbers
std::vector< uint16_t > m_stripNumbers
cluster quantities
Definition: sTgcPrepData_p1.h:40
Muon::sTgcPrepData_p1::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition: sTgcPrepData_p1.h:33
IdentifierHash.h
TPObjRef.h
Muon::sTgcPrepData_p1::sTgcPrepData_p1
sTgcPrepData_p1()=default
Muon::sTgcPrepData_p1::m_charge
int m_charge
Definition: sTgcPrepData_p1.h:35
Muon::sTgcPrepData_p1
We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed),.
Definition: sTgcPrepData_p1.h:24