ATLAS Offline Software
Loading...
Searching...
No Matches
TgcCoinDataContainerCnv_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/* Takashi Kubota - June 30, 2008 */
6#ifndef TGCCOINDATACONTAINERCNV_TLP1_H
7#define TGCCOINDATACONTAINERCNV_TLP1_H
8
9
11
13
18
19#include <iostream>
20
22 : public AthenaPoolTopLevelTPConverter<Muon::TgcCoinDataContainerCnv_p1, Muon::TgcCoinDataContainer_tlp1 >
23{
24public:
25
28
29 virtual void setPStorage( Muon::TgcCoinDataContainer_tlp1 *storage );
30// return list of tokens to extending persistent objects
31// it is stored in m_tokenList member of the Track persistent rep
32 virtual TPCnvTokenList_p1* getTokenListVar() { return &(getTLPersObject()->m_tokenList); }
33
34protected:
35 //
39};
40
41
42#endif
43
44
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(Muon::TgcCoinDataContainer_tlp1 *storage)
virtual TPCnvTokenList_p1 * getTokenListVar()
Return the list of tokens to the objects extending the object owned by this converter.