ATLAS Offline Software
Loading...
Searching...
No Matches
JetSamplingCnv_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// JetSamplingCnv_p2.h
8// Header file for class JetSamplingCnv_p2
9// Author: Belen.Salvachua@cern.ch
10// Date: Dec 2008
11// Based on JetSamplingCnv_p1.h
13#ifndef JETEVENTTPCNV_JETSAMPLINGCNV_P2_H
14#define JETEVENTTPCNV_JETSAMPLINGCNV_P2_H
15
16// STL includes
17
18// AthenaPoolCnvSvc includes
20
21// EventCommonTPCnv includes
23
24// JetEventTPCnv includes
26
27// Forward declaration
28class MsgStream;
29class JetSampling;
30
32 JetSampling_p2>
33{
34 public:
37
38
42
43
47 virtual void persToTrans( const JetSampling_p2* pers,
48 JetSampling* trans,
49 MsgStream& msg ) const override;
50
54 virtual void transToPers( const JetSampling* trans,
55 JetSampling_p2* pers,
56 MsgStream& msg ) const override;
57
58 protected:
60};
61
62
65
66#endif //> JETEVENTTPCNV_JETSAMPLINGCNV_P2_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
JetSamplingCnv_p2()
Default constructor:
static const HepLorentzVectorCnv_p1 m_hlvCnv
virtual void persToTrans(const JetSampling_p2 *pers, JetSampling *trans, MsgStream &msg) const override
Method creating the transient representation of JetSampling from its persistent representation JetSam...
virtual void transToPers(const JetSampling *trans, JetSampling_p2 *pers, MsgStream &msg) const override
Method creating the persistent representation JetSampling_p2 from its transient representation JetSam...
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