ATLAS Offline Software
Loading...
Searching...
No Matches
TgcPrepData_p2.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
6#ifndef TgcPREPDATA_P2_TRK_H
7#define TgcPREPDATA_P2_TRK_H
8
9//-----------------------------------------------------------------------------
10//
11// file: TgcPrepData_p2.h
12//
13//-----------------------------------------------------------------------------
16
17namespace Muon
18{
25 {
26 public:
28
29 std::vector< signed char > m_rdoList;
30
32
33 float m_locX;
34 float m_errorMat;
36
37 };
38}
39
40#endif
float m_errorMat
1-d ErrorMatrix in the base class.
std::vector< signed char > m_rdoList
Store offsets.
float m_locX
Equivalent to localPosition (locX) in the base class.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.