ATLAS Offline Software
NeutrinoCnv_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // NeutrinoCnv_p1.h
8 // Header file for class NeutrinoCnv_p1
9 // Author: S.Binet<binet@cern.ch>
11 #ifndef PARTICLEEVENTTPCNV_NEUTRINOCNV_P1_H
12 #define PARTICLEEVENTTPCNV_NEUTRINOCNV_P1_H 1
13 
14 // STL includes
15 
16 // Gaudi includes
17 
18 // AthenaPoolCnvSvc includes
20 
21 // ParticleEventTPCnv includes
23 
24 // Forward declaration
25 class MsgStream;
26 class Neutrino;
27 
29  Neutrino,
30  Neutrino_p1
31  >
32 {
33  public:
36 
37 
41 
42 
46  virtual void persToTrans( const Neutrino_p1* pers,
47  Neutrino* trans,
48  MsgStream& msg ) const override;
49 
53  virtual void transToPers( const Neutrino* trans,
54  Neutrino_p1* pers,
55  MsgStream& msg ) const override;
56 };
57 
58 
60 {}
61 
62 #endif //> PARTICLEEVENTTPCNV_NEUTRINOCNV_P1_H
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
Neutrino_p1.h
NeutrinoCnv_p1::transToPers
virtual void transToPers(const Neutrino *trans, Neutrino_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation Neutrino_p1 from its transient representation Neutrino.
Definition: NeutrinoCnv_p1.cxx:54
T_AthenaPoolTPConverter.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
NeutrinoCnv_p1::persToTrans
virtual void persToTrans(const Neutrino_p1 *pers, Neutrino *trans, MsgStream &msg) const override
Method creating the transient representation of Neutrino from its persistent representation Neutrino_...
Definition: NeutrinoCnv_p1.cxx:33
Neutrino_p1
Definition: Neutrino_p1.h:26
NeutrinoCnv_p1::NeutrinoCnv_p1
NeutrinoCnv_p1()
Default constructor:
Definition: NeutrinoCnv_p1.h:59
NeutrinoCnv_p1
Definition: NeutrinoCnv_p1.h:32
TPConverterConstBase
Definition: TPConverter.h:776
Neutrino
Definition: Neutrino.h:33
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7