Skip to content

Commit 851ee47

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into feature/tjyang_datareco
2 parents 886b39a + 5608741 commit 851ee47

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

sbndcode/JobConfigurations/standard/scrubs/scrub_g4_wcls_detsim_reco1.fcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Author Henry Lay (h.lay@lancaster.ac.uk)
66

77
#include "rootoutput_sbnd.fcl"
8+
#include "sam_sbnd.fcl"
89

910
process_name: Scrub
1011

sbndcode/JobConfigurations/standard/scrubs/scrub_wcls_detsim_reco1.fcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Author Henry Lay (h.lay@lancaster.ac.uk)
66

77
#include "rootoutput_sbnd.fcl"
8+
#include "sam_sbnd.fcl"
89

910
process_name: Scrub
1011

sbndcode/LArG4/larg4_services_sbnd.fcl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ sbnd_particle_list_action:
7171
KeepDroppedParticlesInVolumes: ["volTPCActive"] # list of volumes for which we want to store particles that were dropped
7272
# (i.e. particles that are not included in the standard list, mainly em shower
7373
# daughters). Used for ml reco workflow.
74+
75+
KeepParticlesInVolumes: ["volCryostat", # Keep list of nominal mc particles that interact within the cryostat and CRTs
76+
"volTaggerTopHigh",
77+
"volTaggerTopLow",
78+
"volTaggerSideLeft",
79+
"volTaggerSideRight",
80+
"volTaggerFaceFront",
81+
"volTaggerFaceBack",
82+
"volTaggerBot"]
7483
}
7584

7685
#

0 commit comments

Comments
 (0)