ATLAS Offline Software
Loading...
Searching...
No Matches
MMPrepData_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#ifndef MMPREPDATA_p1_TRK_H
6#define MMPREPDATA_p1_TRK_H
7
10#include "EventPrimitives/EventPrimitives.h" // for Amg::MatrixX
11
12namespace Muon
13{
20 {
21 public:
22 MMPrepData_p1() = default;
23
24 std::vector< signed char > m_rdoList;
25
27
28 float m_locX{0};
29 float m_errorMat{0};
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}; // for single-strip PRD, that's the calibrated drift distance
34
35 float m_angle{0};
36 float m_chisqProb{0};
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;
45
46 int m_author{0}; // contains the info about which cluster builder tool produced the PRD
48 };
49}
50
51#endif
std::vector< short int > m_stripTimes
std::vector< float > m_stripDriftErrors_1_1
std::vector< signed char > m_rdoList
Store offsets.
MMPrepData_p1()=default
std::vector< float > m_stripDriftErrors_0_0
std::vector< uint16_t > m_stripNumbers
these are the parameters of the muTPC reconstruction
float m_errorMat
1-d ErrorMatrix in the base class.
std::vector< int > m_stripCharges
float m_locX
Equivalent to localPosition (locX) in the base class.
std::vector< float > m_stripDriftDist
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.