ATLAS Offline Software
JetCollectionCnv_tlp6.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
8 #ifndef JETEVENTTPCNV_JETCOLLECTIONCNV_TLP6
9 #define JETEVENTTPCNV_JETCOLLECTIONCNV_TLP6
10 
13 
16 
18 
19 class JetCollectionCnv_tlp6 : public AthenaPoolTopLevelTPConverter<JetCollectionCnv_p6, JetCollection_tlp6>
20 {
21  public:
22  JetCollectionCnv_tlp6 (void);
23  virtual inline ~JetCollectionCnv_tlp6 (void) {}
24 
25  void setPStorage (JetCollection_tlp6 *storage);
26 
28  {
29  return &(getTLPersObject()->m_tokenList);
30  }
31 
32  protected:
36 };
37 
38 #endif
TPCnvTokenList_p1
Definition: TPCnvTokenList_p1.h:55
JetCollectionCnv_tlp6::m_jetCnv_p6
JetCnv_p6 m_jetCnv_p6
All the various converters.
Definition: JetCollectionCnv_tlp6.h:34
JetCnv_p6.h
JetCollectionCnv_tlp6
Top level converter for jet collections.
Definition: JetCollectionCnv_tlp6.h:20
TopLevelTPCnvBaseP::getTLPersObject
TL_PERS * getTLPersObject()
Definition: TopLevelTPCnvBaseP.h:72
JetCollectionCnv_tlp6::getTokenListVar
virtual TPCnvTokenList_p1 * getTokenListVar()
Return the list of tokens to the objects extending the object owned by this converter.
Definition: JetCollectionCnv_tlp6.h:27
JetCollectionCnv_tlp6::JetCollectionCnv_tlp6
JetCollectionCnv_tlp6(void)
Top level container converter.
Definition: JetCollectionCnv_tlp6.cxx:18
JetAssociationBaseCnv_p1
Definition: JetAssociationBaseCnv_p1.h:16
JetCollectionCnv_p6.h
AthenaPoolTopLevelTPConverter.h
JetConverterBase< Jet_p6 >
Definition: JetCnv_p6.h:33
JetCollection_tlp6
Top level container that will store all the various jet objects that are getting stored.
Definition: JetCollection_tlp6.h:20
JetCollection_tlp6.h
JetCollectionCnv_tlp6::~JetCollectionCnv_tlp6
virtual ~JetCollectionCnv_tlp6(void)
Definition: JetCollectionCnv_tlp6.h:23
JetCollectionCnv_tlp6::m_jetAssCnv_p1
JetAssociationBaseCnv_p1 m_jetAssCnv_p1
Definition: JetCollectionCnv_tlp6.h:35
JetAssociationBaseCnv_p1.h
JetCollectionCnv_tlp6::setPStorage
void setPStorage(JetCollection_tlp6 *storage)
Connect up the storage when we are doing the reading/writing.
Definition: JetCollectionCnv_tlp6.cxx:28
TopLevelTPConverter
Definition: TopLevelTPConverter.h:35