ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonChamberT0s
ChamberT0sCnv_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONEVENTTPCNV_CHAMBERT0SCNV_P1_H
6
#define MUONEVENTTPCNV_CHAMBERT0SCNV_P1_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: ChamberT0sCnv_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
14
15
#include "
MuonChamberT0s/ChamberT0s.h
"
16
#include "
ChamberT0s_p1.h
"
17
18
class
MsgStream;
19
20
class
ChamberT0sCnv_p1
21
:
public
T_AthenaPoolTPCnvConstBase
< Muon::ChamberT0s, Muon::ChamberT0s_p1 >
22
{
23
public
:
24
using
base_class::transToPers
;
25
using
base_class::persToTrans
;
26
27
ChamberT0sCnv_p1
() {}
28
29
void
persToTrans
(
const
Muon::ChamberT0s_p1
*persObj,
30
Muon::ChamberT0s
*transObj,
31
MsgStream &log )
const
;
32
void
transToPers
(
const
Muon::ChamberT0s
*transObj,
33
Muon::ChamberT0s_p1
*persObj,
34
MsgStream &log )
const
;
35
};
36
37
38
#endif
ChamberT0s.h
ChamberT0s_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
ChamberT0sCnv_p1::transToPers
void transToPers(const Muon::ChamberT0s *transObj, Muon::ChamberT0s_p1 *persObj, MsgStream &log) const
Definition
ChamberT0sCnv_p1.cxx:31
ChamberT0sCnv_p1::ChamberT0sCnv_p1
ChamberT0sCnv_p1()
Definition
ChamberT0sCnv_p1.h:27
ChamberT0sCnv_p1::persToTrans
void persToTrans(const Muon::ChamberT0s_p1 *persObj, Muon::ChamberT0s *transObj, MsgStream &log) const
Definition
ChamberT0sCnv_p1.cxx:16
Muon::ChamberT0s_p1
Definition
ChamberT0s_p1.h:13
Muon::ChamberT0s
Stores links between chambers and the reconstructed T0.
Definition
ChamberT0s.h:19
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.
Generated on
for ATLAS Offline Software by
1.17.0