ATLAS Offline Software
Loading...
Searching...
No Matches
TileMuFeatureCnv_p2.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_p2
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_P2_H
17#define TRIGMUONEVENTTPCNV_TILEMUFEATURECNV_P2_H
18
19//converter base
21
22//TileMuFeature transient and persistent classes
25
26class MsgStream;
27
28class TileMuFeatureCnv_p2 : public T_AthenaPoolTPCnvBase<TileMuFeature, TileMuFeature_p2> {
29
30 public:
31
33
34 virtual void persToTrans(const TileMuFeature_p2* persObj, TileMuFeature* transObj, MsgStream &log);
35 virtual void transToPers(const TileMuFeature* transObj, TileMuFeature_p2* persObj, MsgStream &log);
36
37 protected:
38
39};
40#endif
41
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const TileMuFeature_p2 *persObj, TileMuFeature *transObj, MsgStream &log)
virtual void transToPers(const TileMuFeature *transObj, TileMuFeature_p2 *persObj, MsgStream &log)