ATLAS Offline Software
Loading...
Searching...
No Matches
JetCollectionCnv_tlp5.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_TLP5
9#define JETEVENTTPCNV_JETCOLLECTIONCNV_TLP5
10
13
16
18
19class JetCollectionCnv_tlp5 : public AthenaPoolTopLevelTPConverter<JetCollectionCnv_p5, JetCollection_tlp5>
20{
21 public:
23 virtual inline ~JetCollectionCnv_tlp5 (void) {}
24
25 void setPStorage (JetCollection_tlp5 *storage);
26
28 {
29 return &(getTLPersObject()->m_tokenList);
30 }
31
32 protected:
36};
37
38#endif
TopLevelTPConverter< MAIN_CNV, TL_PERS > AthenaPoolTopLevelTPConverter
JetConverterBase< Jet_p5 > JetCnv_p5
Definition JetCnv_p5.h:85
JetCollectionCnv_tlp5(void)
Top level container converter.
JetCnv_p5 m_jetCnv_p5
All the various converters.
void setPStorage(JetCollection_tlp5 *storage)
Connect up the storage when we are doing the reading/writing.
virtual TPCnvTokenList_p1 * getTokenListVar()
Return the list of tokens to the objects extending the object owned by this converter.
JetAssociationBaseCnv_p1 m_jetAssCnv_p1
Top level container that will store all the various jet objects that are getting stored.
vector of TPCnvToken_p1 Each top-level persistent object that has extentions needs a data member of t...