Skip to content

Commit df2b7d5

Browse files
Merge pull request #620 from SBNSoftware/feature/zennamo_addingfcls_forMarch25
Adding fcls for Production
2 parents 39a74f2 + d2b9d67 commit df2b7d5

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

sbndcode/JobConfigurations/base/detsim_drops.fcl

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@
1717

1818
BEGIN_PROLOG
1919

20-
detsim_drops: [ @sequence::g4_drops,
21-
"drop sim::SimPhotonsLites_*_*_*",
22-
"drop sim::SimPhotons_*_*_*" ]
20+
detsim_drops: [ @sequence::g4_drops
21+
, "drop sim::SimPhotonsLites_*_*_*"
22+
, "drop sim::SimPhotons_*_*_*"
23+
, "drop sim::SimEnergyDeposits_ionandscintout__*"
24+
, "drop sim::SimEnergyDeposits_ionandscint_*_*"
25+
, "drop sim::SimEnergyDeposits_largeant_*_*"]
2326

2427
END_PROLOG
2528

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "prodoverlay_corsika_cosmics_proton_genie_rockbox_intrnue_sbnd.fcl"
2+
3+
#include "enable_spacecharge_services_sbnd_2D_DriftSimOnly.fcl"

sbndcode/JobConfigurations/standard/reco/config/drops_reco1.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
BEGIN_PROLOG
66

77
sbnd_reco1_ml_drops: [
8-
# "drop *_cluster3d_*_*" #drop all mlreco output
8+
"drop *_cluster3d_*_*" #drop all mlreco output
99
, "drop *_sedlite_*_*" #drop all mlreco output
1010
, "drop *_simplemerge_*_*" #drop all mlreco output
1111
]

0 commit comments

Comments
 (0)