ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_DriftCircleContainer_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#ifndef TRT_DRIFTCIRCLECONTAINER_TLP1_H
6#define TRT_DRIFTCIRCLECONTAINER_TLP1_H
7
8
9
10
11//-----------------------------------------------------------------------------
12// InDetPrepRawData
13//-----------------------------------------------------------------------------
19
20
21// Token
23
24namespace InDet
25{
27 {
28 public:
31
32// This is the basic info
33 std::vector< InDet::InDetPRD_Container_p1> m_trtDCCont;
34 std::vector< InDet::TRT_DriftCircle_p1 > m_trtDriftCircles;
35// This is the base class
36 std::vector< Trk::PrepRawData_p1> m_prepData;
37// This is info held by the base class
38 std::vector< Trk::LocalPosition_p1> m_locPos;
39 std::vector< Trk::HepSymMatrix_p1> m_errorMat;
40
41 };
42}
43
44
45#endif
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
std::vector< InDet::InDetPRD_Container_p1 > m_trtDCCont
std::vector< Trk::PrepRawData_p1 > m_prepData
std::vector< InDet::TRT_DriftCircle_p1 > m_trtDriftCircles
std::vector< Trk::LocalPosition_p1 > m_locPos
vector of TPCnvToken_p1 Each top-level persistent object that has extentions needs a data member of t...
Primary Vertex Finder.