ATLAS Offline Software
TrigT2JetCnv_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 
7 
9 {
10  // add the "main" base class converter (ie. TrigT2JetCnv)
12 }
13 
15 {
16  setMainCnvPStorage( &storage->m_T2Jet );
17 
18 }
TrigT2JetCnv_tlp1::setPStorage
virtual void setPStorage(TrigT2Jet_tlp1 *storage)
Definition: TrigT2JetCnv_tlp1.cxx:14
TrigT2JetCnv_tlp1.h
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
TrigT2Jet_tlp1
Definition: TrigT2Jet_tlp1.h:24
TrigT2Jet_tlp1::m_T2Jet
std::vector< TrigT2Jet_p1 > m_T2Jet
Definition: TrigT2Jet_tlp1.h:45
TrigT2JetCnv_tlp1::TrigT2JetCnv_tlp1
TrigT2JetCnv_tlp1()
Definition: TrigT2JetCnv_tlp1.cxx:8
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152