ATLAS Offline Software
Loading...
Searching...
No Matches
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
12namespace 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
47 uint8_t m_quality{0};
48
50 };
51}
52
53#endif
std::vector< signed char > m_rdoList
Store offsets.
std::vector< short int > m_stripTimes
std::vector< float > m_stripDriftErrors_0_0
float m_locX
Equivalent to localPosition (locX) in the base class.
std::vector< uint16_t > m_stripNumbers
these are the parameters of the muTPC reconstruction
MMPrepData_p2()=default
std::vector< float > m_stripDriftErrors_1_1
float m_errorMat
1-d ErrorMatrix in the base class.
std::vector< int > m_stripCharges
std::vector< float > m_stripDriftDist
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.