ATLAS Offline Software
Loading...
Searching...
No Matches
RpcPrepData_p3.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 RRPPREPDATA_P3_TRK_H
6#define RRPPREPDATA_P3_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: RpcPrepData_p3.h
11//
12//-----------------------------------------------------------------------------
15
16namespace Muon
17{
24 {
25 public:
27
28 std::vector< signed char > m_rdoList;
29
31
32 float m_locX;
33 float m_errorMat;
35
37
38 float m_time;
42 };
43}
44
45#endif
float m_errorMat
1-d ErrorMatrix in the base class.
float m_locX
Equivalent to localPosition (locX) 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.