 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODTRUTHATHENAPOOL_XAODTRUTHVERTEXAUXCONTAINERCNV_V1_H
6 #define XAODTRUTHATHENAPOOL_XAODTRUTHVERTEXAUXCONTAINERCNV_V1_H
26 xAOD::TruthVertexAuxContainer_v1> {
39 MsgStream&
log)
const override;
43 MsgStream&
log)
const override;
47 #endif // XAODTRUTHATHENAPOOL_XAODTRUTHVERTEXAUXCONTAINERCNV_V1_H
Auxiliary store for the truth vertices.
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const xAOD::TruthVertexAuxContainer_v1 *oldObj, xAOD::TruthVertexAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Auxiliary store for the truth vertices.
virtual void transToPers(const xAOD::TruthVertexAuxContainer *, xAOD::TruthVertexAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
Converter class used for reading xAOD::TruthVertexAuxContainer_v1.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
xAODTruthVertexAuxContainerCnv_v1()=default
Default constructor.