ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetEventCnv
InDetEventTPCnv
src
SCT_ClusterContainerCnv_tlp1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
InDetEventTPCnv/SCT_ClusterContainerCnv_tlp1.h
"
6
7
8
SCT_ClusterContainerCnv_tlp1::SCT_ClusterContainerCnv_tlp1
()
9
{
10
// Add all converters defined in this top level converter:
11
// never change the order of adding converters!
12
addMainTPConverter
();
13
addTPConverter
( &
m_sctClusterCnv
);
14
addTPConverter
( &
m_siClusterCnv
);
15
addTPConverter
( &
m_siWidthCnv
);
16
addTPConverter
( &
m_prepDataCnv
);
17
addTPConverter
( &
m_locPosCnv
);
18
addTPConverter
( &
m_errorMatCnv
);
19
20
21
}
22
23
24
25
void
SCT_ClusterContainerCnv_tlp1::setPStorage
(
InDet::SCT_ClusterContainer_tlp1
*storage )
26
{
27
setMainCnvPStorage
( &storage->
m_sctDCCont
);
28
29
m_sctClusterCnv
.setPStorage( &storage->
m_sctClusters
);
30
m_siClusterCnv
.setPStorage( &storage->
m_siClusters
);
31
m_siWidthCnv
.setPStorage( &storage->
m_siWidths
);
32
m_prepDataCnv
.setPStorage( &storage->
m_prepData
);
33
m_locPosCnv
.setPStorage( &storage->
m_locPos
);
34
m_errorMatCnv
.setPStorage( &storage->
m_errorMat
);
35
}
36
37
// Method for test/SCT_ClusterCnv_p1_test.cxx
38
void
SCT_ClusterContainerCnv_tlp1::setUseDetectorElement
(
const
bool
useDetectorElement) {
39
m_mainConverter
.setUseDetectorElement(useDetectorElement);
40
}
SCT_ClusterContainerCnv_tlp1.h
InDet::SCT_ClusterContainer_tlp1
Definition
SCT_ClusterContainer_tlp1.h:29
InDet::SCT_ClusterContainer_tlp1::m_locPos
std::vector< Trk::LocalPosition_p1 > m_locPos
Definition
SCT_ClusterContainer_tlp1.h:42
InDet::SCT_ClusterContainer_tlp1::m_errorMat
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
Definition
SCT_ClusterContainer_tlp1.h:43
InDet::SCT_ClusterContainer_tlp1::m_sctClusters
std::vector< InDet::SCT_Cluster_p1 > m_sctClusters
Definition
SCT_ClusterContainer_tlp1.h:36
InDet::SCT_ClusterContainer_tlp1::m_prepData
std::vector< Trk::PrepRawData_p1 > m_prepData
Definition
SCT_ClusterContainer_tlp1.h:40
InDet::SCT_ClusterContainer_tlp1::m_sctDCCont
std::vector< InDet::InDetPRD_Container_p1 > m_sctDCCont
Definition
SCT_ClusterContainer_tlp1.h:35
InDet::SCT_ClusterContainer_tlp1::m_siWidths
std::vector< InDet::SiWidth_p1 > m_siWidths
Definition
SCT_ClusterContainer_tlp1.h:39
InDet::SCT_ClusterContainer_tlp1::m_siClusters
std::vector< InDet::SiCluster_p1 > m_siClusters
Definition
SCT_ClusterContainer_tlp1.h:38
SCT_ClusterContainerCnv_tlp1::setUseDetectorElement
void setUseDetectorElement(const bool useDetectorElement)
Definition
SCT_ClusterContainerCnv_tlp1.cxx:38
SCT_ClusterContainerCnv_tlp1::m_errorMatCnv
ErrorMatrixCnv_p1 m_errorMatCnv
Definition
SCT_ClusterContainerCnv_tlp1.h:46
SCT_ClusterContainerCnv_tlp1::m_siClusterCnv
SiClusterCnv_p1 m_siClusterCnv
Definition
SCT_ClusterContainerCnv_tlp1.h:41
SCT_ClusterContainerCnv_tlp1::m_siWidthCnv
SiWidthCnv_p1 m_siWidthCnv
Definition
SCT_ClusterContainerCnv_tlp1.h:43
SCT_ClusterContainerCnv_tlp1::m_prepDataCnv
PrepRawDataCnv_p1 m_prepDataCnv
Definition
SCT_ClusterContainerCnv_tlp1.h:44
SCT_ClusterContainerCnv_tlp1::setPStorage
virtual void setPStorage(InDet::SCT_ClusterContainer_tlp1 *storage)
A stub for a method that should be provided by the converter creator.
Definition
SCT_ClusterContainerCnv_tlp1.cxx:25
SCT_ClusterContainerCnv_tlp1::SCT_ClusterContainerCnv_tlp1
SCT_ClusterContainerCnv_tlp1()
Definition
SCT_ClusterContainerCnv_tlp1.cxx:8
SCT_ClusterContainerCnv_tlp1::m_locPosCnv
LocalPositionCnv_p1 m_locPosCnv
Definition
SCT_ClusterContainerCnv_tlp1.h:45
SCT_ClusterContainerCnv_tlp1::m_sctClusterCnv
SCT_ClusterCnv_p1 m_sctClusterCnv
Definition
SCT_ClusterContainerCnv_tlp1.h:42
TopLevelTPConverter< InDet::SCT_ClusterContainerCnv_p1, InDet::SCT_ClusterContainer_tlp1 >::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Definition
TopLevelTPCnvBase.cxx:11
TopLevelTPConverter< InDet::SCT_ClusterContainerCnv_p1, InDet::SCT_ClusterContainer_tlp1 >::m_mainConverter
InDet::SCT_ClusterContainerCnv_p1 m_mainConverter
Definition
TopLevelTPConverter.h:217
TopLevelTPConverter< InDet::SCT_ClusterContainerCnv_p1, InDet::SCT_ClusterContainer_tlp1 >::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Definition
TopLevelTPConverter.h:152
TopLevelTPConverter< InDet::SCT_ClusterContainerCnv_p1, InDet::SCT_ClusterContainer_tlp1 >::addMainTPConverter
void addMainTPConverter()
Definition
TopLevelTPConverter.h:146
Generated on
for ATLAS Offline Software by
1.17.0