From 3f70ab5d2d67a9f9566b58670e85d151bef9be49 Mon Sep 17 00:00:00 2001 From: Thomas Junk Date: Tue, 18 Mar 2025 18:30:20 -0500 Subject: [PATCH 1/2] change default channel map for PDHD to the visible wires from the electronics map. --- fcl/protodunehd/reco/standard_reco_protodunehd_keepup.fcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcl/protodunehd/reco/standard_reco_protodunehd_keepup.fcl b/fcl/protodunehd/reco/standard_reco_protodunehd_keepup.fcl index 7c139b41..a0420796 100644 --- a/fcl/protodunehd/reco/standard_reco_protodunehd_keepup.fcl +++ b/fcl/protodunehd/reco/standard_reco_protodunehd_keepup.fcl @@ -69,7 +69,7 @@ services: PD2HDChannelMapService: { - FileName: "PD2HDChannelMap_WIBEth_electronics_v1.txt" + FileName: "PD2HDChannelMap_WIBEth_visiblewires_v1.txt" } } From 7417cc68c45b210b770f7879945c6ae840e88faf Mon Sep 17 00:00:00 2001 From: Thomas Junk Date: Tue, 18 Mar 2025 21:05:27 -0500 Subject: [PATCH 2/2] while we're at it, turn off this samweb query in the event display --- fcl/evd/evd_protoDUNE_data.fcl | 1 + 1 file changed, 1 insertion(+) diff --git a/fcl/evd/evd_protoDUNE_data.fcl b/fcl/evd/evd_protoDUNE_data.fcl index 01ea46ab..d6a5f64f 100644 --- a/fcl/evd/evd_protoDUNE_data.fcl +++ b/fcl/evd/evd_protoDUNE_data.fcl @@ -8,3 +8,4 @@ services.RawDrawingOptions.MinimumSignal: 5.0 services.RecoDrawingOptions.WireModuleLabels: ["caldata", "digitwire", "wclsdatasp:gauss", "caldata:dataprep"] services.ChannelStatusService: @local::pdsp_channel_status services.DetectorPropertiesService: @local::protodunesp_detproperties +services.DetectorPropertiesService.GetReadOutWindowSizefromSamweb: false