Skip to content
Snippets Groups Projects
Commit d4f861a0 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

'More messageService -> msgSvc.' (ZdcEventAthenaPool-00-01-07)

	* Tagging ZdcEventAthenaPool-00-01-07.
	* More messageService -> msgSvc.
	* Tagging ZdcEventAthenaPool-00-01-06.
	* messageService -> msgSvc.
parent b6f1ef2f
No related merge requests found
......@@ -15,7 +15,7 @@
ZDC_SimPixelHit_Collection_PERS* ZDC_SimPixelHit_CollectionCnv::createPersistent(ZDC_SimPixelHit_Collection* transCont) {
MsgStream mlog(messageService(), "ZDC_SimPixelHit_CollectionConverter" );
MsgStream mlog(msgSvc(), "ZDC_SimPixelHit_CollectionConverter" );
ZDC_SimPixelHit_CollectionCnv_p1 converter;
ZDC_SimPixelHit_Collection_PERS *persObj = converter.createPersistent( transCont, mlog );
......@@ -26,7 +26,7 @@ ZDC_SimPixelHit_Collection_PERS* ZDC_SimPixelHit_CollectionCnv::createPersistent
ZDC_SimPixelHit_Collection* ZDC_SimPixelHit_CollectionCnv::createTransient() {
MsgStream mlog(messageService(), "ZDC_SimPixelHit_CollectionConverter" );
MsgStream mlog(msgSvc(), "ZDC_SimPixelHit_CollectionConverter" );
ZDC_SimPixelHit_CollectionCnv_p1 converter_p1;
ZDC_SimPixelHit_Collection *trans_cont(0);
......
......@@ -15,7 +15,7 @@
ZDC_SimStripHit_Collection_PERS* ZDC_SimStripHit_CollectionCnv::createPersistent(ZDC_SimStripHit_Collection* transCont) {
MsgStream mlog(messageService(), "ZDC_SimStripHit_CollectionConverter" );
MsgStream mlog(msgSvc(), "ZDC_SimStripHit_CollectionConverter" );
ZDC_SimStripHit_CollectionCnv_p1 converter;
ZDC_SimStripHit_Collection_PERS *persObj = converter.createPersistent( transCont, mlog );
......@@ -26,7 +26,7 @@ ZDC_SimStripHit_Collection_PERS* ZDC_SimStripHit_CollectionCnv::createPersistent
ZDC_SimStripHit_Collection* ZDC_SimStripHit_CollectionCnv::createTransient() {
MsgStream mlog(messageService(), "ZDC_SimStripHit_CollectionConverter" );
MsgStream mlog(msgSvc(), "ZDC_SimStripHit_CollectionConverter" );
ZDC_SimStripHit_CollectionCnv_p1 converter_p1;
ZDC_SimStripHit_Collection *trans_cont(0);
......
......@@ -9,7 +9,7 @@
ZdcDigitsCollection_PERS* ZdcDigitsCollectionCnv::createPersistent(ZdcDigitsCollection* transCont) {
MsgStream mlog(messageService(), "ZdcDigitsCollectionConverter" );
MsgStream mlog(msgSvc(), "ZdcDigitsCollectionConverter" );
ZdcDigitsCollectionCnv_p1 converter;
ZdcDigitsCollection_PERS *persObj = converter.createPersistent( transCont, mlog );
......@@ -20,7 +20,7 @@ ZdcDigitsCollection_PERS* ZdcDigitsCollectionCnv::createPersistent(ZdcDigitsColl
ZdcDigitsCollection* ZdcDigitsCollectionCnv::createTransient() {
MsgStream mlog(messageService(), "ZdcDigitsCollectionConverter" );
MsgStream mlog(msgSvc(), "ZdcDigitsCollectionConverter" );
ZdcDigitsCollectionCnv_p1 converter_p1;
ZdcDigitsCollection *trans_cont(0);
......
......@@ -9,14 +9,14 @@
#include "GaudiKernel/MsgStream.h"
ZdcRawChannelCollection_PERS* ZdcRawChannelCollectionCnv::createPersistent(ZdcRawChannelCollection* transCont) {
MsgStream mlog(messageService(), "ZdcRawChannelCollectionConverter" );
MsgStream mlog(msgSvc(), "ZdcRawChannelCollectionConverter" );
ZdcRawChannelCollectionCnv_p1 converter;
ZdcRawChannelCollection_PERS *persObj = converter.createPersistent( transCont, mlog );
return persObj;
}
ZdcRawChannelCollection* ZdcRawChannelCollectionCnv::createTransient() {
MsgStream mlog(messageService(), "ZdcRawChannelCollectionConverter" );
MsgStream mlog(msgSvc(), "ZdcRawChannelCollectionConverter" );
ZdcRawChannelCollectionCnv_p1 converter_p1;
ZdcRawChannelCollection *trans_cont(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment