File tree Expand file tree Collapse file tree
sbndcode/JobConfigurations/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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#=============================================================================
1821BEGIN_PROLOG
1922
2023detsim_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
2730END_PROLOG
2831
You can’t perform that action at this time.
0 commit comments