ATLAS Offline Software
Loading...
Searching...
No Matches
SiClusterCnv_p1.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 SI_CLUSTER_CNV_P1_H
6#define SI_CLUSTER_CNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: SiClusterCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
15#include "SiCluster_p1.h"
16
17#include "SiWidthCnv_p1.h"
19
20
21class MsgStream;
22
24 : public T_AthenaPoolTPPolyCnvBase< Trk::PrepRawData, InDet::SiCluster, InDet::SiCluster_p1>
25{
26public:
28
29 void persToTrans( const InDet::SiCluster_p1 *, InDet::SiCluster *, MsgStream & );
30 void transToPers( const InDet::SiCluster *, InDet::SiCluster_p1 *, MsgStream & );
31
32protected:
33// ITPConverterFor<Trk::PrepRawData> *m_rawDataCnv;
34// ITPConverterFor<InDet::SiWidth> *m_swCnv;
37
38
39};
40
41#endif // SI_CLUSTER_CNV_P1_H
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
SiWidthCnv_p1 * m_swCnv
void persToTrans(const InDet::SiCluster_p1 *, InDet::SiCluster *, MsgStream &)
PrepRawDataCnv_p1 * m_rawDataCnv
void transToPers(const InDet::SiCluster *, InDet::SiCluster_p1 *, MsgStream &)