Skip to content

Commit 5856149

Browse files
Merge pull request #783 from SBNSoftware/Bugfix/linyan-keepdetsim
Changing detsim drops for detvars
2 parents 7460895 + a2da623 commit 5856149

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

sbndcode/JobConfigurations/base/detsim_drops.fcl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
# Purpose: Sequence of RootOutput drop commands to drop data products after detsim.
66
#
77
# Created: 28-Mar-2022 H. Greenlee
8+
# Modified: 11-Aug-2025 L. Wan
89
#
910
# Notes.
1011
#
1112
# 1. Keeping SimChannels by choice, for now.
13+
# 2. Keeping SimPhotonsLites for PDS detvar
14+
# 3. Keeping SimEnergyDeposits_ionandscint_priorSCE for other detvars
1215
#
1316
#
1417
#=============================================================================
@@ -18,11 +21,11 @@
1821
BEGIN_PROLOG
1922

2023
detsim_drops: [ @sequence::g4_drops
21-
, "drop sim::SimPhotonsLites_*_*_*"
2224
, "drop sim::SimPhotons_*_*_*"
2325
, "drop sim::SimEnergyDeposits_ionandscintout__*"
2426
, "drop sim::SimEnergyDeposits_ionandscint_*_*"
25-
, "drop sim::SimEnergyDeposits_largeant_*_*"]
27+
, "drop sim::SimEnergyDeposits_largeant_*_*"
28+
, "keep sim::SimEnergyDeposits_ionandscint_priorSCE_*"]
2629

2730
END_PROLOG
2831

0 commit comments

Comments
 (0)