11#ifndef JETEVENTTPCNV_JETCNV_P4_H
12#define JETEVENTTPCNV_JETCNV_P4_H
45 MsgStream&
msg )
const override;
52 MsgStream&
msg )
const override;
70 std::vector<TPObjRef>,
77 std::vector<TPObjRef>,
TopLevelTPCnvBase AthenaPoolTopLevelTPCnvBase
TPPolyVectorCnvConst< TRANS, PERS, CONV > T_AthenaPoolTPPolyVectorCnvConst
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Common base class for all TP converters, specialized for a given transient type.
virtual void persToTrans(const Jet_p4 *persObj, Jet *transObj, MsgStream &msg) const override
Method creating the transient representation of Jet from its persistent representation Jet_p4.
std::atomic< int > m_nIndexTest
JetCnv_p4()
Default constructor:
TagInfoCollectionCnv m_taginfoCnv
std::atomic< bool > m_badIndex
virtual void transToPers(const Jet *transObj, Jet_p4 *persObj, MsgStream &msg) const override
Method creating the persistent representation Jet_p4 from its transient representation Jet.
T_AthenaPoolTPPolyVectorCnvConst< std::vector< const JetTagInfoBase * >, std::vector< TPObjRef >, ITPConverterFor< JetTagInfoBase > > TagInfoCollectionCnv
Hold onto the converter for the jet tag info objects.
TagAssCollectionCnv m_tagAssCnv
T_AthenaPoolTPPolyVectorCnvConst< std::vector< const JetAssociationBase * >, std::vector< TPObjRef >, ITPConverterFor< JetAssociationBase > > TagAssCollectionCnv
Hold onto the converter for the jet assoctiaion objects.
virtual void initPrivateConverters(AthenaPoolTopLevelTPCnvBase *topCnv) override
Init the converter so that it knows about its "parents" when it has to walk the lookup chain.
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.