Skip to content

Commit d2b9d67

Browse files
committed
adding fcls for March production
1 parent 3fed90c commit d2b9d67

4 files changed

Lines changed: 15 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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#include "prodoverlay_corsika_cosmics_proton_genie_rockbox_sbnd.fcl"
2+
3+
#include "enable_spacecharge_services_sbnd_2D_DriftSimOnly.fcl"
4+
5+
physics.producers.generator.MixerConfig: "map 12:14 -12:-14 14:12 -14:-12"
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)