ATLAS Offline Software
Loading...
Searching...
No Matches
JEMEtSumsCollectionCnv.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 JEMEtSumsCollectionCnv_H
12#define JEMEtSumsCollectionCnv_H
13
14class MsgStream;
15
17
20
23
26
27public:
28
29 JEMEtSumsCollectionCnv (ISvcLocator* svcloc) :
31 m_msgSvc( msgSvc() ),
32 m_log( m_msgSvc, "JEMEtSumsCollectionCnv" )
33 {}
34
35protected:
36
39
40private:
41
42 IMessageSvc *m_msgSvc;
43 MsgStream m_log;
44
46};
47
48#endif
49
50
JEMEtSumsCollection_tlp1 JEMEtSumsCollection_PERS
T_AthenaPoolCustomCnv< JEMEtSumsCollection, JEMEtSumsCollection_PERS > JEMEtSumsCollectionCnvBase
DataVector< LVL1::JEMEtSums > JEMEtSumsCollection
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Abstract factory to create the converter.
T/P converter for JEMEtSums and JEMEtSums_p1.
virtual JEMEtSumsCollection_PERS * createPersistent(JEMEtSumsCollection *transCont)
JEMEtSumsCollectionCnv(ISvcLocator *svcloc)
JEMEtSumsCollectionCnv_tlp1 m_TPConverter_tlp1
virtual JEMEtSumsCollection * createTransient()
Compatibility for old converter classes that don't get passed the key.