Skip to content
Snippets Groups Projects

Compatibility with Athena 22.0.40

Merged Dave Casper requested to merge dcasper/calypso:master-22.0.40-compat into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -143,7 +143,7 @@ ScintWaveformDecoderTool::convert(const DAQFormats::EventFull* re,
try {
wfm->setWaveform( channel, digitizer->channel_adc_counts( channel ) );
} catch ( DigitizerDataException& e ) {
} catch ( DigitizerData::DigitizerDataException& e ) {
ATH_MSG_WARNING("ScintWaveformDecoderTool:\n"
<<e.what()
<< "\nChannel "
@@ -154,7 +154,7 @@ ScintWaveformDecoderTool::convert(const DAQFormats::EventFull* re,
try {
wfm->setHeader( digitizer );
} catch ( DigitizerDataException& e ) {
} catch ( DigitizerData::DigitizerDataException& e ) {
ATH_MSG_WARNING("ScintWaveformDecoderTool:\n"
<< e.what()
<< "\nCorrupted Digitizer data!\n"
Loading