ATLAS Offline Software
Loading...
Searching...
No Matches
PixelClusterContainer_tlp1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PIXELCLUSTERCONTAINER_TLP1_H
6#define PIXELCLUSTERCONTAINER_TLP1_H
7
8
9
10
11//-----------------------------------------------------------------------------
12// InDetPrepRawData
13//-----------------------------------------------------------------------------
21
22
23// Token
25
26namespace InDet
27{
29 {
30 public:
33
34// This is the basic info
35 std::vector< InDet::InDetPRD_Container_p1> m_pixDCCont;
36 std::vector< InDet::PixelCluster_p1 > m_pixClusters;
37// This are the base classes
38 std::vector< InDet::SiCluster_p1 > m_siClusters;
39 std::vector< InDet::SiWidth_p1 > m_siWidths;
40 std::vector< Trk::PrepRawData_p1> m_prepData;
41// This is info held by the base class
42 std::vector< Trk::LocalPosition_p1> m_locPos;
43 std::vector< Trk::HepSymMatrix_p1> m_errorMat;
44
45 };
46}
47
48
49#endif
std::vector< InDet::SiWidth_p1 > m_siWidths
std::vector< Trk::LocalPosition_p1 > m_locPos
std::vector< Trk::PrepRawData_p1 > m_prepData
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
std::vector< InDet::InDetPRD_Container_p1 > m_pixDCCont
std::vector< InDet::PixelCluster_p1 > m_pixClusters
std::vector< InDet::SiCluster_p1 > m_siClusters
vector of TPCnvToken_p1 Each top-level persistent object that has extentions needs a data member of t...
Primary Vertex Finder.