ATLAS Offline Software
TrigMonEventCollectionCnv_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. TrigMonEventCollectionCnv)
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 }
TrigMonEventCollection_tlp1::m_TrigMonEventCollection
std::vector< TrigMonEventCollection_p1 > m_TrigMonEventCollection
Definition: TrigMonEventCollection_tlp1.h:30
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
TrigMonEventCollectionCnv_tlp1::TrigMonEventCollectionCnv_tlp1
TrigMonEventCollectionCnv_tlp1()
Definition: TrigMonEventCollectionCnv_tlp1.cxx:7
TrigMonEventCollectionCnv_tlp1.h
TrigMonEventCollectionCnv_tlp1::m_TrigMonEventCnv
TrigMonEventCnv_p1 m_TrigMonEventCnv
Definition: TrigMonEventCollectionCnv_tlp1.h:27
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
TrigMonEventCollectionCnv_tlp1::setPStorage
void setPStorage(TrigMonEventCollection_tlp1 *storage)
Definition: TrigMonEventCollectionCnv_tlp1.cxx:17
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
TrigMonEventCollection_tlp1
Definition: TrigMonEventCollection_tlp1.h:20
TrigMonEventCollection_tlp1::m_TrigMonEvent
std::vector< TrigMonEvent_p1 > m_TrigMonEvent
Definition: TrigMonEventCollection_tlp1.h:31
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152