47 log << MSG::WARNING << "Could not add the MM RDO collection during persistent -> transient conversion" << std::endl;
48return;
49 }
50
51if (DEBUG) log<<MSG::VERBOSE<<"Have created empty transient collection, now looping over persistent coll with this many entries: "<<collection.size() <<std::endl;
60if (DEBUG) log<<MSG::VERBOSE<<"MM_RawDataContainerCnv_p2::persToTrans with MM_RawDataCollection with this many collections "<<transCont->numberOfCollections()<<std::endl;
69if (DEBUG) log<<MSG::VERBOSE<<"MM_RawDataContainerCnv_p2::createTransient() Created new MM_RawDataContainer with this many collections "<<trans->numberOfCollections()<<std::endl;
72if (DEBUG) log<<MSG::VERBOSE<<"MM_RawDataContainerCnv_p2::createTransient() After persToTrans this many collections "<<trans->numberOfCollections()<<std::endl;