ATLAS Offline Software
Loading...
Searching...
No Matches
CMMCPHitsCollectionCnv.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
10
11#ifndef CMMCPHitsCollectionCnv_H
12#define CMMCPHitsCollectionCnv_H
13
14class MsgStream;
15
17
20
23
26
27public:
28 CMMCPHitsCollectionCnv (ISvcLocator* svcloc) :
30 m_msgSvc( msgSvc() ),
31 m_log( m_msgSvc, "CMMCPHitsCollectionCnv" )
32 {}
33
34protected:
37
38private:
39
40 IMessageSvc *m_msgSvc;
41 MsgStream m_log;
42
44};
45
46#endif
47
48
CMMCPHitsCollection_tlp1 CMMCPHitsCollection_PERS
T_AthenaPoolCustomCnv< CMMCPHitsCollection, CMMCPHitsCollection_PERS > CMMCPHitsCollectionCnvBase
DataVector< LVL1::CMMCPHits > CMMCPHitsCollection
Container class for CMMCPHits objects.
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
T/P converter for CMMCPHits and CMMCPHits_p1.
virtual CMMCPHitsCollection * createTransient()
virtual CMMCPHitsCollection_PERS * createPersistent(CMMCPHitsCollection *transCont)
CMMCPHitsCollectionCnv(ISvcLocator *svcloc)
CMMCPHitsCollectionCnv_tlp1 m_TPConverter_tlp1
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.