ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
RecTPCnv
RecTPCnv
MuonCnv_p5.h
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// MuonCnv_p5.h
8
// Header file for class MuonCnv_p5
9
// Author: Ketevi A. Assamagan <ketevi@bnl.gov>
11
#ifndef RECTPCNV_MUONCNV_P5_H
12
#define RECTPCNV_MUONCNV_P5_H
13
14
// STL includes
15
16
// AthenaPoolCnvSvc includes
17
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
18
19
// RecTPCnv includes
20
#include "
RecTPCnv/Muon_p5.h
"
21
22
// Forward declaration
23
class
MsgStream;
24
namespace
Analysis
{
class
Muon
; }
25
26
class
MuonCnv_p5
:
public
T_AthenaPoolTPCnvConstBase
<Analysis::Muon, Muon_p5>
27
{
28
public
:
29
using
base_class::transToPers
;
30
using
base_class::persToTrans
;
31
32
35
MuonCnv_p5
();
36
37
41
virtual
void
persToTrans
(
const
Muon_p5
* persObj,
42
Analysis::Muon
* transObj,
43
MsgStream&
msg
)
const override
;
44
48
virtual
void
transToPers
(
const
Analysis::Muon
* transObj,
49
Muon_p5
* persObj,
50
MsgStream&
msg
)
const override
;
51
};
52
53
54
inline
MuonCnv_p5::MuonCnv_p5
()
55
{}
56
57
#endif
//> RECTPCNV_MUONCNV_P5_H
Muon_p5.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
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:44
MuonCnv_p5::transToPers
virtual void transToPers(const Analysis::Muon *transObj, Muon_p5 *persObj, MsgStream &msg) const override
Method creating the persistent representation Muon_p1 from its transient representation Analysis::Muo...
Definition
MuonCnv_p5.cxx:169
MuonCnv_p5::MuonCnv_p5
MuonCnv_p5()
Default constructor:
Definition
MuonCnv_p5.h:54
MuonCnv_p5::persToTrans
virtual void persToTrans(const Muon_p5 *persObj, Analysis::Muon *transObj, MsgStream &msg) const override
Method creating the transient representation of Analysis::Muon from its persistent representation Muo...
Definition
MuonCnv_p5.cxx:45
Muon_p5
Definition
Muon_p5.h:34
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition
IConstituent.h:25
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.17.0