ATLAS Offline Software
Loading...
Searching...
No Matches
JetKeyDescriptorCnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef JETEVENT_JETKEYDESCRIPTORCNV_P1_H
6#define JETEVENT_JETKEYDESCRIPTORCNV_P1_H
7
9
10#include <string>
11#include <vector>
12
15
16class JetKeyDescriptorCnv_p1 : public T_AthenaPoolTPCnvConstBase<JetKeyDescriptor, JetKeyDescriptor_p1>
17{
18 public:
21
22
24
28 virtual void persToTrans( const JetKeyDescriptor_p1* persObj,
29 JetKeyDescriptor* transObj,
30 MsgStream& msg ) const override;
31
32
33
37 virtual void transToPers( const JetKeyDescriptor* transObj,
38 JetKeyDescriptor_p1* persObj,
39 MsgStream& msg ) const override;
40
41 /* JetKeyDescriptor *createTransient(const JetKeyDescriptor_p1* pers, MsgStream &msg ){ this-> } */
42};
43
44#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const JetKeyDescriptor_p1 *persObj, JetKeyDescriptor *transObj, MsgStream &msg) const override
Method creating the transient representation of JetKeyDescriptor from its persistent representation J...
virtual void transToPers(const JetKeyDescriptor *transObj, JetKeyDescriptor_p1 *persObj, MsgStream &msg) const override
Method creating the persistent representation JetKeyDescriptor_p1 from its transient representation J...
//////////////////////////////////////////////////
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.
MsgStream & msg
Definition testRead.cxx:32