ATLAS Offline Software
Loading...
Searching...
No Matches
JetMomentMapCnv_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 JETEVENTTPCNV_JETMOMENTMAPCNV_P1_H
6#define JETEVENTTPCNV_JETMOMENTMAPCNV_P1_H
7
9
13
14#include <string>
15#include <vector>
16
17template <>
19: public T_AthenaPoolTPCnvConstBase<JetMomentMap, JetMomentMap_p1>
20{
21 public:
24
25
28
29 void persToTrans( const JetMomentMap_p1* persObj,
30 JetMomentMap* transObj,
31 MsgStream& reporter ) const override;
32
36 void transToPers( const JetMomentMap* transObj,
37 JetMomentMap_p1* persObj,
38 MsgStream& reporter ) const override;
39};
40
42
43#endif
JetMomentMapConverterBase< JetMomentMap_p1 > JetMomentMapCnv_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.