ATLAS Offline Software
Loading...
Searching...
No Matches
ISvxAssociationCnv_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 JETTAGINFOTPCNV_ISvxAssociationCNV_P1_H
6#define JETTAGINFOTPCNV_ISvxAssociationCNV_P1_H
7
9
12
13class MsgStream;
14
18
19
20namespace Analysis {
22 : public T_AthenaPoolTPPolyCnvBase<JetAssociationBase, ISvxAssociation, ISvxAssociation_p1>
23 {
24 public:
26 {}
27
28 virtual void persToTrans(const ISvxAssociation_p1 *persObj,
29 ISvxAssociation *transObj,
30 MsgStream &log);
31 virtual void transToPers(const ISvxAssociation *transObj,
32 ISvxAssociation_p1 *persObj,
33 MsgStream &log);
34
35 private:
36 };
37}
38
39
40#endif
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
virtual void transToPers(const ISvxAssociation *transObj, ISvxAssociation_p1 *persObj, MsgStream &log)
virtual void persToTrans(const ISvxAssociation_p1 *persObj, ISvxAssociation *transObj, MsgStream &log)
Convert to trans form.
The namespace of all packages in PhysicsAnalysis/JetTagging.