ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_ClusterCnv_p1.h
Go to the documentation of this file.
1
13
14#ifndef HGTD_EVENTTPCNV_HGTD_CLUSTER_CNV_P1_H
15#define HGTD_EVENTTPCNV_HGTD_CLUSTER_CNV_P1_H
16
21
22class MsgStream;
23
25 : public T_AthenaPoolTPPolyCnvBase<Trk::PrepRawData, HGTD_Cluster,
26 HGTD_Cluster_p1> {
27public:
28 HGTD_ClusterCnv_p1() = default;
29
31 MsgStream&);
32
34 MsgStream&);
35
36 // needs to be public since it is called in the container converter
38 createHGTDCluster(const HGTD_Cluster_p1* pers_obj,
40 MsgStream& log);
41
42protected:
44};
45
46#endif // HGTD_EVENTTPCNV_HGTD_CLUSTER_CNV_P1_H
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
HGTD_Cluster createHGTDCluster(const HGTD_Cluster_p1 *pers_obj, const InDetDD::SolidStateDetectorElementBase *delEl, MsgStream &log)
void persToTrans(const HGTD_Cluster_p1 *, HGTD_Cluster *, MsgStream &)
HGTD_ClusterCnv_p1()=default
void transToPers(const HGTD_Cluster *, HGTD_Cluster_p1 *, MsgStream &)
InDet::SiWidthCnv_p2 m_si_width_cnv
Class to hold geometrical description of a solid state detector element.