ATLAS Offline Software
Loading...
Searching...
No Matches
JetSamplingCnv_p1.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_p1.h
8// Header file for class JetSamplingCnv_p1
9// Author: S.Binet<binet@cern.ch>
11#ifndef JETEVENTTPCNV_JETSAMPLINGCNV_P1_H
12#define JETEVENTTPCNV_JETSAMPLINGCNV_P1_H
13
14// STL includes
15
16// AthenaPoolCnvSvc includes
18
19// EventCommonTPCnv includes
21
22// JetEventTPCnv includes
24
25// Forward declaration
26class MsgStream;
27class JetSampling;
28
30 JetSampling_p1>
31{
32 public:
35
36
40
41
45 virtual void persToTrans( const JetSampling_p1* pers,
46 JetSampling* trans,
47 MsgStream& msg ) const override;
48
52 virtual void transToPers( const JetSampling* trans,
53 JetSampling_p1* pers,
54 MsgStream& msg ) const override;
55
56protected:
57
59};
60
61
64
65#endif //> JETEVENTTPCNV_JETSAMPLINGCNV_P1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const JetSampling_p1 *pers, JetSampling *trans, MsgStream &msg) const override
Method creating the transient representation of JetSampling from its persistent representation JetSam...
JetSamplingCnv_p1()
Default constructor:
static const HepLorentzVectorCnv_p1 m_hlvCnv
virtual void transToPers(const JetSampling *trans, JetSampling_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation JetSampling_p1 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