ATLAS Offline Software
Loading...
Searching...
No Matches
CMMJetHitsCollectionCnv.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 CMMJetHitsCollectionCnv_H
12#define CMMJetHitsCollectionCnv_H
13
14class MsgStream;
15
17
20
23
26
27public:
28 CMMJetHitsCollectionCnv (ISvcLocator* svcloc) :
30 m_msgSvc( msgSvc() ),
31 m_log( m_msgSvc, "CMMJetHitsCollectionCnv" )
32 {}
33
34protected:
35
38
39private:
40
41 IMessageSvc *m_msgSvc;
42 MsgStream m_log;
43
45};
46
47#endif
48
49
CMMJetHitsCollection_tlp1 CMMJetHitsCollection_PERS
T_AthenaPoolCustomCnv< CMMJetHitsCollection, CMMJetHitsCollection_PERS > CMMJetHitsCollectionCnvBase
DataVector< LVL1::CMMJetHits > CMMJetHitsCollection
Container class for CMMJetHits objects.
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
T/P converter for CMMJetHits and CMMJetHits_p1.
CMMJetHitsCollectionCnv(ISvcLocator *svcloc)
CMMJetHitsCollectionCnv_tlp1 m_TPConverter_tlp1
virtual CMMJetHitsCollection * createTransient()
virtual CMMJetHitsCollection_PERS * createPersistent(CMMJetHitsCollection *transCont)
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.