16if (DEBUG) log<<MSG::VERBOSE<<"STGC_RawDataContainerCnv_p3::transToPers with STGC_RawDataContainer with this many collections: "<<numColl<<std::endl;
39if (DEBUG) log<<MSG::VERBOSE<<"STGC_RawDataContainerCnv_p3::persToTrans with STGC_RawDataContainer_p3 with this many collections "<<numColl<<std::endl;
45 log << MSG::WARNING << "Could not add the sTGC collection during persistent->transient conversion" << std::endl;
46return;
47 }
48if (DEBUG) log<<MSG::VERBOSE<<"Have created empty transient collection, now looping over persistent coll with this many entries: "<<collection.size() <<std::endl;
57if (DEBUG) log<<MSG::VERBOSE<<"STGC_RawDataContainerCnv_p3::persToTrans with STGC_RawDataCollection with this many collections "<<transCont->numberOfCollections()<<std::endl;
66if (DEBUG) log<<MSG::VERBOSE<<"STGC_RawDataContainerCnv_p3::createTransient() Created new STGC_RawDataContainer with this many collections "<<trans->numberOfCollections()<<std::endl;
69if (DEBUG) log<<MSG::VERBOSE<<"STGC_RawDataContainerCnv_p3::createTransient() After persToTrans this many collections "<<trans->numberOfCollections()<<std::endl;