ATLAS Offline Software
Loading...
Searching...
No Matches
CombinedMuonFeatureCnv_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 : CombinedMuonFeatureCnv_p1
9 *
10 * @brief persistent version of CombinedMuonFeatureCnv
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14 *
15 * File and Version Information:
16 * $Id: CombinedMuonFeatureCnv_p1.h,v 1.2 2009-04-01 22:12:14 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGMUONEVENTTPCNV_COMBINEDMUONFEATURECNV_P1_H
19#define TRIGMUONEVENTTPCNV_COMBINEDMUONFEATURECNV_P1_H
20
26
27class MsgStream;
28
29class CombinedMuonFeatureCnv_p1 : public T_AthenaPoolTPCnvBase<CombinedMuonFeature, CombinedMuonFeature_p1> {
30
31 public:
33
34 virtual void persToTrans(const CombinedMuonFeature_p1* persObj, CombinedMuonFeature* transObj, MsgStream &log );
35 virtual void transToPers(const CombinedMuonFeature* transObj, CombinedMuonFeature_p1* persObj, MsgStream &log );
36
37 protected:
40
41 };
42
43
44#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const CombinedMuonFeature *transObj, CombinedMuonFeature_p1 *persObj, MsgStream &log)
virtual void persToTrans(const CombinedMuonFeature_p1 *persObj, CombinedMuonFeature *transObj, MsgStream &log)