ATLAS Offline Software
Trigger
TrigEvent
TrigMonitoringEventTPCnv
src
TrigMonConfigCollectionCnv_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 "
TrigMonitoringEventTPCnv/TrigMonConfigCollectionCnv_tlp1.h
"
6
7
TrigMonConfigCollectionCnv_tlp1::TrigMonConfigCollectionCnv_tlp1
()
8
{
9
// add the "main" base class converter (ie. TrigMonConfigCollectionCnv)
10
addMainTPConverter
();
11
12
// Add all converters defined in this top level converter:
13
// never change the order of adding converters!
14
addTPConverter
( &
m_TrigMonConfigCnv
);
15
}
16
17
void
TrigMonConfigCollectionCnv_tlp1::setPStorage
(
TrigMonConfigCollection_tlp1
*storage )
18
{
19
setMainCnvPStorage
( &storage->
m_TrigMonConfigCollection
);
20
21
m_TrigMonConfigCnv
.
setPStorage
(&storage->
m_TrigMonConfig
);
22
23
}
TPAbstractPolyCnvBase::setPStorage
void setPStorage(std::vector< PERS > *storage)
Tell this converter which storage vector it should use to store or retrieve persistent representation...
Definition:
TPConverter.h:551
TrigMonConfigCollectionCnv_tlp1.h
TrigMonConfigCollection_tlp1
Definition:
TrigMonConfigCollection_tlp1.h:20
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition:
TopLevelTPConverter.h:146
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition:
TopLevelTPCnvBase.cxx:11
TrigMonConfigCollection_tlp1::m_TrigMonConfigCollection
std::vector< TrigMonConfigCollection_p1 > m_TrigMonConfigCollection
Definition:
TrigMonConfigCollection_tlp1.h:30
TrigMonConfigCollectionCnv_tlp1::m_TrigMonConfigCnv
TrigMonConfigCnv_p1 m_TrigMonConfigCnv
Definition:
TrigMonConfigCollectionCnv_tlp1.h:27
TrigMonConfigCollection_tlp1::m_TrigMonConfig
std::vector< TrigMonConfig_p1 > m_TrigMonConfig
Definition:
TrigMonConfigCollection_tlp1.h:31
TrigMonConfigCollectionCnv_tlp1::TrigMonConfigCollectionCnv_tlp1
TrigMonConfigCollectionCnv_tlp1()
Definition:
TrigMonConfigCollectionCnv_tlp1.cxx:7
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition:
TopLevelTPConverter.h:152
TrigMonConfigCollectionCnv_tlp1::setPStorage
void setPStorage(TrigMonConfigCollection_tlp1 *storage)
Definition:
TrigMonConfigCollectionCnv_tlp1.cxx:17
Generated on Thu Nov 7 2024 21:29:57 for ATLAS Offline Software by
1.8.18