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

'messageService -> msgSvc.' (TrigT1EventAthenaPool-00-02-05)

	* Tagging TrigT1EventAthenaPool-00-02-05.
	* messageService -> msgSvc.
parent 70b2d10d
No related branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
Showing
with 41 additions and 41 deletions
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CMMCPHitsCollection_PERS * CMMCPHitsCollectionCnv::createPersistent( CMMCPHitsCollection *transObj) CMMCPHitsCollection_PERS * CMMCPHitsCollectionCnv::createPersistent( CMMCPHitsCollection *transObj)
{ {
MsgStream mlog(messageService(), "CMMCPHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMMCPHitsCollectionConverter" );
//mlog << MSG::DEBUG << "CMMCPHitsCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CMMCPHitsCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CMMCPHitsCollection_PERS * CMMCPHitsCollectionCnv::createPersistent( CMMCPHitsCo ...@@ -28,7 +28,7 @@ CMMCPHitsCollection_PERS * CMMCPHitsCollectionCnv::createPersistent( CMMCPHitsCo
//createTransient //createTransient
CMMCPHitsCollection * CMMCPHitsCollectionCnv::createTransient() CMMCPHitsCollection * CMMCPHitsCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CMMCPHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMMCPHitsCollectionConverter" );
//mlog << MSG::DEBUG << "CMMCPHitsCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CMMCPHitsCollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CMMEtSumsCollection_PERS * CMMEtSumsCollectionCnv::createPersistent( CMMEtSumsCollection *transObj) CMMEtSumsCollection_PERS * CMMEtSumsCollectionCnv::createPersistent( CMMEtSumsCollection *transObj)
{ {
MsgStream mlog(messageService(), "CMMEtSumsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMMEtSumsCollectionConverter" );
//mlog << MSG::DEBUG << "CMMEtSumsCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CMMEtSumsCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CMMEtSumsCollection_PERS * CMMEtSumsCollectionCnv::createPersistent( CMMEtSumsCo ...@@ -28,7 +28,7 @@ CMMEtSumsCollection_PERS * CMMEtSumsCollectionCnv::createPersistent( CMMEtSumsCo
//createTransient //createTransient
CMMEtSumsCollection * CMMEtSumsCollectionCnv::createTransient() CMMEtSumsCollection * CMMEtSumsCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CMMEtSumsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMMEtSumsCollectionConverter" );
//mlog << MSG::DEBUG << "CMMEtSumsCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CMMEtSumsCollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CMMJetHitsCollection_PERS * CMMJetHitsCollectionCnv::createPersistent( CMMJetHitsCollection *transObj) CMMJetHitsCollection_PERS * CMMJetHitsCollectionCnv::createPersistent( CMMJetHitsCollection *transObj)
{ {
MsgStream mlog(messageService(), "CMMJetHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMMJetHitsCollectionConverter" );
//mlog << MSG::DEBUG << "CMMJetHitsCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CMMJetHitsCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CMMJetHitsCollection_PERS * CMMJetHitsCollectionCnv::createPersistent( CMMJetHit ...@@ -28,7 +28,7 @@ CMMJetHitsCollection_PERS * CMMJetHitsCollectionCnv::createPersistent( CMMJetHit
//createTransient //createTransient
CMMJetHitsCollection * CMMJetHitsCollectionCnv::createTransient() CMMJetHitsCollection * CMMJetHitsCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CMMJetHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMMJetHitsCollectionConverter" );
//mlog << MSG::DEBUG << "CMMJetHitsCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CMMJetHitsCollectionCnv::createTransient called" << endreq;
......
...@@ -16,7 +16,7 @@ using namespace LVL1; ...@@ -16,7 +16,7 @@ using namespace LVL1;
CMMRoI_PERS * CMMRoICnv::createPersistent( CMMRoI *transObj) CMMRoI_PERS * CMMRoICnv::createPersistent( CMMRoI *transObj)
{ {
MsgStream mlog(messageService(), "CMMRoIConverter" ); MsgStream mlog(msgSvc(), "CMMRoIConverter" );
//mlog << MSG::DEBUG << "CMMRoICnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CMMRoICnv::createPersistent called" << endreq;
...@@ -30,7 +30,7 @@ CMMRoI_PERS * CMMRoICnv::createPersistent( CMMRoI *transObj) ...@@ -30,7 +30,7 @@ CMMRoI_PERS * CMMRoICnv::createPersistent( CMMRoI *transObj)
//createTransient //createTransient
CMMRoI * CMMRoICnv::createTransient() CMMRoI * CMMRoICnv::createTransient()
{ {
MsgStream mlog(messageService(), "CMMRoIConverter" ); MsgStream mlog(msgSvc(), "CMMRoIConverter" );
//mlog << MSG::DEBUG << "CMMRoICnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CMMRoICnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CMXCPHitsCollection_PERS * CMXCPHitsCollectionCnv::createPersistent( CMXCPHitsCollection *transObj) CMXCPHitsCollection_PERS * CMXCPHitsCollectionCnv::createPersistent( CMXCPHitsCollection *transObj)
{ {
MsgStream mlog(messageService(), "CMXCPHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMXCPHitsCollectionConverter" );
//mlog << MSG::DEBUG << "CMXCPHitsCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CMXCPHitsCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CMXCPHitsCollection_PERS * CMXCPHitsCollectionCnv::createPersistent( CMXCPHitsCo ...@@ -28,7 +28,7 @@ CMXCPHitsCollection_PERS * CMXCPHitsCollectionCnv::createPersistent( CMXCPHitsCo
//createTransient //createTransient
CMXCPHitsCollection * CMXCPHitsCollectionCnv::createTransient() CMXCPHitsCollection * CMXCPHitsCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CMXCPHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMXCPHitsCollectionConverter" );
//mlog << MSG::DEBUG << "CMXCPHitsCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CMXCPHitsCollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CMXCPTobCollection_PERS * CMXCPTobCollectionCnv::createPersistent( CMXCPTobCollection *transObj) CMXCPTobCollection_PERS * CMXCPTobCollectionCnv::createPersistent( CMXCPTobCollection *transObj)
{ {
MsgStream mlog(messageService(), "CMXCPTobCollectionConverter" ); MsgStream mlog(msgSvc(), "CMXCPTobCollectionConverter" );
//mlog << MSG::DEBUG << "CMXCPTobCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CMXCPTobCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CMXCPTobCollection_PERS * CMXCPTobCollectionCnv::createPersistent( CMXCPTobColle ...@@ -28,7 +28,7 @@ CMXCPTobCollection_PERS * CMXCPTobCollectionCnv::createPersistent( CMXCPTobColle
//createTransient //createTransient
CMXCPTobCollection * CMXCPTobCollectionCnv::createTransient() CMXCPTobCollection * CMXCPTobCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CMXCPTobCollectionConverter" ); MsgStream mlog(msgSvc(), "CMXCPTobCollectionConverter" );
//mlog << MSG::DEBUG << "CMXCPTobCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CMXCPTobCollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CMXEtSumsCollection_PERS * CMXEtSumsCollectionCnv::createPersistent( CMXEtSumsCollection *transObj) CMXEtSumsCollection_PERS * CMXEtSumsCollectionCnv::createPersistent( CMXEtSumsCollection *transObj)
{ {
MsgStream mlog(messageService(), "CMXEtSumsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMXEtSumsCollectionConverter" );
//mlog << MSG::DEBUG << "CMXEtSumsCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CMXEtSumsCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CMXEtSumsCollection_PERS * CMXEtSumsCollectionCnv::createPersistent( CMXEtSumsCo ...@@ -28,7 +28,7 @@ CMXEtSumsCollection_PERS * CMXEtSumsCollectionCnv::createPersistent( CMXEtSumsCo
//createTransient //createTransient
CMXEtSumsCollection * CMXEtSumsCollectionCnv::createTransient() CMXEtSumsCollection * CMXEtSumsCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CMXEtSumsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMXEtSumsCollectionConverter" );
//mlog << MSG::DEBUG << "CMXEtSumsCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CMXEtSumsCollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CMXJetHitsCollection_PERS * CMXJetHitsCollectionCnv::createPersistent( CMXJetHitsCollection *transObj) CMXJetHitsCollection_PERS * CMXJetHitsCollectionCnv::createPersistent( CMXJetHitsCollection *transObj)
{ {
MsgStream mlog(messageService(), "CMXJetHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMXJetHitsCollectionConverter" );
//mlog << MSG::DEBUG << "CMXJetHitsCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CMXJetHitsCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CMXJetHitsCollection_PERS * CMXJetHitsCollectionCnv::createPersistent( CMXJetHit ...@@ -28,7 +28,7 @@ CMXJetHitsCollection_PERS * CMXJetHitsCollectionCnv::createPersistent( CMXJetHit
//createTransient //createTransient
CMXJetHitsCollection * CMXJetHitsCollectionCnv::createTransient() CMXJetHitsCollection * CMXJetHitsCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CMXJetHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "CMXJetHitsCollectionConverter" );
//mlog << MSG::DEBUG << "CMXJetHitsCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CMXJetHitsCollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CMXJetTobCollection_PERS * CMXJetTobCollectionCnv::createPersistent( CMXJetTobCollection *transObj) CMXJetTobCollection_PERS * CMXJetTobCollectionCnv::createPersistent( CMXJetTobCollection *transObj)
{ {
MsgStream mlog(messageService(), "CMXJetTobCollectionConverter" ); MsgStream mlog(msgSvc(), "CMXJetTobCollectionConverter" );
//mlog << MSG::DEBUG << "CMXJetTobCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CMXJetTobCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CMXJetTobCollection_PERS * CMXJetTobCollectionCnv::createPersistent( CMXJetTobCo ...@@ -28,7 +28,7 @@ CMXJetTobCollection_PERS * CMXJetTobCollectionCnv::createPersistent( CMXJetTobCo
//createTransient //createTransient
CMXJetTobCollection * CMXJetTobCollectionCnv::createTransient() CMXJetTobCollection * CMXJetTobCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CMXJetTobCollectionConverter" ); MsgStream mlog(msgSvc(), "CMXJetTobCollectionConverter" );
//mlog << MSG::DEBUG << "CMXJetTobCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CMXJetTobCollectionCnv::createTransient called" << endreq;
......
...@@ -18,7 +18,7 @@ using namespace LVL1; ...@@ -18,7 +18,7 @@ using namespace LVL1;
CMXRoI_PERS * CMXRoICnv::createPersistent( CMXRoI *transObj) CMXRoI_PERS * CMXRoICnv::createPersistent( CMXRoI *transObj)
{ {
MsgStream mlog(messageService(), "CMXRoIConverter" ); MsgStream mlog(msgSvc(), "CMXRoIConverter" );
//mlog << MSG::DEBUG << "CMXRoICnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CMXRoICnv::createPersistent called" << endreq;
...@@ -32,7 +32,7 @@ CMXRoI_PERS * CMXRoICnv::createPersistent( CMXRoI *transObj) ...@@ -32,7 +32,7 @@ CMXRoI_PERS * CMXRoICnv::createPersistent( CMXRoI *transObj)
//createTransient //createTransient
CMXRoI * CMXRoICnv::createTransient() CMXRoI * CMXRoICnv::createTransient()
{ {
MsgStream mlog(messageService(), "CMXRoIConverter" ); MsgStream mlog(msgSvc(), "CMXRoIConverter" );
//mlog << MSG::DEBUG << "CMXRoICnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CMXRoICnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CPMHitsCollection_PERS * CPMHitsCollectionCnv::createPersistent( CPMHitsCollection *transObj) CPMHitsCollection_PERS * CPMHitsCollectionCnv::createPersistent( CPMHitsCollection *transObj)
{ {
MsgStream mlog(messageService(), "CPMHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "CPMHitsCollectionConverter" );
//mlog << MSG::DEBUG << "CPMHitsCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CPMHitsCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CPMHitsCollection_PERS * CPMHitsCollectionCnv::createPersistent( CPMHitsCollecti ...@@ -28,7 +28,7 @@ CPMHitsCollection_PERS * CPMHitsCollectionCnv::createPersistent( CPMHitsCollecti
//createTransient //createTransient
CPMHitsCollection * CPMHitsCollectionCnv::createTransient() CPMHitsCollection * CPMHitsCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CPMHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "CPMHitsCollectionConverter" );
//mlog << MSG::DEBUG << "CPMHitsCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CPMHitsCollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CPMRoICollection_PERS * CPMRoICollectionCnv::createPersistent( CPMRoICollection *transObj) CPMRoICollection_PERS * CPMRoICollectionCnv::createPersistent( CPMRoICollection *transObj)
{ {
MsgStream mlog(messageService(), "CPMRoICollectionConverter" ); MsgStream mlog(msgSvc(), "CPMRoICollectionConverter" );
//mlog << MSG::DEBUG << "CPMRoICollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CPMRoICollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CPMRoICollection_PERS * CPMRoICollectionCnv::createPersistent( CPMRoICollection ...@@ -28,7 +28,7 @@ CPMRoICollection_PERS * CPMRoICollectionCnv::createPersistent( CPMRoICollection
//createTransient //createTransient
CPMRoICollection * CPMRoICollectionCnv::createTransient() CPMRoICollection * CPMRoICollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CPMRoICollectionConverter" ); MsgStream mlog(msgSvc(), "CPMRoICollectionConverter" );
//mlog << MSG::DEBUG << "CPMRoICollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CPMRoICollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CPMTobRoICollection_PERS * CPMTobRoICollectionCnv::createPersistent( CPMTobRoICollection *transObj) CPMTobRoICollection_PERS * CPMTobRoICollectionCnv::createPersistent( CPMTobRoICollection *transObj)
{ {
MsgStream mlog(messageService(), "CPMTobRoICollectionConverter" ); MsgStream mlog(msgSvc(), "CPMTobRoICollectionConverter" );
//mlog << MSG::DEBUG << "CPMTobRoICollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CPMTobRoICollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CPMTobRoICollection_PERS * CPMTobRoICollectionCnv::createPersistent( CPMTobRoICo ...@@ -28,7 +28,7 @@ CPMTobRoICollection_PERS * CPMTobRoICollectionCnv::createPersistent( CPMTobRoICo
//createTransient //createTransient
CPMTobRoICollection * CPMTobRoICollectionCnv::createTransient() CPMTobRoICollection * CPMTobRoICollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CPMTobRoICollectionConverter" ); MsgStream mlog(msgSvc(), "CPMTobRoICollectionConverter" );
//mlog << MSG::DEBUG << "CPMTobRoICollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CPMTobRoICollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CPMTowerCollection_PERS * CPMTowerCollectionCnv::createPersistent( CPMTowerCollection *transObj) CPMTowerCollection_PERS * CPMTowerCollectionCnv::createPersistent( CPMTowerCollection *transObj)
{ {
MsgStream mlog(messageService(), "CPMTowerCollectionConverter" ); MsgStream mlog(msgSvc(), "CPMTowerCollectionConverter" );
//mlog << MSG::DEBUG << "CPMTowerCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "CPMTowerCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ CPMTowerCollection_PERS * CPMTowerCollectionCnv::createPersistent( CPMTowerColle ...@@ -28,7 +28,7 @@ CPMTowerCollection_PERS * CPMTowerCollectionCnv::createPersistent( CPMTowerColle
//createTransient //createTransient
CPMTowerCollection * CPMTowerCollectionCnv::createTransient() CPMTowerCollection * CPMTowerCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "CPMTowerCollectionConverter" ); MsgStream mlog(msgSvc(), "CPMTowerCollectionConverter" );
//mlog << MSG::DEBUG << "CPMTowerCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "CPMTowerCollectionCnv::createTransient called" << endreq;
......
...@@ -24,7 +24,7 @@ static CTP_RDOCnv_p1 TPConverter_p1; ...@@ -24,7 +24,7 @@ static CTP_RDOCnv_p1 TPConverter_p1;
*/ */
CTP_RDO_PERS* CTP_RDOCnv::createPersistent( CTP_RDO* transObj ) { 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 ); return TPConverter.createPersistent( transObj, log );
} }
...@@ -42,13 +42,13 @@ CTP_RDO* CTP_RDOCnv::createTransient() { ...@@ -42,13 +42,13 @@ CTP_RDO* CTP_RDOCnv::createTransient() {
if( this->compareClassGuid( p2_guid ) ) { if( this->compareClassGuid( p2_guid ) ) {
std::auto_ptr< CTP_RDO_p2 > pers_ref( this->poolReadObject< CTP_RDO_p2 >() ); 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 ); return TPConverter.createTransient( pers_ref.get(), log );
} else if( this->compareClassGuid( p1_guid ) ) { } else if( this->compareClassGuid( p1_guid ) ) {
std::auto_ptr< CTP_RDO_p1 > pers_ref( this->poolReadObject< CTP_RDO_p1 >() ); 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 ); return TPConverter_p1.createTransient( pers_ref.get(), log );
} else if( this->compareClassGuid( p0_guid ) ) { } else if( this->compareClassGuid( p0_guid ) ) {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
JEMEtSumsCollection_PERS * JEMEtSumsCollectionCnv::createPersistent( JEMEtSumsCollection *transObj) JEMEtSumsCollection_PERS * JEMEtSumsCollectionCnv::createPersistent( JEMEtSumsCollection *transObj)
{ {
MsgStream mlog(messageService(), "JEMEtSumsCollectionConverter" ); MsgStream mlog(msgSvc(), "JEMEtSumsCollectionConverter" );
//mlog << MSG::DEBUG << "JEMEtSumsCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "JEMEtSumsCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ JEMEtSumsCollection_PERS * JEMEtSumsCollectionCnv::createPersistent( JEMEtSumsCo ...@@ -28,7 +28,7 @@ JEMEtSumsCollection_PERS * JEMEtSumsCollectionCnv::createPersistent( JEMEtSumsCo
//createTransient //createTransient
JEMEtSumsCollection * JEMEtSumsCollectionCnv::createTransient() JEMEtSumsCollection * JEMEtSumsCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "JEMEtSumsCollectionConverter" ); MsgStream mlog(msgSvc(), "JEMEtSumsCollectionConverter" );
//mlog << MSG::DEBUG << "JEMEtSumsCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "JEMEtSumsCollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
JEMHitsCollection_PERS * JEMHitsCollectionCnv::createPersistent( JEMHitsCollection *transObj) JEMHitsCollection_PERS * JEMHitsCollectionCnv::createPersistent( JEMHitsCollection *transObj)
{ {
MsgStream mlog(messageService(), "JEMHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "JEMHitsCollectionConverter" );
//mlog << MSG::DEBUG << "JEMHitsCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "JEMHitsCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ JEMHitsCollection_PERS * JEMHitsCollectionCnv::createPersistent( JEMHitsCollecti ...@@ -28,7 +28,7 @@ JEMHitsCollection_PERS * JEMHitsCollectionCnv::createPersistent( JEMHitsCollecti
//createTransient //createTransient
JEMHitsCollection * JEMHitsCollectionCnv::createTransient() JEMHitsCollection * JEMHitsCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "JEMHitsCollectionConverter" ); MsgStream mlog(msgSvc(), "JEMHitsCollectionConverter" );
//mlog << MSG::DEBUG << "JEMHitsCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "JEMHitsCollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
JEMRoICollection_PERS * JEMRoICollectionCnv::createPersistent( JEMRoICollection *transObj) JEMRoICollection_PERS * JEMRoICollectionCnv::createPersistent( JEMRoICollection *transObj)
{ {
MsgStream mlog(messageService(), "JEMRoICollectionConverter" ); MsgStream mlog(msgSvc(), "JEMRoICollectionConverter" );
//mlog << MSG::DEBUG << "JEMRoICollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "JEMRoICollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ JEMRoICollection_PERS * JEMRoICollectionCnv::createPersistent( JEMRoICollection ...@@ -28,7 +28,7 @@ JEMRoICollection_PERS * JEMRoICollectionCnv::createPersistent( JEMRoICollection
//createTransient //createTransient
JEMRoICollection * JEMRoICollectionCnv::createTransient() JEMRoICollection * JEMRoICollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "JEMRoICollectionConverter" ); MsgStream mlog(msgSvc(), "JEMRoICollectionConverter" );
//mlog << MSG::DEBUG << "JEMRoICollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "JEMRoICollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
JEMTobRoICollection_PERS * JEMTobRoICollectionCnv::createPersistent( JEMTobRoICollection *transObj) JEMTobRoICollection_PERS * JEMTobRoICollectionCnv::createPersistent( JEMTobRoICollection *transObj)
{ {
MsgStream mlog(messageService(), "JEMTobRoICollectionConverter" ); MsgStream mlog(msgSvc(), "JEMTobRoICollectionConverter" );
//mlog << MSG::DEBUG << "JEMTobRoICollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "JEMTobRoICollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ JEMTobRoICollection_PERS * JEMTobRoICollectionCnv::createPersistent( JEMTobRoICo ...@@ -28,7 +28,7 @@ JEMTobRoICollection_PERS * JEMTobRoICollectionCnv::createPersistent( JEMTobRoICo
//createTransient //createTransient
JEMTobRoICollection * JEMTobRoICollectionCnv::createTransient() JEMTobRoICollection * JEMTobRoICollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "JEMTobRoICollectionConverter" ); MsgStream mlog(msgSvc(), "JEMTobRoICollectionConverter" );
//mlog << MSG::DEBUG << "JEMTobRoICollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "JEMTobRoICollectionCnv::createTransient called" << endreq;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
JetElementCollection_PERS * JetElementCollectionCnv::createPersistent( JetElementCollection *transObj) JetElementCollection_PERS * JetElementCollectionCnv::createPersistent( JetElementCollection *transObj)
{ {
MsgStream mlog(messageService(), "JetElementCollectionConverter" ); MsgStream mlog(msgSvc(), "JetElementCollectionConverter" );
//mlog << MSG::DEBUG << "JetElementCollectionCnv::createPersistent called" << endreq; //mlog << MSG::DEBUG << "JetElementCollectionCnv::createPersistent called" << endreq;
...@@ -28,7 +28,7 @@ JetElementCollection_PERS * JetElementCollectionCnv::createPersistent( JetElemen ...@@ -28,7 +28,7 @@ JetElementCollection_PERS * JetElementCollectionCnv::createPersistent( JetElemen
//createTransient //createTransient
JetElementCollection * JetElementCollectionCnv::createTransient() JetElementCollection * JetElementCollectionCnv::createTransient()
{ {
MsgStream mlog(messageService(), "JetElementCollectionConverter" ); MsgStream mlog(msgSvc(), "JetElementCollectionConverter" );
//mlog << MSG::DEBUG << "JetElementCollectionCnv::createTransient called" << endreq; //mlog << MSG::DEBUG << "JetElementCollectionCnv::createTransient called" << endreq;
......
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