Skip to content

Commit d750aea

Browse files
Merge pull request #531 from SBNSoftware/feature/bearc_cluster3dfix
Cluster3D Save Space Points
2 parents f7ee51c + fb307b3 commit d750aea

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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
10-
# , "drop *_simplemerge_*_*" #drop all mlreco output
10+
, "drop *_simplemerge_*_*" #drop all mlreco output
1111
]
1212
sbnd_reco1_drops: [
1313
@sequence::detsim_drops

sbndcode/LArSoftConfigurations/cluster_sbnd.fcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ BEGIN_PROLOG
44

55
sbnd_cluster3d: @local::sbn_cluster3d
66
sbnd_cluster3d.Hit3DBuilderAlg.SaveMythicalPoints: false
7+
sbnd_cluster3d.MakeSpacePointsOnly: true
78

89
END_PROLOG

0 commit comments

Comments
 (0)