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