VERITAS-Observatory / EventDisplay_v4

A reconstruction and analysis pipeline for VERITAS.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Plotting IRFs from >=v487 effective area files #158

Closed GernotMaier closed 2 years ago

GernotMaier commented 2 years ago

Plotting IRFs from new (>=487) effective area files is not supported for all types of IRFs due to the change in data structure.

The plotting works as expected for the un-merged files (original files coming out of the IRF production).

To introduce this again, significant changes to VInstrumentResponseFunctionReader, VInstrumentResponseFunction, and VPlotInstrumentResponseFunction are required.

GernotMaier commented 2 years ago

Note that this is not a big issues, as all IRFs are accessible by simple Tree:Draw() commands.