ATLAS Offline Software
Loading...
Searching...
No Matches
MuonFeatureCnv_p3.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 : MuonFeatureCnv_p3
9 *
10 * @brief persistent version of MuonFeatureCnv
11 *
12 * @author Stefano Giagu <Stefano.Giagu@cern.ch> - U. of Rome
13 *
14 * File and Version Information:
15 * $Id: MuonFeatureCnv_p3.h,v 1.2 2009-04-01 22:12:14 salvator Exp $
16 **********************************************************************************/
17#ifndef TRIGMUONEVENTTPCNV_MUONFEATURECNV_P3_H
18#define TRIGMUONEVENTTPCNV_MUONFEATURECNV_P3_H
19
23
24class MsgStream;
25
26class MuonFeatureCnv_p3 : public T_AthenaPoolTPCnvBase<MuonFeature, MuonFeature_p3> {
27
28 public:
30
31 virtual void persToTrans(const MuonFeature_p3* persObj, MuonFeature* transObj, MsgStream &log );
32 virtual void transToPers(const MuonFeature* transObj, MuonFeature_p3* persObj, MsgStream &log );
33
34 protected:
35
36};
37#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const MuonFeature *transObj, MuonFeature_p3 *persObj, MsgStream &log)
virtual void persToTrans(const MuonFeature_p3 *persObj, MuonFeature *transObj, MsgStream &log)