113 PixelRawCollection* coll = new PixelRawCollection (offlineIdHash);
114
115 ATH_CHECK( rdoContainer->fetchOrCreate(offlineIdHash) );//Returns null if not present -- this was used in PixelRODDecoder but compiler says it's not thread safe
116
117 // get identifier from the hash, this is not nice