ATLAS Offline Software
Loading...
Searching...
No Matches
MissingETCompositionCnv_p2.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_P2_H
6#define RECTPCNV_MISSINGETCOMPOSITIONCNV_P2_H
7
9
13
14template <>
16: public T_AthenaPoolTPCnvConstBase<MissingETComposition, MissingETComposition_p2>
17{
18 public:
19 using base_class::transToPers;
20 using base_class::persToTrans;
21
22
23 MissingETCompositionConverterBase() { };
24 virtual ~MissingETCompositionConverterBase() { };
25
26 virtual void persToTrans( const MissingETComposition_p2* persObj,
27 MissingETComposition* transObj,
28 MsgStream& reporter ) const override;
29
30 virtual void transToPers( const MissingETComposition* transObj,
32 MsgStream& reporter ) const override;
33};
34
36
37
38#endif
MissingETCompositionConverterBase< MissingETComposition_p2 > MissingETCompositionCnv_p2
Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Current MissingETComposition_p2
Definition RecTPCnv.cxx:87
Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Current MissingETComposition
Definition RecTPCnv.cxx:86
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase