Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions fcl/protodunevd/detsim/protodunevd_detsim.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

Expand Down
2 changes: 1 addition & 1 deletion fcl/protodunevd/detsim/protodunevd_detsim_nopds.fcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "protodunevd_detsim.fcl"

physics:.simulate: [ rns,
physics.simulate: [ rns,
tpcrawdecoder,
crt
]
1 change: 0 additions & 1 deletion test/ci/ci_test_detsim_protoDUNEvd.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/ci/ci_tests.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down