ATLAS Offline Software
Loading...
Searching...
No Matches
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
17namespace 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};
35 int m_charge{0};
36 short int m_time{0};
37 uint16_t m_bcBitMap{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
std::vector< short int > m_stripTimes
std::vector< int > m_stripCharges
std::vector< uint16_t > m_stripNumbers
cluster quantities
float m_locX
Equivalent to localPosition (locX) in the base class.
float m_errorMat
1-d ErrorMatrix in the base class.
std::vector< signed char > m_rdoList
Store offsets.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.