ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetEventCnv
InDetEventTPCnv
InDetEventTPCnv
SCT_ClusterContainerCnv_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 SCT_CLUSTERCONTAINERCNV_TLP1_H
6
#define SCT_CLUSTERCONTAINERCNV_TLP1_H
7
8
9
#include "
TPTools/TopLevelTPConverter.h
"
10
11
#include "
SCT_ClusterContainer_tlp1.h
"
12
13
#include "
InDetEventTPCnv/InDetPrepRawData/SCT_ClusterContainerCnv_p1.h
"
14
#include "
InDetEventTPCnv/InDetPrepRawData/SiClusterCnv_p1.h
"
15
#include "
InDetEventTPCnv/InDetPrepRawData/SCT_ClusterCnv_p1.h
"
16
#include "
InDetEventTPCnv/InDetPrepRawData/SiWidthCnv_p1.h
"
17
#include "
TrkEventTPCnv/TrkPrepRawData/PrepRawDataCnv_p1.h
"
18
#include "
TrkEventTPCnv/TrkEventPrimitives/ErrorMatrixCnv_p1.h
"
19
#include "
TrkEventTPCnv/TrkEventPrimitives/LocalPositionCnv_p1.h
"
20
21
22
#include <iostream>
23
24
class
SCT_ClusterContainerCnv_tlp1
25
:
public
TopLevelTPConverter
<InDet::SCT_ClusterContainerCnv_p1, InDet::SCT_ClusterContainer_tlp1 >
26
{
27
public
:
28
29
SCT_ClusterContainerCnv_tlp1
();
30
virtual
~SCT_ClusterContainerCnv_tlp1
() =
default
;
31
32
virtual
void
setPStorage
(
InDet::SCT_ClusterContainer_tlp1
*storage );
33
// return list of tokens to extending persistent objects
34
// it is stored in m_tokenList member of the Track persistent rep
35
virtual
TPCnvTokenList_p1
*
getTokenListVar
() {
return
&(
getTLPersObject
()->
m_tokenList
); }
36
37
void
setUseDetectorElement
(
const
bool
useDetectorElement);
38
39
protected
:
40
41
SiClusterCnv_p1
m_siClusterCnv
;
42
SCT_ClusterCnv_p1
m_sctClusterCnv
;
43
SiWidthCnv_p1
m_siWidthCnv
;
44
PrepRawDataCnv_p1
m_prepDataCnv
;
45
LocalPositionCnv_p1
m_locPosCnv
;
46
ErrorMatrixCnv_p1
m_errorMatCnv
;
47
48
49
};
50
51
52
#endif
53
54
ErrorMatrixCnv_p1.h
LocalPositionCnv_p1.h
PrepRawDataCnv_p1.h
SCT_ClusterCnv_p1.h
SCT_ClusterContainerCnv_p1.h
SCT_ClusterContainer_tlp1.h
SiClusterCnv_p1.h
SiWidthCnv_p1.h
TopLevelTPConverter.h
Defines the most specialized template for all top-level TP converters.
ErrorMatrixCnv_p1
Definition
ErrorMatrixCnv_p1.h:33
InDet::SCT_ClusterContainer_tlp1
Definition
SCT_ClusterContainer_tlp1.h:29
InDet::SCT_ClusterContainer_tlp1::m_tokenList
TPCnvTokenList_p1 m_tokenList
Definition
SCT_ClusterContainer_tlp1.h:32
LocalPositionCnv_p1
Definition
LocalPositionCnv_p1.h:31
PrepRawDataCnv_p1
Definition
PrepRawDataCnv_p1.h:26
SCT_ClusterCnv_p1
Definition
SCT_ClusterCnv_p1.h:24
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::~SCT_ClusterContainerCnv_tlp1
virtual ~SCT_ClusterContainerCnv_tlp1()=default
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
SCT_ClusterContainerCnv_tlp1::getTokenListVar
virtual TPCnvTokenList_p1 * getTokenListVar()
Return the list of tokens to the objects extending the object owned by this converter.
Definition
SCT_ClusterContainerCnv_tlp1.h:35
SiClusterCnv_p1
Definition
SiClusterCnv_p1.h:25
SiWidthCnv_p1
Definition
SiWidthCnv_p1.h:23
TPCnvTokenList_p1
vector of TPCnvToken_p1 Each top-level persistent object that has extentions needs a data member of t...
Definition
TPCnvTokenList_p1.h:56
TopLevelTPConverter< InDet::SCT_ClusterContainerCnv_p1, InDet::SCT_ClusterContainer_tlp1 >::getTLPersObject
InDet::SCT_ClusterContainer_tlp1 * getTLPersObject()
Definition
TopLevelTPCnvBaseP.h:72
TopLevelTPConverter< InDet::SCT_ClusterContainerCnv_p1, InDet::SCT_ClusterContainer_tlp1 >::TopLevelTPConverter
TopLevelTPConverter()
Definition
TopLevelTPConverter.h:50
Generated on
for ATLAS Offline Software by
1.17.0