ATLAS Offline Software
Loading...
Searching...
No Matches
TgcCoinDataContainer_tlp1.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/* Takashi Kubota - June 30, 2008 */
6#ifndef TGCCOINDATACONTAINER_TLP1_H
7#define TGCCOINDATACONTAINER_TLP1_H
8
9//-----------------------------------------------------------------------------
10// MuonTrigCoinData
11//-----------------------------------------------------------------------------
16
17
18// Token
20
21namespace Muon
22{
24 {
25 public:
28
29// This is the basic info
30 std::vector< Muon::MuonCoinDataContainer_p1> m_pixDCCont;
31 std::vector< Muon::TgcCoinData_p1 > m_tgcCoinDatas;
32// This are the base classes
33// This is info held by the base class
34 std::vector< Trk::LocalPosition_p1> m_locPos;
35 std::vector< Trk::HepSymMatrix_p1> m_errorMat;
36 };
37}
38
39
40#endif
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
std::vector< Trk::LocalPosition_p1 > m_locPos
std::vector< Muon::MuonCoinDataContainer_p1 > m_pixDCCont
std::vector< Muon::TgcCoinData_p1 > m_tgcCoinDatas
vector of TPCnvToken_p1 Each top-level persistent object that has extentions needs a data member of t...
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.