ATLAS Offline Software
Loading...
Searching...
No Matches
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//-----------------------------------------------------------------------------
14
16#include "ChamberT0s_p1.h"
17
18class MsgStream;
19
21 : public T_AthenaPoolTPCnvConstBase< Muon::ChamberT0s, Muon::ChamberT0s_p1 >
22{
23public:
26
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
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
void transToPers(const Muon::ChamberT0s *transObj, Muon::ChamberT0s_p1 *persObj, MsgStream &log) const
void persToTrans(const Muon::ChamberT0s_p1 *persObj, Muon::ChamberT0s *transObj, MsgStream &log) const
Stores links between chambers and the reconstructed T0.
Definition ChamberT0s.h:17
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.