ATLAS Offline Software
Loading...
Searching...
No Matches
CMXRoICnv.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 CMXRoICnv_H
12#define CMXRoICnv_H
13
14class MsgStream;
15
17
21
24
25class CMXRoICnv: public CMXRoICnvBase {
26friend class CnvFactory<CMXRoICnv>;
27
28public:
29 CMXRoICnv (ISvcLocator* svcloc) :
30 CMXRoICnvBase(svcloc),
31 m_msgSvc( msgSvc() ),
32 m_log( m_msgSvc, "CMXRoICnv" )
33 {}
34
35protected:
36
37 virtual CMXRoI_PERS* createPersistent (LVL1::CMXRoI* transCont);
38 virtual LVL1::CMXRoI* createTransient ();
39
40private:
41
42 IMessageSvc *m_msgSvc;
43 MsgStream m_log;
44
46};
47
48#endif
49
50
CMXRoI_p1 CMXRoI_PERS
Definition CMXRoICnv.h:22
T_AthenaPoolCustomCnv< LVL1::CMXRoI, CMXRoI_PERS > CMXRoICnvBase
Definition CMXRoICnv.h:23
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
T/P convertor for TrigT1Calo CMXRoI class.
IMessageSvc * m_msgSvc
Definition CMXRoICnv.h:42
CMXRoICnv_p1 m_TPConverter_p1
Definition CMXRoICnv.h:45
CMXRoICnv(ISvcLocator *svcloc)
Definition CMXRoICnv.h:29
virtual CMXRoI_PERS * createPersistent(LVL1::CMXRoI *transCont)
Definition CMXRoICnv.cxx:18
MsgStream m_log
Definition CMXRoICnv.h:43
virtual LVL1::CMXRoI * createTransient()
Definition CMXRoICnv.cxx:33
T/P separation for TrigT1Calo::CMXRoI class.
Definition CMXRoI_p1.h:12
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.