ATLAS Offline Software
Trigger
TrigEvent
TrigParticleTPCnv
src
TrigEFBjetContainerCnv_tlp1.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 "
TrigParticleTPCnv/TrigEFBjetContainerCnv_tlp1.h
"
6
7
8
TrigEFBjetContainerCnv_tlp1::TrigEFBjetContainerCnv_tlp1
()
9
{
10
// add the "main" base class converter (ie. TrigEFBjetContainerCnv)
11
addMainTPConverter
();
12
13
// Add all converters defined in this top level converter:
14
// never change the order of adding converters!
15
addTPConverter
( &
m_EFBjetCnv
);
16
}
17
18
void
TrigEFBjetContainerCnv_tlp1::setPStorage
(
TrigEFBjetContainer_tlp1
*storage )
19
{
20
setMainCnvPStorage
( &storage->
m_TrigEFBjetContainers
);
21
m_EFBjetCnv
.
setPStorage
(&storage->
m_EFBjet
);
22
}
23
TrigEFBjetContainerCnv_tlp1::m_EFBjetCnv
TrigEFBjetCnv_p1 m_EFBjetCnv
Definition:
TrigEFBjetContainerCnv_tlp1.h:52
TrigEFBjetContainer_tlp1::m_EFBjet
std::vector< TrigEFBjet_p1 > m_EFBjet
Definition:
TrigEFBjetContainer_tlp1.h:47
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition:
TopLevelTPConverter.h:146
TrigEFBjetContainer_tlp1
Definition:
TrigEFBjetContainer_tlp1.h:25
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition:
TopLevelTPCnvBase.cxx:11
TrigEFBjetContainerCnv_tlp1::setPStorage
virtual void setPStorage(TrigEFBjetContainer_tlp1 *storage)
Definition:
TrigEFBjetContainerCnv_tlp1.cxx:18
TrigEFBjetContainerCnv_tlp1::TrigEFBjetContainerCnv_tlp1
TrigEFBjetContainerCnv_tlp1()
Definition:
TrigEFBjetContainerCnv_tlp1.cxx:8
TrigEFBjetContainer_tlp1::m_TrigEFBjetContainers
std::vector< TrigEFBjetContainer_p1 > m_TrigEFBjetContainers
Definition:
TrigEFBjetContainer_tlp1.h:46
TrigEFBjetContainerCnv_tlp1.h
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition:
TopLevelTPConverter.h:152
Generated on Thu Nov 7 2024 21:29:34 for ATLAS Offline Software by
1.8.18