ATLAS Offline Software
MuonCnv_p3.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // MuonCnv_p3.h
8 // Header file for class MuonCnv_p3
9 // Author: Ketevi A. Assamagan <ketevi@bnl.gov>
11 #ifndef RECTPCNV_MUONCNV_P3_H
12 #define RECTPCNV_MUONCNV_P3_H
13 
14 // STL includes
15 
16 // AthenaPoolCnvSvc includes
18 
19 // RecTPCnv includes
20 #include "RecTPCnv/Muon_p3.h"
21 
22 // Forward declaration
23 class MsgStream;
24 namespace Analysis { class Muon; }
25 
26 class MuonCnv_p3 : public T_AthenaPoolTPCnvConstBase<Analysis::Muon, Muon_p3>
27 {
28  public:
31 
32 
35  MuonCnv_p3();
36 
40  virtual void persToTrans( const Muon_p3* persObj,
41  Analysis::Muon* transObj,
42  MsgStream& msg ) const override;
43 
47  virtual void transToPers( const Analysis::Muon* transObj,
48  Muon_p3* persObj,
49  MsgStream& msg ) const override;
50 };
51 
52 
54 {}
55 
56 #endif //> RECTPCNV_MUONCNV_P3_H
MuonCnv_p3
Definition: MuonCnv_p3.h:27
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
Muon_p3
Definition: Muon_p3.h:35
MuonCnv_p3::MuonCnv_p3
MuonCnv_p3()
Default constructor:
Definition: MuonCnv_p3.h:53
MuonCnv_p3::transToPers
virtual void transToPers(const Analysis::Muon *transObj, Muon_p3 *persObj, MsgStream &msg) const override
Method creating the persistent representation Muon_p1 from its transient representation Analysis::Muo...
Definition: MuonCnv_p3.cxx:162
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
T_AthenaPoolTPConverter.h
Analysis::Muon
The ATLAS Muon object - see doxygen, physics workbookd and the Muon Combined Performance WG's pages f...
Definition: Reconstruction/MuonIdentification/muonEvent/muonEvent/Muon.h:48
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
MuonCnv_p3::persToTrans
virtual void persToTrans(const Muon_p3 *persObj, Analysis::Muon *transObj, MsgStream &msg) const override
Method creating the transient representation of Analysis::Muon from its persistent representation Muo...
Definition: MuonCnv_p3.cxx:45
Muon_p3.h
TPConverterConstBase
Definition: TPConverter.h:776
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7