ATLAS Offline Software
Loading...
Searching...
No Matches
LArTTL1Cnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARTPCNV_LARTTL1CNV_P1_H
6#define LARTPCNV_LARTTL1CNV_P1_H
7
8// AthenaPoolCnvSvc includes
10
11// LArTPCnv includes
12#include "LArTPCnv/LArTTL1_p1.h"
13
14// LArRawEvent includes
15#include "LArRawEvent/LArTTL1.h"
16
17class MsgStream;
18
19class LArTTL1Cnv_p1 : public T_AthenaPoolTPCnvConstBase<LArTTL1, LArTTL1_p1> {
20
21public:
24
28
32 virtual void persToTrans(const LArTTL1_p1* persObj, LArTTL1* transObj, MsgStream &log) const override;
33
37 virtual void transToPers(const LArTTL1* transObj, LArTTL1_p1* persObj, MsgStream &log) const override;
38
39};
40
41#endif //> LARTPCNV_LARTTL1CNV_P1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
LArTTL1Cnv_p1()
Default constructor:
virtual void transToPers(const LArTTL1 *transObj, LArTTL1_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation LArTTL1_p1 from its transient representation LArTTL1.
virtual void persToTrans(const LArTTL1_p1 *persObj, LArTTL1 *transObj, MsgStream &log) const override
Method creating the transient representation LArTTL1 from its persistent representation LArTTL1_p1.
Liquid Argon TT L1 sum class.
Definition LArTTL1.h:29
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.