ATLAS Offline Software
Loading...
Searching...
No Matches
JetKeyDescriptorCollectionCnv_tlp1.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_JETKEYDESCRIPTORCOLLECTIONCNV_TLP1
9#define JETEVENTTPCNV_JETKEYDESCRIPTORCOLLECTIONCNV_TLP1
10
13
16
17class JetKeyDescriptorCollectionCnv_tlp1 : public AthenaPoolTopLevelTPConverter<JetKeyDescriptorCollectionCnv_p1, JetKeyDescriptorCollection_tlp1>
18{
19 public:
21 virtual inline ~JetKeyDescriptorCollectionCnv_tlp1 (void) {}
22
24
26 {
27 return &(getTLPersObject()->m_tokenList);
28 }
29
30 protected:
33};
34
35#endif
TopLevelTPConverter< MAIN_CNV, TL_PERS > AthenaPoolTopLevelTPConverter
JetKeyDescriptorCnv_p1 m_jetKeyDescriptorCnv_p1
All the various converters.
void setPStorage(JetKeyDescriptorCollection_tlp1 *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.
JetKeyDescriptorCollectionCnv_tlp1(void)
Top level container converter.
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...