ATLAS Offline Software
Trigger
TrigTruthEvent
TrigTruthEventTPCnv
TrigTruthEventTPCnv
TrigInDetTrackTruthCnv_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigTruthEventTPCnv
8
* @class : TrigInDetTrackTruthCnv_p1
9
*
10
* @brief transient-persistent converter for TrigInDetTrackTruth
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14
*
15
* File and Version Information:
16
* $Id: TrigInDetTrackTruthCnv_p1.h,v 1.2 2008-04-16 16:40:19 ahamil Exp $
17
**********************************************************************************/
18
#ifndef TRIGEVENTTPCNV_TRIGINDETTRACKTRUTHCNV_P1_H
19
#define TRIGEVENTTPCNV_TRIGINDETTRACKTRUTHCNV_P1_H
20
21
//converter base
22
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
23
24
#include "
TrigInDetTruthEvent/TrigInDetTrackTruth.h
"
25
#include "
TrigTruthEventTPCnv/TrigInDetTrackTruth_p1.h
"
26
27
#include "
GeneratorObjectsTPCnv/HepMcParticleLinkCnv_p1.h
"
28
#include "
TrigTruthEventTPCnv/TrigIDHitStatsCnv_p1.h
"
29
30
class
MsgStream;
31
32
33
class
TrigInDetTrackTruthCnv_p1
:
public
T_AthenaPoolTPCnvBase
<TrigInDetTrackTruth, TrigInDetTrackTruth_p1>
34
{
35
36
public
:
37
38
TrigInDetTrackTruthCnv_p1
() :
m_hepMcParticleLinkCnv_p1
(0),
m_trigIDHitStatsCnv_p1
(0) {}
39
40
virtual
void
persToTrans
(
const
TrigInDetTrackTruth_p1
* persObj,
TrigInDetTrackTruth
* transObj, MsgStream &
log
);
41
virtual
void
transToPers
(
const
TrigInDetTrackTruth
* transObj,
TrigInDetTrackTruth_p1
* persObj, MsgStream &
log
);
42
43
private
:
44
45
ITPConverterFor<HepMcParticleLink>
*
m_hepMcParticleLinkCnv_p1
;
46
ITPConverterFor<TrigIDHitStats>
*
m_trigIDHitStatsCnv_p1
;
47
//HepMcParticleLinkCnv_p1* m_hepMcParticleLinkCnv_p1;
48
//TrigIDHitStatsCnv_p1* m_trigIDHitStatsCnv_p1;
49
50
};
51
52
53
54
#endif
ITPConverterFor< HepMcParticleLink >
TrigInDetTrackTruth_p1.h
TrigInDetTrackTruth_p1
Definition:
TrigInDetTrackTruth_p1.h:24
TPConverterBase
Definition:
TPConverter.h:738
TrigInDetTrackTruthCnv_p1
Definition:
TrigInDetTrackTruthCnv_p1.h:34
TrigInDetTrackTruthCnv_p1::transToPers
virtual void transToPers(const TrigInDetTrackTruth *transObj, TrigInDetTrackTruth_p1 *persObj, MsgStream &log)
Definition:
TrigInDetTrackTruthCnv_p1.cxx:51
TrigInDetTrackTruthCnv_p1::TrigInDetTrackTruthCnv_p1
TrigInDetTrackTruthCnv_p1()
Definition:
TrigInDetTrackTruthCnv_p1.h:38
TrigInDetTrackTruthCnv_p1::m_trigIDHitStatsCnv_p1
ITPConverterFor< TrigIDHitStats > * m_trigIDHitStatsCnv_p1
Definition:
TrigInDetTrackTruthCnv_p1.h:46
TrigInDetTrackTruth.h
T_AthenaPoolTPConverter.h
TrigInDetTrackTruth
Definition:
TrigInDetTrackTruth.h:36
HepMcParticleLinkCnv_p1.h
TrigInDetTrackTruthCnv_p1::m_hepMcParticleLinkCnv_p1
ITPConverterFor< HepMcParticleLink > * m_hepMcParticleLinkCnv_p1
Definition:
TrigInDetTrackTruthCnv_p1.h:45
TrigInDetTrackTruthCnv_p1::persToTrans
virtual void persToTrans(const TrigInDetTrackTruth_p1 *persObj, TrigInDetTrackTruth *transObj, MsgStream &log)
Definition:
TrigInDetTrackTruthCnv_p1.cxx:10
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TrigIDHitStatsCnv_p1.h
Generated on Thu Nov 7 2024 21:29:52 for ATLAS Offline Software by
1.8.18