ATLAS Offline Software
Loading...
Searching...
No Matches
TileHitVectorCnv.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 TILEHITVECTORCNV
6#define TILEHITVECTORCNV
7
11
12// Gaudi
13#include "GaudiKernel/MsgStream.h"
14// typedef to the latest persistent version
16
17class TileHitVectorCnv : public T_AthenaPoolCustomCnv<TileHitVector, TileHitVector_PERS > {
18
19 friend class CnvFactory<TileHitVectorCnv>;
20
21 protected:
22public:
24protected:
25
28};
29
30
31#endif
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TileHitVector_p1 TileHitVector_PERS
AtlasHitsVector< TileHit > TileHitVector
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TileHitVectorCnv(ISvcLocator *svcloc)
TileHitVector * createTransient()
TileHitVector_PERS * createPersistent(TileHitVector *transCont)