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 TopLevelTPConverter<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
33
34protected:
35 //
39};
40
41
42#endif
43
44
Defines the most specialized template for all top-level TP converters.
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)
A stub for a method that should be provided by the converter creator.
virtual TPCnvTokenList_p1 * getTokenListVar()
Return the list of tokens to the objects extending the object owned by this converter.