ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrackCollectionCnv_p1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
8
9
10
12 TrigInDetTrackCollection* transObj,
13 MsgStream &log)
14{
15 log << MSG::DEBUG << "TrigInDetTrackCollectionCnv_p1::persToTrans called " << endmsg;
16
17 transObj->RoI_ID (persObj->m_RoI_ID);
18
19 m_trigInDetTrackVectorCnv.persToTrans( &(persObj->m_trigInDetTrackVector), transObj, log );
20}
21
22
25 MsgStream &log)
26{
27 log << MSG::DEBUG << "TrigInDetTrackCollectionCnv_p1::transToPers called " << endmsg;
28
29 persObj->m_RoI_ID = transObj->RoI_ID();
30
31 m_trigInDetTrackVectorCnv.transToPers( transObj, &(persObj->m_trigInDetTrackVector), log );
32
33}
#define endmsg
TrigInDetTrackVectorCnv_p1 m_trigInDetTrackVectorCnv
virtual void transToPers(const TrigInDetTrackCollection *, TrigInDetTrackCollection_p1 *, MsgStream &)
virtual void persToTrans(const TrigInDetTrackCollection_p1 *, TrigInDetTrackCollection *, MsgStream &)
std::vector< TPObjRef > m_trigInDetTrackVector