ATLAS Offline Software
MMPrepData_p2.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MMPREPDATA_p2_TRK_H
6 #define MMPREPDATA_p2_TRK_H
7 
10 #include "EventPrimitives/EventPrimitives.h" // for Amg::MatrixX
11 
12 namespace Muon
13 {
20  {
21  public:
22  MMPrepData_p2() = default;
23 
24  std::vector< signed char > m_rdoList{};
25 
27 
28  float m_locX{0.f};
29  float m_errorMat{0.f};
30 
31  short int m_time{0}; // for single-strip PRD, that's the time measured
32  int m_charge{0}; // for single-strip PRD, that's the charge measured
33  float m_driftDist{0.f}; // for single-strip PRD, that's the calibrated drift distance
34 
35  float m_angle{0.f};
36  float m_chisqProb{0.f};
37 
39  std::vector<uint16_t> m_stripNumbers{};
40  std::vector<short int> m_stripTimes{};
41  std::vector<int> m_stripCharges{};
42 
43  std::vector<float> m_stripDriftDist{};
44  std::vector<float> m_stripDriftErrors_0_0{};
45  std::vector<float> m_stripDriftErrors_1_1{};
46  short m_author{0}; // contains the info about which cluster builder tool produced the PRD
48 
50  };
51 }
52 
53 #endif
Muon::MMPrepData_p2::m_locX
float m_locX
Equivalent to localPosition (locX) in the base class.
Definition: MMPrepData_p2.h:28
Muon::MMPrepData_p2::m_charge
int m_charge
Definition: MMPrepData_p2.h:32
Muon::MMPrepData_p2::m_quality
uint8_t m_quality
Definition: MMPrepData_p2.h:47
xAOD::uint8_t
uint8_t
Definition: Muon_v1.cxx:575
Muon::MMPrepData_p2::m_driftDist
float m_driftDist
Definition: MMPrepData_p2.h:33
Muon::MMPrepData_p2::m_stripCharges
std::vector< int > m_stripCharges
Definition: MMPrepData_p2.h:41
Muon::MMPrepData_p2::m_stripTimes
std::vector< short int > m_stripTimes
Definition: MMPrepData_p2.h:40
Muon::MMPrepData_p2::m_angle
float m_angle
Definition: MMPrepData_p2.h:35
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::MMPrepData_p2::m_time
short int m_time
Definition: MMPrepData_p2.h:31
Muon::MMPrepData_p2::m_author
short m_author
Definition: MMPrepData_p2.h:46
Muon::MMPrepData_p2::m_stripNumbers
std::vector< uint16_t > m_stripNumbers
these are the parameters of the muTPC reconstruction
Definition: MMPrepData_p2.h:39
Muon::MMPrepData_p2
We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed), m_clusId (can be recom...
Definition: MMPrepData_p2.h:20
Muon::MMPrepData_p2::m_stripDriftErrors_1_1
std::vector< float > m_stripDriftErrors_1_1
Definition: MMPrepData_p2.h:45
EventPrimitives.h
IdentifierHash.h
Muon::MMPrepData_p2::m_chisqProb
float m_chisqProb
Definition: MMPrepData_p2.h:36
Muon::MMPrepData_p2::m_rdoList
std::vector< signed char > m_rdoList
Store offsets.
Definition: MMPrepData_p2.h:24
Muon::MMPrepData_p2::m_stripDriftErrors_0_0
std::vector< float > m_stripDriftErrors_0_0
Definition: MMPrepData_p2.h:44
TPObjRef.h
Muon::MMPrepData_p2::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition: MMPrepData_p2.h:29
Muon::MMPrepData_p2::m_stripDriftDist
std::vector< float > m_stripDriftDist
Definition: MMPrepData_p2.h:43
Muon::MMPrepData_p2::MMPrepData_p2
MMPrepData_p2()=default