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