ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_DriftCircleContainerCnv_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
5#ifndef TRT_DRIFTCIRCLECONTAINERCNV_TLP1_H
6#define TRT_DRIFTCIRCLECONTAINERCNV_TLP1_H
7
8
10
12
18
19
20#include <iostream>
21
23 : public AthenaPoolTopLevelTPConverter<InDet::TRT_DriftCircleContainerCnv_p1, InDet::TRT_DriftCircleContainer_tlp1 >
24{
25public:
26
29
31// return list of tokens to extending persistent objects
32// it is stored in m_tokenList member of the Track persistent rep
33 virtual TPCnvTokenList_p1* getTokenListVar() { return &(getTLPersObject()->m_tokenList); }
34
35protected:
36
41
42
43};
44
45
46#endif
47
48
TopLevelTPConverter< MAIN_CNV, TL_PERS > AthenaPoolTopLevelTPConverter
vector of TPCnvToken_p1 Each top-level persistent object that has extentions needs a data member of t...
virtual void setPStorage(InDet::TRT_DriftCircleContainer_tlp1 *storage)
virtual TPCnvTokenList_p1 * getTokenListVar()
Return the list of tokens to the objects extending the object owned by this converter.