ATLAS Offline Software
Loading...
Searching...
No Matches
sTgcPrepData_p3.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 sTgcPREPDATA_p3_TRK_H
6#define sTgcPREPDATA_p3_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: sTgcPrepData_p3.h
11//
12//-----------------------------------------------------------------------------
15
16namespace Muon
17{
19 {
20 public:
21 sTgcPrepData_p3() = default;
22
23 std::vector< signed char > m_rdoList{};
24
26
27 float m_locX{0.f};
28 float m_errorMat{0.f};
30 float m_locY{0.f}; // sTGC pads require both X and Y coordinates
31 int m_charge{0};
32 short int m_time{0};
33 uint16_t m_bcBitMap{0};
34
36 std::vector<uint16_t> m_stripNumbers{};
37 std::vector<short int> m_stripTimes{};
38 std::vector<int> m_stripCharges{};
39 uint8_t m_author {0}; // contains the info about which cluster builder tool produced the PRD
40 uint8_t m_quality{0}; // contains the info about the quality of the cluster
41 };
42}
43
44#endif
float m_locX
Equivalent to localPosition (locX) in the base class.
std::vector< signed char > m_rdoList
Store offsets.
float m_errorMat
2-d ErrorMatrix in the base class.
std::vector< int > m_stripCharges
std::vector< short int > m_stripTimes
std::vector< uint16_t > m_stripNumbers
cluster quantities
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.