ATLAS Offline Software
Loading...
Searching...
No Matches
JetMomentMapCnv_p6.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 JETEVENTTPCNV_JETMOMENTMAPCNV_p6_H
6#define JETEVENTTPCNV_JETMOMENTMAPCNV_p6_H
7
9
13
14#include <string>
15#include <vector>
16
17template <>
19: public T_AthenaPoolTPCnvConstBase<JetMomentMap, JetMomentMap_p6>
20{
21 public:
22 using base_class::transToPers;
23 using base_class::persToTrans;
24
25
26 JetMomentMapConverterBase() { };
27 virtual ~JetMomentMapConverterBase() { };
28
29 void persToTrans( const JetMomentMap_p6* persObj,
30 JetMomentMap* transObj,
31 MsgStream& reporter ) const override;
32
36 void transToPers( const JetMomentMap* transObj,
37 JetMomentMap_p6* persObj,
38 MsgStream& reporter ) const override;
39
40 protected:
41};
42
44
45#endif
Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Current JetMomentMap
JetMomentMapConverterBase< JetMomentMap_p6 > JetMomentMapCnv_p6
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase