ATLAS Offline Software
Loading...
Searching...
No Matches
RpcCoinData_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 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:
29 // base
30
32
33 float m_localPos;
34 float m_errorMat;
35 std::vector<short> m_rdoList;
37
39
40 float m_time;
42 // m_triggerInfo is in RpcCoinData
44
46 unsigned short m_ijk;
47 unsigned short m_threshold;
48 unsigned short m_overlap;
49 unsigned short m_parentCmId;
50 unsigned short m_parentPadId;
51 unsigned short m_parentSectorId;
52 bool m_lowPtCm;
54 };
55}
56
57#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
unsigned short m_overlap
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.