ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_ClusterContainer_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 SCT_CLUSTERCONTAINER_TLP1_H
6#define SCT_CLUSTERCONTAINER_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_sctDCCont;
36 std::vector< InDet::SCT_Cluster_p1 > m_sctClusters;
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< Trk::LocalPosition_p1 > m_locPos
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
std::vector< InDet::SCT_Cluster_p1 > m_sctClusters
std::vector< Trk::PrepRawData_p1 > m_prepData
std::vector< InDet::InDetPRD_Container_p1 > m_sctDCCont
std::vector< InDet::SiWidth_p1 > m_siWidths
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.