ATLAS Offline Software
Trigger
TrigEvent
TrigParticleTPCnv
TrigParticleTPCnv
TrigElectronCnv_p3.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: TrigParticleTPCnv
8
* @class : TrigElectronCnv_p3
9
*
10
* @brief transient persistent converter for TrigElectron
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14
* @author Ricardo Goncalo <r.goncalo@rhul.ac.uk> - Royal Holloway
15
*
16
* File and Version Information:
17
* $Id: TrigElectronCnv_p3.h 358100 2011-04-12 12:29:54Z salvator $
18
**********************************************************************************/
19
#ifndef TRIGPARTICLETPCNV_TRIGELECTRONCNV_P3_H
20
#define TRIGPARTICLETPCNV_TRIGELECTRONCNV_P3_H
21
22
// transient class
23
#include "
TrigParticle/TrigElectron.h
"
24
// persistent class
25
#include "
TrigParticleTPCnv/TrigElectron_p3.h
"
26
// base-class converter
27
// base class
28
#include "
FourMom/P4PtEtaPhiM.h
"
29
#include "
EventCommonTPCnv/P4PtEtaPhiMCnv_p1.h
"
30
// converter for ElementLinks
31
#include "
DataModelAthenaPool/ElementLinkCnv_p3.h
"
32
// converter for track and cluster objects (pointed to through ElementLinks)
33
#include "
TrigCaloEventTPCnv/TrigEMClusterCnv_p1.h
"
34
#include "
TrigInDetEventTPCnv/TrigInDetTrackCnv_p1.h
"
35
// T/P converter base class
36
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
37
38
class
MsgStream;
39
40
class
TrigElectronCnv_p3
:
public
T_AthenaPoolTPCnvBase
<TrigElectron, TrigElectron_p3>
41
{
42
public
:
43
44
TrigElectronCnv_p3
() {}
45
46
virtual
void
persToTrans
(
const
TrigElectron_p3
* persObj,
47
TrigElectron
* transObj,
48
MsgStream &
log
);
49
virtual
void
transToPers
(
const
TrigElectron
* transObj,
50
TrigElectron_p3
* persObj,
51
MsgStream &
log
);
52
protected
:
53
54
// to persistify ElementLinks to cluster and track
55
ElementLinkCnv_p3< ElementLink<TrigEMClusterContainer>
>
m_ELinkEMclusterCnv
;
56
ElementLinkCnv_p3< ElementLink<TrigInDetTrackCollection>
>
m_ELinkIDtrackCnv
;
57
58
// 4-momentum base class
59
P4PtEtaPhiMCnv_p1
m_p4PtEtaPhiMCnv
;
60
61
};
62
63
64
#endif
ElementLinkCnv_p3
Definition:
ElementLinkCnv_p3.h:27
ElementLinkCnv_p3.h
This file contains the class definition for the ElementLinkCnv_p3 class.
P4PtEtaPhiMCnv_p1.h
TrigElectron.h
TPConverterBase
Definition:
TPConverter.h:738
TrigElectron
File: TrigElectron.h.
Definition:
Trigger/TrigEvent/TrigParticle/TrigParticle/TrigElectron.h:63
TrigInDetTrackCnv_p1.h
TrigElectronCnv_p3::TrigElectronCnv_p3
TrigElectronCnv_p3()
Definition:
TrigElectronCnv_p3.h:44
TrigElectronCnv_p3
Definition:
TrigElectronCnv_p3.h:41
TrigElectron_p3.h
TrigElectronCnv_p3::m_ELinkEMclusterCnv
ElementLinkCnv_p3< ElementLink< TrigEMClusterContainer > > m_ELinkEMclusterCnv
Definition:
TrigElectronCnv_p3.h:55
T_AthenaPoolTPConverter.h
TrigElectronCnv_p3::m_ELinkIDtrackCnv
ElementLinkCnv_p3< ElementLink< TrigInDetTrackCollection > > m_ELinkIDtrackCnv
Definition:
TrigElectronCnv_p3.h:56
TrigEMClusterCnv_p1.h
P4PtEtaPhiM.h
TrigElectron_p3
Definition:
TrigElectron_p3.h:30
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TrigElectronCnv_p3::persToTrans
virtual void persToTrans(const TrigElectron_p3 *persObj, TrigElectron *transObj, MsgStream &log)
Definition:
TrigElectronCnv_p3.cxx:16
P4PtEtaPhiMCnv_p1
Definition:
P4PtEtaPhiMCnv_p1.h:35
TrigElectronCnv_p3::transToPers
virtual void transToPers(const TrigElectron *transObj, TrigElectron_p3 *persObj, MsgStream &log)
Definition:
TrigElectronCnv_p3.cxx:62
TrigElectronCnv_p3::m_p4PtEtaPhiMCnv
P4PtEtaPhiMCnv_p1 m_p4PtEtaPhiMCnv
Definition:
TrigElectronCnv_p3.h:59
Generated on Thu Nov 7 2024 21:29:40 for ATLAS Offline Software by
1.8.18