ATLAS Offline Software
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 
6 
8 {
9  // add the "main" base class converter (ie. TrigMonConfigCollectionCnv)
11 
12  // Add all converters defined in this top level converter:
13  // never change the order of adding converters!
15 }
16 
18 {
20 
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