ATLAS Offline Software
Loading...
Searching...
No Matches
RpcCoinData_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONEVENTTPCNV_RPCOINDATA_P1_TRK_H
6#define MUONEVENTTPCNV_RPCOINDATA_P1_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: RpcCoinData_p1.h
11//
12//-----------------------------------------------------------------------------
13#include <vector>
14
15
16namespace Muon
17{
24 {
25 public:
26 RpcCoinData_p1() = default;
27 // base
28
30
31 float m_localPos{0.f};
32 float m_errorMat{0.f};
33 std::vector<short> m_rdoList{};
35
37
38 float m_time{0.f};
40 // m_triggerInfo is in RpcCoinData
42
44 unsigned short m_ijk{0};
45 unsigned short m_threshold{0};
46 unsigned short m_overlap{0};
47 unsigned short m_parentCmId{0};
48 unsigned short m_parentPadId{0};
49 unsigned short m_parentSectorId{0};
50 bool m_lowPtCm{false};
52 };
53}
54
55#endif
unsigned short m_parentSectorId
std::vector< short > m_rdoList
delta of Identifiers of RDOs used to make PRD
unsigned short m_threshold
unsigned short m_parentCmId
float m_errorMat
1-d ErrorMatrix in the base class.
float m_localPos
Equivalent to localPosition (locX) in the base class.
unsigned short m_ijk
unsigned short m_parentPadId
RpcCoinData_p1()=default
unsigned short m_overlap
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.