ATLAS Offline Software
Loading...
Searching...
No Matches
JetSamplingCollectionCnv_p2.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7// JetSamplingCollectionCnv_p2.h
8// Header file for class JetSamplingCollectionCnv_p2
9// Author: Belen.Salvachua@cern.ch
10// Date: Dec 2008
11// Based on JetSamplingCollectionCnv_p1
13#ifndef JETEVENTTPCNV_JETSAMPLINGCOLLECTIONCNV_P2_H
14#define JETEVENTTPCNV_JETSAMPLINGCOLLECTIONCNV_P2_H
15
16// STL includes
17
18// Gaudi includes
19
20// JetEvent includes
22
23// AthenaPoolCnvSvc includes
25
26// JetEventTPCnv includes
27//#include "JetEventTPCnv/JetSamplingCollection_p2.h"
28//#include "JetEventTPCnv/JetSamplingCnv_p2.h"
29
30// forward declares
32
34 JetSamplingCollection,
35 JetSamplingCollection_p2
36 >
37{
38 public:
41
42
46
47
51 virtual void persToTrans( const JetSamplingCollection_p2* pers,
53 MsgStream& msg ) const override;
54
58 virtual void transToPers( const JetSamplingCollection* trans,
60 MsgStream& msg ) const override;
61};
62
63
66
67#endif //> JETEVENTTPCNV_JETSAMPLINGCOLLECTIONCNV_P2_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const JetSamplingCollection_p2 *pers, JetSamplingCollection *trans, MsgStream &msg) const override
Method creating the transient representation of JetSamplingCollection from its persistent representat...
JetSamplingCollectionCnv_p2()
Default constructor:
virtual void transToPers(const JetSamplingCollection *trans, JetSamplingCollection_p2 *pers, MsgStream &msg) const override
Method creating the persistent representation JetSamplingCollection_p2 from its transient representat...
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