ATLAS Offline Software
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 
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 
32 
33 }
TrigInDetTrackCollection
Definition: TrigInDetTrackCollection.h:13
TrigInDetTrackCollection_p1.h
TrigInDetTrackCollection.h
TrigInDetTrackCollection_p1
Definition: TrigInDetTrackCollection_p1.h:26
TrigInDetTrackCollection::RoI_ID
void RoI_ID(const int roi)
Definition: TrigInDetTrackCollection.h:21
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
TrigInDetTrackCollectionCnv_p1.h
TPPtrVectorCnv::transToPers
virtual void transToPers(const TRANS *transVect, PERS *persVect, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...
Definition: TPConverter.h:948
TPPtrVectorCnv::persToTrans
virtual void persToTrans(const PERS *persVect, TRANS *transVect, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
Definition: TPConverter.h:929
TrigInDetTrackCollection_p1::m_trigInDetTrackVector
std::vector< TPObjRef > m_trigInDetTrackVector
Definition: TrigInDetTrackCollection_p1.h:50
TrigInDetTrackCollectionCnv_p1::m_trigInDetTrackVectorCnv
TrigInDetTrackVectorCnv_p1 m_trigInDetTrackVectorCnv
Definition: TrigInDetTrackCollectionCnv_p1.h:51
DEBUG
#define DEBUG
Definition: page_access.h:11
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TrigInDetTrackCollectionCnv_p1::transToPers
virtual void transToPers(const TrigInDetTrackCollection *, TrigInDetTrackCollection_p1 *, MsgStream &)
Definition: TrigInDetTrackCollectionCnv_p1.cxx:23
TrigInDetTrackCollectionCnv_p1::persToTrans
virtual void persToTrans(const TrigInDetTrackCollection_p1 *, TrigInDetTrackCollection *, MsgStream &)
Definition: TrigInDetTrackCollectionCnv_p1.cxx:11
TrigInDetTrackCollection_p1::m_RoI_ID
int m_RoI_ID
Definition: TrigInDetTrackCollection_p1.h:47