ATLAS Offline Software
Loading...
Searching...
No Matches
TileMuContainerCnv.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// TileMuContainerCnv.h
8// Header file for class TileMuContainerCnv
9// Author: Aranzazu Ruiz <aranzazu.ruiz.martinez@cern.ch>
10// Date: July 2008
12#ifndef TILEEVENTATHENAPOOL_TILEMUCONTAINERCNV_H
13#define TILEEVENTATHENAPOOL_TILEMUCONTAINERCNV_H
14
15// AthenaPoolCnvSvc includes
17
18// TileTPCnv includes
20
21// TileEvent includes
23
25
27 TileMuContainer,
28 TileMuContainer_PERS
29 >
30
31{
32
33 // make the factory for this converter our friend
34 friend class CnvFactory<TileMuContainerCnv>;
35
36 protected:
37
40public:
41 TileMuContainerCnv(ISvcLocator* svcloc);
42protected:
43
48
52
53};
54
55inline TileMuContainerCnv::TileMuContainerCnv( ISvcLocator* svcLocator ) :
57{}
58
59#endif //> TILEEVENTATHENAPOOL_TILEMUCONTAINERCNV_H
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TileContainer< TileMu > TileMuContainer
TileMuContainer_p1 TileMuContainer_PERS
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TileMuContainerCnv(ISvcLocator *svcloc)
Create the converter from the service locator.
virtual TileMuContainer * createTransient()
Build the transient representation from a persistent one.
virtual TileMuContainer_PERS * createPersistent(TileMuContainer *transCont)
Build the persistent representation from the transient one.