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

'messageService -> msgSvc.' (InDetSimEventAthenaPool-00-00-09)

	* Tagging InDetSimEventAthenaPool-00-00-09.
	* messageService -> msgSvc.


Former-commit-id: eb291214
parent 659ff9c1
No related merge requests found
......@@ -9,7 +9,7 @@
SiHitCollection_PERS* SiHitCollectionCnv::createPersistent(SiHitCollection* transCont) {
MsgStream mlog(messageService(), "SiHitCollectionConverter" );
MsgStream mlog(msgSvc(), "SiHitCollectionConverter" );
SiHitCollectionCnv_PERS converter;
SiHitCollection_PERS *persObj = converter.createPersistent( transCont, mlog );
return persObj;
......@@ -17,7 +17,7 @@ SiHitCollection_PERS* SiHitCollectionCnv::createPersistent(SiHitCollection* tran
SiHitCollection* SiHitCollectionCnv::createTransient() {
MsgStream mlog(messageService(), "SiHitCollectionConverter" );
MsgStream mlog(msgSvc(), "SiHitCollectionConverter" );
SiHitCollectionCnv_p1 converter_p1;
SiHitCollectionCnv_p2 converter_p2;
......
......@@ -10,7 +10,7 @@
TRT_HitCollection_PERS* TRTUncompressedHitCollectionCnv::createPersistent(TRTUncompressedHitCollection* transCont) {
MsgStream mlog(messageService(), "TRT_HitCollectionConverter" );
MsgStream mlog(msgSvc(), "TRT_HitCollectionConverter" );
TRT_HitCollectionCnv_PERS converter;
TRT_HitCollection_PERS *persObj = converter.createPersistent( transCont, mlog );
return persObj;
......@@ -18,7 +18,7 @@ TRT_HitCollection_PERS* TRTUncompressedHitCollectionCnv::createPersistent(TRTUnc
TRTUncompressedHitCollection* TRTUncompressedHitCollectionCnv::createTransient() {
MsgStream mlog(messageService(), "TRT_HitCollectionConverter" );
MsgStream mlog(msgSvc(), "TRT_HitCollectionConverter" );
TRT_HitCollectionCnv_p1 converter_p1;
TRT_HitCollectionCnv_p2 converter_p2;
TRT_HitCollectionCnv_p3 converter_p3;
......
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