ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_ODHitCollectionCnv.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 ALFA_ODHitCollectionCnv_h
6#define ALFA_ODHitCollectionCnv_h
7
10
12
13
14// Gaudi
15#include "GaudiKernel/MsgStream.h"
16
17// typedef to the latest persistent version
18
20
21
22class ALFA_ODHitCollectionCnv : public T_AthenaPoolCustomCnv <ALFA_ODHitCollection, ALFA_ODHitCollection_PERS>
23 {
25
26 protected:
27
28public:
30protected:
31
34
35 };
36
37#endif
ALFA_ODHitCollection_p1 ALFA_ODHitCollection_PERS
AtlasHitsVector< ALFA_ODHit > ALFA_ODHitCollection
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
ALFA_ODHitCollectionCnv(ISvcLocator *svcloc)
ALFA_ODHitCollection * createTransient()
ALFA_ODHitCollection_PERS * createPersistent(ALFA_ODHitCollection *transCont)
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.