From e9d7ec84beea6e0e0d71825f3fca107d845f6f1c Mon Sep 17 00:00:00 2001 From: jomerz Date: Fri, 13 Dec 2024 11:41:16 +0100 Subject: [PATCH] Changed some links from cmt to xedocs --- straxen/plugins/events_nv/event_waveform_nv.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/straxen/plugins/events_nv/event_waveform_nv.py b/straxen/plugins/events_nv/event_waveform_nv.py index 736a27177..6baa05142 100644 --- a/straxen/plugins/events_nv/event_waveform_nv.py +++ b/straxen/plugins/events_nv/event_waveform_nv.py @@ -19,7 +19,16 @@ class nVETOEventWaveform(strax.Plugin): compressor = "zstd" gain_model_nv = straxen.URLConfig( - default="cmt://to_pe_model_nv?version=ONLINE&run_id=plugin.run_id", + default=( + "list-to-array://" + "xedocs://pmt_area_to_pes" + "?as_list=True" + "&sort=pmt" + "&detector=neutron_veto" + "&run_id=plugin.run_id" + "&version=ONLINE" + "&attr=value" + ), infer_type=False, help="PMT gain model. Specify as (model_type, model_config, nT = True)", )