Skip to content

Commit

Permalink
Changed some links from cmt to xedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
MerzJohannes committed Dec 13, 2024
1 parent 611e67a commit e9d7ec8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion straxen/plugins/events_nv/event_waveform_nv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
)
Expand Down

0 comments on commit e9d7ec8

Please sign in to comment.