From b6f1ef2fe6073d4a1f8efaeb00d85a6f2499e468 Mon Sep 17 00:00:00 2001 From: Scott Snyder <scott.snyder@cern.ch> Date: Thu, 26 Jan 2017 20:46:44 +0100 Subject: [PATCH] 'messageService -> msgSvc.' (TrigT1EventAthenaPool-00-02-05) * Tagging TrigT1EventAthenaPool-00-02-05. * messageService -> msgSvc. --- .../TrigT1EventAthenaPool/src/CMMCPHitsCollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/CMMEtSumsCollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/CMMJetHitsCollectionCnv.cxx | 4 ++-- Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMRoICnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/CMXCPHitsCollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/CMXCPTobCollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/CMXEtSumsCollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/CMXJetHitsCollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/CMXJetTobCollectionCnv.cxx | 4 ++-- Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXRoICnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/CPMHitsCollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/CPMRoICollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/CPMTobRoICollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/CPMTowerCollectionCnv.cxx | 4 ++-- Trigger/TrigT1/TrigT1EventAthenaPool/src/CTP_RDOCnv.cxx | 6 +++--- .../TrigT1EventAthenaPool/src/JEMEtSumsCollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/JEMHitsCollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/JEMRoICollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/JEMTobRoICollectionCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/JetElementCollectionCnv.cxx | 4 ++-- Trigger/TrigT1/TrigT1EventAthenaPool/src/MuCTPI_RDOCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/RODHeaderCollectionCnv.cxx | 4 ++-- Trigger/TrigT1/TrigT1EventAthenaPool/src/RoIBResultCnv.cxx | 4 ++-- .../TrigT1EventAthenaPool/src/TriggerTowerCollectionCnv.cxx | 4 ++-- 24 files changed, 49 insertions(+), 49 deletions(-) diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMCPHitsCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMCPHitsCollectionCnv.cxx index 42c01e864d7a..91d022aae97c 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMCPHitsCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMCPHitsCollectionCnv.cxx @@ -14,7 +14,7 @@ CMMCPHitsCollection_PERS * CMMCPHitsCollectionCnv::createPersistent( CMMCPHitsCollection *transObj) { - MsgStream mlog(messageService(), "CMMCPHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMMCPHitsCollectionConverter" ); //mlog << MSG::DEBUG << "CMMCPHitsCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CMMCPHitsCollection_PERS * CMMCPHitsCollectionCnv::createPersistent( CMMCPHitsCo //createTransient CMMCPHitsCollection * CMMCPHitsCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CMMCPHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMMCPHitsCollectionConverter" ); //mlog << MSG::DEBUG << "CMMCPHitsCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMEtSumsCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMEtSumsCollectionCnv.cxx index c60818958eaa..5b36222804b1 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMEtSumsCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMEtSumsCollectionCnv.cxx @@ -14,7 +14,7 @@ CMMEtSumsCollection_PERS * CMMEtSumsCollectionCnv::createPersistent( CMMEtSumsCollection *transObj) { - MsgStream mlog(messageService(), "CMMEtSumsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMMEtSumsCollectionConverter" ); //mlog << MSG::DEBUG << "CMMEtSumsCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CMMEtSumsCollection_PERS * CMMEtSumsCollectionCnv::createPersistent( CMMEtSumsCo //createTransient CMMEtSumsCollection * CMMEtSumsCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CMMEtSumsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMMEtSumsCollectionConverter" ); //mlog << MSG::DEBUG << "CMMEtSumsCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMJetHitsCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMJetHitsCollectionCnv.cxx index 06fd2625b229..a43ff0616cf7 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMJetHitsCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMJetHitsCollectionCnv.cxx @@ -14,7 +14,7 @@ CMMJetHitsCollection_PERS * CMMJetHitsCollectionCnv::createPersistent( CMMJetHitsCollection *transObj) { - MsgStream mlog(messageService(), "CMMJetHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMMJetHitsCollectionConverter" ); //mlog << MSG::DEBUG << "CMMJetHitsCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CMMJetHitsCollection_PERS * CMMJetHitsCollectionCnv::createPersistent( CMMJetHit //createTransient CMMJetHitsCollection * CMMJetHitsCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CMMJetHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMMJetHitsCollectionConverter" ); //mlog << MSG::DEBUG << "CMMJetHitsCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMRoICnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMRoICnv.cxx index 9ddb6a86be2a..e003fb1abcaf 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMRoICnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMMRoICnv.cxx @@ -16,7 +16,7 @@ using namespace LVL1; CMMRoI_PERS * CMMRoICnv::createPersistent( CMMRoI *transObj) { - MsgStream mlog(messageService(), "CMMRoIConverter" ); + MsgStream mlog(msgSvc(), "CMMRoIConverter" ); //mlog << MSG::DEBUG << "CMMRoICnv::createPersistent called" << endreq; @@ -30,7 +30,7 @@ CMMRoI_PERS * CMMRoICnv::createPersistent( CMMRoI *transObj) //createTransient CMMRoI * CMMRoICnv::createTransient() { - MsgStream mlog(messageService(), "CMMRoIConverter" ); + MsgStream mlog(msgSvc(), "CMMRoIConverter" ); //mlog << MSG::DEBUG << "CMMRoICnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXCPHitsCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXCPHitsCollectionCnv.cxx index 6cce73b8b285..49d3bc89bf9e 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXCPHitsCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXCPHitsCollectionCnv.cxx @@ -14,7 +14,7 @@ CMXCPHitsCollection_PERS * CMXCPHitsCollectionCnv::createPersistent( CMXCPHitsCollection *transObj) { - MsgStream mlog(messageService(), "CMXCPHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMXCPHitsCollectionConverter" ); //mlog << MSG::DEBUG << "CMXCPHitsCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CMXCPHitsCollection_PERS * CMXCPHitsCollectionCnv::createPersistent( CMXCPHitsCo //createTransient CMXCPHitsCollection * CMXCPHitsCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CMXCPHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMXCPHitsCollectionConverter" ); //mlog << MSG::DEBUG << "CMXCPHitsCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXCPTobCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXCPTobCollectionCnv.cxx index f34a3c775314..121a32493cb0 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXCPTobCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXCPTobCollectionCnv.cxx @@ -14,7 +14,7 @@ CMXCPTobCollection_PERS * CMXCPTobCollectionCnv::createPersistent( CMXCPTobCollection *transObj) { - MsgStream mlog(messageService(), "CMXCPTobCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMXCPTobCollectionConverter" ); //mlog << MSG::DEBUG << "CMXCPTobCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CMXCPTobCollection_PERS * CMXCPTobCollectionCnv::createPersistent( CMXCPTobColle //createTransient CMXCPTobCollection * CMXCPTobCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CMXCPTobCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMXCPTobCollectionConverter" ); //mlog << MSG::DEBUG << "CMXCPTobCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXEtSumsCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXEtSumsCollectionCnv.cxx index dac9be8b3db7..67247f58675d 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXEtSumsCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXEtSumsCollectionCnv.cxx @@ -14,7 +14,7 @@ CMXEtSumsCollection_PERS * CMXEtSumsCollectionCnv::createPersistent( CMXEtSumsCollection *transObj) { - MsgStream mlog(messageService(), "CMXEtSumsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMXEtSumsCollectionConverter" ); //mlog << MSG::DEBUG << "CMXEtSumsCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CMXEtSumsCollection_PERS * CMXEtSumsCollectionCnv::createPersistent( CMXEtSumsCo //createTransient CMXEtSumsCollection * CMXEtSumsCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CMXEtSumsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMXEtSumsCollectionConverter" ); //mlog << MSG::DEBUG << "CMXEtSumsCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXJetHitsCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXJetHitsCollectionCnv.cxx index f45b6ce6efa8..0be3d0994eec 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXJetHitsCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXJetHitsCollectionCnv.cxx @@ -14,7 +14,7 @@ CMXJetHitsCollection_PERS * CMXJetHitsCollectionCnv::createPersistent( CMXJetHitsCollection *transObj) { - MsgStream mlog(messageService(), "CMXJetHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMXJetHitsCollectionConverter" ); //mlog << MSG::DEBUG << "CMXJetHitsCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CMXJetHitsCollection_PERS * CMXJetHitsCollectionCnv::createPersistent( CMXJetHit //createTransient CMXJetHitsCollection * CMXJetHitsCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CMXJetHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMXJetHitsCollectionConverter" ); //mlog << MSG::DEBUG << "CMXJetHitsCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXJetTobCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXJetTobCollectionCnv.cxx index 1ce4221c11e4..f1c54b57a6da 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXJetTobCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXJetTobCollectionCnv.cxx @@ -14,7 +14,7 @@ CMXJetTobCollection_PERS * CMXJetTobCollectionCnv::createPersistent( CMXJetTobCollection *transObj) { - MsgStream mlog(messageService(), "CMXJetTobCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMXJetTobCollectionConverter" ); //mlog << MSG::DEBUG << "CMXJetTobCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CMXJetTobCollection_PERS * CMXJetTobCollectionCnv::createPersistent( CMXJetTobCo //createTransient CMXJetTobCollection * CMXJetTobCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CMXJetTobCollectionConverter" ); + MsgStream mlog(msgSvc(), "CMXJetTobCollectionConverter" ); //mlog << MSG::DEBUG << "CMXJetTobCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXRoICnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXRoICnv.cxx index ae5534189b80..6450a27bb6e7 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXRoICnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CMXRoICnv.cxx @@ -18,7 +18,7 @@ using namespace LVL1; CMXRoI_PERS * CMXRoICnv::createPersistent( CMXRoI *transObj) { - MsgStream mlog(messageService(), "CMXRoIConverter" ); + MsgStream mlog(msgSvc(), "CMXRoIConverter" ); //mlog << MSG::DEBUG << "CMXRoICnv::createPersistent called" << endreq; @@ -32,7 +32,7 @@ CMXRoI_PERS * CMXRoICnv::createPersistent( CMXRoI *transObj) //createTransient CMXRoI * CMXRoICnv::createTransient() { - MsgStream mlog(messageService(), "CMXRoIConverter" ); + MsgStream mlog(msgSvc(), "CMXRoIConverter" ); //mlog << MSG::DEBUG << "CMXRoICnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMHitsCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMHitsCollectionCnv.cxx index 86964360e7be..fa583a741d4e 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMHitsCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMHitsCollectionCnv.cxx @@ -14,7 +14,7 @@ CPMHitsCollection_PERS * CPMHitsCollectionCnv::createPersistent( CPMHitsCollection *transObj) { - MsgStream mlog(messageService(), "CPMHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CPMHitsCollectionConverter" ); //mlog << MSG::DEBUG << "CPMHitsCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CPMHitsCollection_PERS * CPMHitsCollectionCnv::createPersistent( CPMHitsCollecti //createTransient CPMHitsCollection * CPMHitsCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CPMHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "CPMHitsCollectionConverter" ); //mlog << MSG::DEBUG << "CPMHitsCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMRoICollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMRoICollectionCnv.cxx index 61423ffa57e1..164131945d75 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMRoICollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMRoICollectionCnv.cxx @@ -14,7 +14,7 @@ CPMRoICollection_PERS * CPMRoICollectionCnv::createPersistent( CPMRoICollection *transObj) { - MsgStream mlog(messageService(), "CPMRoICollectionConverter" ); + MsgStream mlog(msgSvc(), "CPMRoICollectionConverter" ); //mlog << MSG::DEBUG << "CPMRoICollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CPMRoICollection_PERS * CPMRoICollectionCnv::createPersistent( CPMRoICollection //createTransient CPMRoICollection * CPMRoICollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CPMRoICollectionConverter" ); + MsgStream mlog(msgSvc(), "CPMRoICollectionConverter" ); //mlog << MSG::DEBUG << "CPMRoICollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMTobRoICollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMTobRoICollectionCnv.cxx index 7f850a38ef4e..32e076781eb4 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMTobRoICollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMTobRoICollectionCnv.cxx @@ -14,7 +14,7 @@ CPMTobRoICollection_PERS * CPMTobRoICollectionCnv::createPersistent( CPMTobRoICollection *transObj) { - MsgStream mlog(messageService(), "CPMTobRoICollectionConverter" ); + MsgStream mlog(msgSvc(), "CPMTobRoICollectionConverter" ); //mlog << MSG::DEBUG << "CPMTobRoICollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CPMTobRoICollection_PERS * CPMTobRoICollectionCnv::createPersistent( CPMTobRoICo //createTransient CPMTobRoICollection * CPMTobRoICollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CPMTobRoICollectionConverter" ); + MsgStream mlog(msgSvc(), "CPMTobRoICollectionConverter" ); //mlog << MSG::DEBUG << "CPMTobRoICollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMTowerCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMTowerCollectionCnv.cxx index f04f1e4541e1..4a6f63b9d503 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMTowerCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CPMTowerCollectionCnv.cxx @@ -14,7 +14,7 @@ CPMTowerCollection_PERS * CPMTowerCollectionCnv::createPersistent( CPMTowerCollection *transObj) { - MsgStream mlog(messageService(), "CPMTowerCollectionConverter" ); + MsgStream mlog(msgSvc(), "CPMTowerCollectionConverter" ); //mlog << MSG::DEBUG << "CPMTowerCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ CPMTowerCollection_PERS * CPMTowerCollectionCnv::createPersistent( CPMTowerColle //createTransient CPMTowerCollection * CPMTowerCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "CPMTowerCollectionConverter" ); + MsgStream mlog(msgSvc(), "CPMTowerCollectionConverter" ); //mlog << MSG::DEBUG << "CPMTowerCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CTP_RDOCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CTP_RDOCnv.cxx index b0bd430bccd6..9e336d306524 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/CTP_RDOCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/CTP_RDOCnv.cxx @@ -24,7 +24,7 @@ static CTP_RDOCnv_p1 TPConverter_p1; */ CTP_RDO_PERS* CTP_RDOCnv::createPersistent( CTP_RDO* transObj ) { - MsgStream log( this->messageService(), "CTP_RDOCnv" ); + MsgStream log( this->msgSvc(), "CTP_RDOCnv" ); return TPConverter.createPersistent( transObj, log ); } @@ -42,13 +42,13 @@ CTP_RDO* CTP_RDOCnv::createTransient() { if( this->compareClassGuid( p2_guid ) ) { std::auto_ptr< CTP_RDO_p2 > pers_ref( this->poolReadObject< CTP_RDO_p2 >() ); - MsgStream log( this->messageService(), "CTP_RDOCnv" ); + MsgStream log( this->msgSvc(), "CTP_RDOCnv" ); return TPConverter.createTransient( pers_ref.get(), log ); } else if( this->compareClassGuid( p1_guid ) ) { std::auto_ptr< CTP_RDO_p1 > pers_ref( this->poolReadObject< CTP_RDO_p1 >() ); - MsgStream log( this->messageService(), "CTP_RDOCnv" ); + MsgStream log( this->msgSvc(), "CTP_RDOCnv" ); return TPConverter_p1.createTransient( pers_ref.get(), log ); } else if( this->compareClassGuid( p0_guid ) ) { diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMEtSumsCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMEtSumsCollectionCnv.cxx index ae52bf858cd0..dc56a3be26c4 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMEtSumsCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMEtSumsCollectionCnv.cxx @@ -14,7 +14,7 @@ JEMEtSumsCollection_PERS * JEMEtSumsCollectionCnv::createPersistent( JEMEtSumsCollection *transObj) { - MsgStream mlog(messageService(), "JEMEtSumsCollectionConverter" ); + MsgStream mlog(msgSvc(), "JEMEtSumsCollectionConverter" ); //mlog << MSG::DEBUG << "JEMEtSumsCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ JEMEtSumsCollection_PERS * JEMEtSumsCollectionCnv::createPersistent( JEMEtSumsCo //createTransient JEMEtSumsCollection * JEMEtSumsCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "JEMEtSumsCollectionConverter" ); + MsgStream mlog(msgSvc(), "JEMEtSumsCollectionConverter" ); //mlog << MSG::DEBUG << "JEMEtSumsCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMHitsCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMHitsCollectionCnv.cxx index f04e3422938e..6f43db47a4f9 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMHitsCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMHitsCollectionCnv.cxx @@ -14,7 +14,7 @@ JEMHitsCollection_PERS * JEMHitsCollectionCnv::createPersistent( JEMHitsCollection *transObj) { - MsgStream mlog(messageService(), "JEMHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "JEMHitsCollectionConverter" ); //mlog << MSG::DEBUG << "JEMHitsCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ JEMHitsCollection_PERS * JEMHitsCollectionCnv::createPersistent( JEMHitsCollecti //createTransient JEMHitsCollection * JEMHitsCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "JEMHitsCollectionConverter" ); + MsgStream mlog(msgSvc(), "JEMHitsCollectionConverter" ); //mlog << MSG::DEBUG << "JEMHitsCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMRoICollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMRoICollectionCnv.cxx index 7c7c582f30fc..49188b4e0cb1 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMRoICollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMRoICollectionCnv.cxx @@ -14,7 +14,7 @@ JEMRoICollection_PERS * JEMRoICollectionCnv::createPersistent( JEMRoICollection *transObj) { - MsgStream mlog(messageService(), "JEMRoICollectionConverter" ); + MsgStream mlog(msgSvc(), "JEMRoICollectionConverter" ); //mlog << MSG::DEBUG << "JEMRoICollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ JEMRoICollection_PERS * JEMRoICollectionCnv::createPersistent( JEMRoICollection //createTransient JEMRoICollection * JEMRoICollectionCnv::createTransient() { - MsgStream mlog(messageService(), "JEMRoICollectionConverter" ); + MsgStream mlog(msgSvc(), "JEMRoICollectionConverter" ); //mlog << MSG::DEBUG << "JEMRoICollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMTobRoICollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMTobRoICollectionCnv.cxx index 059fd56c7079..af6bd69b90f0 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMTobRoICollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/JEMTobRoICollectionCnv.cxx @@ -14,7 +14,7 @@ JEMTobRoICollection_PERS * JEMTobRoICollectionCnv::createPersistent( JEMTobRoICollection *transObj) { - MsgStream mlog(messageService(), "JEMTobRoICollectionConverter" ); + MsgStream mlog(msgSvc(), "JEMTobRoICollectionConverter" ); //mlog << MSG::DEBUG << "JEMTobRoICollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ JEMTobRoICollection_PERS * JEMTobRoICollectionCnv::createPersistent( JEMTobRoICo //createTransient JEMTobRoICollection * JEMTobRoICollectionCnv::createTransient() { - MsgStream mlog(messageService(), "JEMTobRoICollectionConverter" ); + MsgStream mlog(msgSvc(), "JEMTobRoICollectionConverter" ); //mlog << MSG::DEBUG << "JEMTobRoICollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/JetElementCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/JetElementCollectionCnv.cxx index 0538ccdaf6d4..e5f9b220356d 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/JetElementCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/JetElementCollectionCnv.cxx @@ -14,7 +14,7 @@ JetElementCollection_PERS * JetElementCollectionCnv::createPersistent( JetElementCollection *transObj) { - MsgStream mlog(messageService(), "JetElementCollectionConverter" ); + MsgStream mlog(msgSvc(), "JetElementCollectionConverter" ); //mlog << MSG::DEBUG << "JetElementCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ JetElementCollection_PERS * JetElementCollectionCnv::createPersistent( JetElemen //createTransient JetElementCollection * JetElementCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "JetElementCollectionConverter" ); + MsgStream mlog(msgSvc(), "JetElementCollectionConverter" ); //mlog << MSG::DEBUG << "JetElementCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/MuCTPI_RDOCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/MuCTPI_RDOCnv.cxx index 51d6c724c101..97ad8333c4b3 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/MuCTPI_RDOCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/MuCTPI_RDOCnv.cxx @@ -22,7 +22,7 @@ static MuCTPI_RDOCnv_p1 TPConverter; */ MuCTPI_RDO_PERS* MuCTPI_RDOCnv::createPersistent( MuCTPI_RDO* transObj ) { - MsgStream log( this->messageService(), "MuCTPI_RDOCnv" ); + MsgStream log( this->msgSvc(), "MuCTPI_RDOCnv" ); return TPConverter.createPersistent( transObj, log ); } @@ -39,7 +39,7 @@ MuCTPI_RDO* MuCTPI_RDOCnv::createTransient() { if( this->compareClassGuid( p1_guid ) ) { std::auto_ptr< MuCTPI_RDO_p1 > pers_ref( this->poolReadObject< MuCTPI_RDO_p1 >() ); - MsgStream log( this->messageService(), "MuCTPI_RDOCnv" ); + MsgStream log( this->msgSvc(), "MuCTPI_RDOCnv" ); return TPConverter.createTransient( pers_ref.get(), log ); } else if( this->compareClassGuid( p0_guid ) ) { diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/RODHeaderCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/RODHeaderCollectionCnv.cxx index 19bcb3aff387..69d465535488 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/RODHeaderCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/RODHeaderCollectionCnv.cxx @@ -14,7 +14,7 @@ RODHeaderCollection_PERS * RODHeaderCollectionCnv::createPersistent( RODHeaderCollection *transObj) { - MsgStream mlog(messageService(), "RODHeaderCollectionConverter" ); + MsgStream mlog(msgSvc(), "RODHeaderCollectionConverter" ); //mlog << MSG::DEBUG << "RODHeaderCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ RODHeaderCollection_PERS * RODHeaderCollectionCnv::createPersistent( RODHeaderCo //createTransient RODHeaderCollection * RODHeaderCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "RODHeaderCollectionConverter" ); + MsgStream mlog(msgSvc(), "RODHeaderCollectionConverter" ); //mlog << MSG::DEBUG << "RODHeaderCollectionCnv::createTransient called" << endreq; diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/RoIBResultCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/RoIBResultCnv.cxx index ca31c9cc1c3a..15a67492c2d9 100755 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/RoIBResultCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/RoIBResultCnv.cxx @@ -22,7 +22,7 @@ static RoIBResultCnv_p1 TPConverter; */ RoIBResult_PERS* RoIBResultCnv::createPersistent( ROIB::RoIBResult* transObj ) { - MsgStream log( this->messageService(), "RoIBResultCnv" ); + MsgStream log( this->msgSvc(), "RoIBResultCnv" ); return TPConverter.createPersistent( transObj, log ); } @@ -39,7 +39,7 @@ ROIB::RoIBResult* RoIBResultCnv::createTransient() { if( this->compareClassGuid( p1_guid ) ) { std::auto_ptr< RoIBResult_p1 > pers_ref( this->poolReadObject< RoIBResult_p1 >() ); - MsgStream log( this->messageService(), "RoIBResultCnv" ); + MsgStream log( this->msgSvc(), "RoIBResultCnv" ); return TPConverter.createTransient( pers_ref.get(), log ); } else if( this->compareClassGuid( p0_guid ) ) { diff --git a/Trigger/TrigT1/TrigT1EventAthenaPool/src/TriggerTowerCollectionCnv.cxx b/Trigger/TrigT1/TrigT1EventAthenaPool/src/TriggerTowerCollectionCnv.cxx index 6a7d07a2f949..145277939151 100644 --- a/Trigger/TrigT1/TrigT1EventAthenaPool/src/TriggerTowerCollectionCnv.cxx +++ b/Trigger/TrigT1/TrigT1EventAthenaPool/src/TriggerTowerCollectionCnv.cxx @@ -14,7 +14,7 @@ TriggerTowerCollection_PERS * TriggerTowerCollectionCnv::createPersistent( TriggerTowerCollection *transObj) { - MsgStream mlog(messageService(), "TriggerTowerCollectionConverter" ); + MsgStream mlog(msgSvc(), "TriggerTowerCollectionConverter" ); //mlog << MSG::DEBUG << "TriggerTowerCollectionCnv::createPersistent called" << endreq; @@ -28,7 +28,7 @@ TriggerTowerCollection_PERS * TriggerTowerCollectionCnv::createPersistent( Trigg //createTransient TriggerTowerCollection * TriggerTowerCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "TriggerTowerCollectionConverter" ); + MsgStream mlog(msgSvc(), "TriggerTowerCollectionConverter" ); //mlog << MSG::DEBUG << "TriggerTowerCollectionCnv::createTransient called" << endreq; -- GitLab