|
ATLAS Offline Software
|
Go to the documentation of this file.
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>,
89 #endif //> JETEVENTTPCNV_JETCNV_P4_H
Basic data class defines behavior for all Jet objects The Jet class is the principal data class for...
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
JetCnv_p4()
Default constructor:
std::atomic< bool > m_badIndex
TagAssCollectionCnv m_tagAssCnv
virtual void initPrivateConverters(AthenaPoolTopLevelTPCnvBase *topCnv) override
Init the converter so that it knows about its "parents" when it has to walk the lookup chain.
std::atomic< int > m_nIndexTest
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.
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.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
Base class for top-level TP converters.
virtual void setTopConverter(TopLevelTPCnvBase *topConverter, const TPObjRef::typeID_t &TPtypeID)
Set which top-level converter owns this elemental converter, and what TPtypeID was assigned to the pe...
TagInfoCollectionCnv m_taginfoCnv
T_AthenaPoolTPPolyVectorCnvConst< std::vector< const JetTagInfoBase * >, std::vector< TPObjRef >, ITPConverterFor< JetTagInfoBase > > TagInfoCollectionCnv
Hold onto the converter for the jet tag info objects.
T_AthenaPoolTPPolyVectorCnvConst< std::vector< const JetAssociationBase * >, std::vector< TPObjRef >, ITPConverterFor< JetAssociationBase > > TagAssCollectionCnv
Hold onto the converter for the jet assoctiaion objects.