ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonEFInfoCnv_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 : TrigMuonEFInfoCnv_p1
9 *
10 * @brief transient-persistent converter for TrigMuonEFInfo_p1
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14 * @author Sergio Grancagnolo <Sergio.Grancagnolo@le.infn.it> - U.Salento/INFN Le
15 *
16 **********************************************************************************/
17#ifndef TRIGMUONEVENTTPCNV_TRIGMUONEFINFOCNV_P1_H
18#define TRIGMUONEVENTTPCNV_TRIGMUONEFINFOCNV_P1_H
19
21
24
27
28class MsgStream;
29
30
31class TrigMuonEFInfoCnv_p1 : public T_AthenaPoolTPCnvBase<TrigMuonEFInfo, TrigMuonEFInfo_p1>
32{
33
34 public:
35
37
38 virtual void persToTrans(const TrigMuonEFInfo_p1* persObj, TrigMuonEFInfo* transObj, MsgStream &log);
39 virtual void transToPers(const TrigMuonEFInfo* transObj, TrigMuonEFInfo_p1* persObj, MsgStream &log);
40
41 private:
42
43
44 protected:
45
47
48};
49
50
51#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
Common base class for all TP converters, specialized for a given transient type.
Definition TPConverter.h:37
virtual void transToPers(const TrigMuonEFInfo *transObj, TrigMuonEFInfo_p1 *persObj, MsgStream &log)
ITPConverterFor< TrigMuonEFTrack > * m_trackCnv
virtual void persToTrans(const TrigMuonEFInfo_p1 *persObj, TrigMuonEFInfo *transObj, MsgStream &log)