ATLAS Offline Software
Loading...
Searching...
No Matches
MissingETCompositionCnv_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 RECTPCNV_MISSINGETCOMPOSITIONCNV_P1_H
6#define RECTPCNV_MISSINGETCOMPOSITIONCNV_P1_H
7
9
13
14template <>
16: public T_AthenaPoolTPCnvConstBase<MissingETComposition, MissingETComposition_p1>
17{
18 public:
21
22
25
29 virtual void persToTrans( const MissingETComposition_p1* persObj,
30 MissingETComposition* transObj,
31 MsgStream& reporter ) const override;
32
36 virtual void transToPers( const MissingETComposition* transObj,
38 MsgStream& reporter ) const override;
39};
40
42
43
44#endif
MissingETCompositionConverterBase< MissingETComposition_p1 > MissingETCompositionCnv_p1
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
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.