phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

fix: Fix handling of ATLAS AOD files with specific compression method

Open AritraDey-Dev opened this issue 11 months ago • 0 comments

Fixes #44

Update JSRootEventLoader to handle unsupported compression method for ATLAS AOD files.

  • Add import for the compression library in packages/phoenix-event-display/src/loaders/jsroot-event-loader.ts.
  • Modify getEventData method to handle unsupported compression errors.
  • Add handleUnsupportedCompression method to decompress data and read objects from the file.
  • Add tests in packages/phoenix-event-display/src/tests/loaders/jsroot-event-loader.test.ts to verify handling of ATLAS AOD files with the new compression method.

AritraDey-Dev avatar Jan 06 '25 13:01 AritraDey-Dev