ATLAS Offline Software
Trigger
TrigEvent
TrigMonitoringEventTPCnv
src
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
5
#include "
TrigMonitoringEventTPCnv/TrigMonEventCollectionCnv_tlp1.h
"
6
7
TrigMonEventCollectionCnv_tlp1::TrigMonEventCollectionCnv_tlp1
()
8
{
9
// add the "main" base class converter (ie. TrigMonEventCollectionCnv)
10
addMainTPConverter
();
11
12
// Add all converters defined in this top level converter:
13
// never change the order of adding converters!
14
addTPConverter
( &
m_TrigMonEventCnv
);
15
}
16
17
void
TrigMonEventCollectionCnv_tlp1::setPStorage
(
TrigMonEventCollection_tlp1
*storage )
18
{
19
setMainCnvPStorage
( &storage->
m_TrigMonEventCollection
);
20
21
m_TrigMonEventCnv
.
setPStorage
(&storage->
m_TrigMonEvent
);
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
Generated on Fri Jan 10 2025 21:20:24 for ATLAS Offline Software by
1.8.18