Skip to content

Remove cerr message from DblQ00Xtomo

Nicolas Koehler requested to merge nkoehler/athena:muGeoMsg into master

Hi,

this MR removes a std::cerr:

No XtomoData table in the MuonDD Database

printed by DblQ00Xtomo in case it is tried to retrieve XtomoData from the geometry database, but it is not found there. Instead, a message is printed in MuonSpectrometer/MuonGeoModel/src/RDBReaderAtlas.cxx using the athena message service.

Best, Nico

Merge request reports