ATLAS Offline Software
TrigInDetTrackCollectionCnv_tlp4.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 
7 
8 //constructor
10 
11 
12  // add the "main" base class converter (ie. TrigInDetTrackCollectionCnv)
14 
15  // add all converters needed in the top level converter
16  // do not change the order of adding converters
19 
20 }
21 
23 
24 
25  //for the base class converter
27 
28  //for all other converters defined in the base class
31 
32 }
33 
34 
TrigInDetTrackCollection_tlp4
Definition: TrigInDetTrackCollection_tlp4.h:21
TrigInDetTrackCollection_tlp4::m_trigInDetTrackFitPars
std::vector< TrigInDetTrackFitPar_p3 > m_trigInDetTrackFitPars
Definition: TrigInDetTrackCollection_tlp4.h:37
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
TrigInDetTrackCollection_tlp4::m_trigInDetTrackCollections
std::vector< TrigInDetTrackCollection_p1 > m_trigInDetTrackCollections
Definition: TrigInDetTrackCollection_tlp4.h:36
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
TrigInDetTrackCollectionCnv_tlp4::m_trigInDetTrackCnv
TrigInDetTrackCnv_p5 m_trigInDetTrackCnv
Definition: TrigInDetTrackCollectionCnv_tlp4.h:46
TrigInDetTrackCollectionCnv_tlp4::m_trigInDetTrackFitParCnv
TrigInDetTrackFitParCnv_p3 m_trigInDetTrackFitParCnv
Definition: TrigInDetTrackCollectionCnv_tlp4.h:47
TrigInDetTrackCollection_tlp4::m_trigInDetTracks
std::vector< TrigInDetTrack_p5 > m_trigInDetTracks
Definition: TrigInDetTrackCollection_tlp4.h:38
TrigInDetTrackCollectionCnv_tlp4::setPStorage
virtual void setPStorage(TrigInDetTrackCollection_tlp4 *storage)
Definition: TrigInDetTrackCollectionCnv_tlp4.cxx:22
TrigInDetTrackCollectionCnv_tlp4.h
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152
TrigInDetTrackCollectionCnv_tlp4::TrigInDetTrackCollectionCnv_tlp4
TrigInDetTrackCollectionCnv_tlp4()
Definition: TrigInDetTrackCollectionCnv_tlp4.cxx:9