ATLAS Offline Software
Loading...
Searching...
No Matches
TileMuFeatureCnv_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/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigMuonEventTPCnv
8 * @class : TileMuFeatureCnv_p1
9 *
10 * @brief transient-persistent converter for TileMuFeature
11 *
12 * @author Heuijin Lim <hjlim@hep.anl.gov>
13 * @Created: Apr. 16. 2008
14 **********************************************************************************/
15
16#ifndef TRIGMUONEVENTTPCNV_TILEMUFEATURECNV_P1_H
17#define TRIGMUONEVENTTPCNV_TILEMUFEATURECNV_P1_H
18
19//converter base
21
22//TileMuFeature transient and persistent classes
25
26class MsgStream;
27
28class TileMuFeatureCnv_p1 : public T_AthenaPoolTPCnvBase<TileMuFeature, TileMuFeature_p1>
29{
30
31 public:
32
34
35 virtual void persToTrans(const TileMuFeature_p1* persObj, TileMuFeature* transObj, MsgStream &log);
36 virtual void transToPers(const TileMuFeature* transObj, TileMuFeature_p1* persObj, MsgStream &log);
37};
38
39#endif
40
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const TileMuFeature_p1 *persObj, TileMuFeature *transObj, MsgStream &log)
virtual void transToPers(const TileMuFeature *transObj, TileMuFeature_p1 *persObj, MsgStream &log)