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