From ce6df42cff83eee4e2afe8e005509816faf2c6a1 Mon Sep 17 00:00:00 2001 From: Yoann Kermaidic Date: Mon, 3 Nov 2025 09:52:25 +0100 Subject: [PATCH 1/3] Remove sipm from PDVD detsim products --- fcl/protodunevd/detsim/protodunevd_detsim.fcl | 7 ++++--- test/ci/ci_test_detsim_protoDUNEvd.fcl | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fcl/protodunevd/detsim/protodunevd_detsim.fcl b/fcl/protodunevd/detsim/protodunevd_detsim.fcl index 165dcd58..e9ed8ada 100644 --- a/fcl/protodunevd/detsim/protodunevd_detsim.fcl +++ b/fcl/protodunevd/detsim/protodunevd_detsim.fcl @@ -39,9 +39,10 @@ physics: simulate: [ rns, # TPC simulation tpcrawdecoder, - # OpDet and CRT simulation - sipmSim, opdigi, - crt + # OpDet simulation + opdigi, + # CRT simulation + crt ] stream1: [ out1 ] diff --git a/test/ci/ci_test_detsim_protoDUNEvd.fcl b/test/ci/ci_test_detsim_protoDUNEvd.fcl index 6b684a32..c572dc6e 100644 --- a/test/ci/ci_test_detsim_protoDUNEvd.fcl +++ b/test/ci/ci_test_detsim_protoDUNEvd.fcl @@ -7,7 +7,6 @@ services.NuRandomService.StuckBitAdcDistortionService: 1234 services.NuRandomService.ExponentialChannelNoiseService: 1234 services.NuRandomService.ProvidedPedestalAdditionService: 1234 services.NuRandomService.opdigi.waveformdigi: 1234 -services.NuRandomService.sipmSim.sipm: 1234 services.RandomNumberGenerator.restoreFrom: "DetSimRandomSeeds_Ref_protoDUNE.dat" services.RandomNumberGenerator.saveTo: "DetSimRandomSeeds.dat" From 69b7d24c13100f05f96a888e855143bf57e360aa Mon Sep 17 00:00:00 2001 From: Yoann Kermaidic Date: Mon, 3 Nov 2025 11:41:19 +0100 Subject: [PATCH 2/3] Update PDVD ci detsim cpu range --- test/ci/ci_tests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci/ci_tests.cfg b/test/ci/ci_tests.cfg index ef7c0b54..a01db071 100755 --- a/test/ci/ci_tests.cfg +++ b/test/ci/ci_tests.cfg @@ -474,7 +474,7 @@ OUTPUT_STREAM=%(BASE_FILE_NAME)s_%(STAGE_NAME)s_%(CUR_DUNETPC)s.root REFERENCE_FILES=%(XROOTD_INPUTFILEDIR_DUNETPC)s/%(EXTRA_DIR)s/%(STAGE_NAME)s/%(BASE_FILE_NAME)s_%(STAGE_NAME)s_%(REF_DUNETPC)s.root args=%(STDARGS_DUNETPC)s --input-files-to-fetch %(INPUT_FILES_TO_FETCH)s --input-file %(INPUT_STREAM)s --reference-files %(REFERENCE_FILES)s parse_art_time_db=True -mem_usage_range=1050000:2000000 +mem_usage_range=500000:2000000 cpu_usage_range=50:400 output1=*.root From 251f243005c9fa7e855e86812e11ce04cf35a0f6 Mon Sep 17 00:00:00 2001 From: Yoann Kermaidic Date: Mon, 17 Nov 2025 16:45:52 +0100 Subject: [PATCH 3/3] Fix typo in nopds config --- fcl/protodunevd/detsim/protodunevd_detsim_nopds.fcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcl/protodunevd/detsim/protodunevd_detsim_nopds.fcl b/fcl/protodunevd/detsim/protodunevd_detsim_nopds.fcl index 148c7f71..b5819e19 100644 --- a/fcl/protodunevd/detsim/protodunevd_detsim_nopds.fcl +++ b/fcl/protodunevd/detsim/protodunevd_detsim_nopds.fcl @@ -1,6 +1,6 @@ #include "protodunevd_detsim.fcl" -physics:.simulate: [ rns, +physics.simulate: [ rns, tpcrawdecoder, crt ]