ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigInDetEventTPCnv
src
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
5
#include "
TrigInDetEvent/TrigInDetTrackCollection.h
"
6
#include "
TrigInDetEventTPCnv/TrigInDetTrackCollectionCnv_p1.h
"
7
#include "
TrigInDetEventTPCnv/TrigInDetTrackCollection_p1.h
"
8
9
10
11
void
TrigInDetTrackCollectionCnv_p1::persToTrans
(
const
TrigInDetTrackCollection_p1
* persObj,
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
23
void
TrigInDetTrackCollectionCnv_p1::transToPers
(
const
TrigInDetTrackCollection
* transObj,
24
TrigInDetTrackCollection_p1
* persObj,
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
}
endmsg
#define endmsg
Definition
AnalysisConfig_Ntuple.cxx:54
TrigInDetTrackCollectionCnv_p1.h
TrigInDetTrackCollection.h
TrigInDetTrackCollection_p1.h
TrigInDetTrackCollectionCnv_p1::m_trigInDetTrackVectorCnv
TrigInDetTrackVectorCnv_p1 m_trigInDetTrackVectorCnv
Definition
TrigInDetTrackCollectionCnv_p1.h:51
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
Definition
TrigInDetTrackCollection_p1.h:24
TrigInDetTrackCollection_p1::m_trigInDetTrackVector
std::vector< TPObjRef > m_trigInDetTrackVector
Definition
TrigInDetTrackCollection_p1.h:34
TrigInDetTrackCollection_p1::m_RoI_ID
int m_RoI_ID
Definition
TrigInDetTrackCollection_p1.h:31
TrigInDetTrackCollection
Definition
TrigInDetTrackCollection.h:13
TrigInDetTrackCollection::RoI_ID
void RoI_ID(const int roi)
Definition
TrigInDetTrackCollection.h:21
Generated on
for ATLAS Offline Software by
1.17.0