Skip to content

Commit 6a5e477

Browse files
authored
Merge pull request #445 from SBNSoftware/bugfix/bearc_reco_fcl_order
Reorder reco1 fcls
2 parents 337d4ea + d74ad5e commit 6a5e477

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

sbndcode/JobConfigurations/base/reco_sbnd.fcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
#include "scecorrections.fcl"
4848
#include "flashmatch_sbnd.fcl"
4949

50-
#include "mlreco_sbnd.fcl"
51-
#include "cluster_sbnd.fcl"
52-
5350
#include "sbnd_trackcalo_skimmer.fcl"
5451
#include "crtskim_sbnd.fcl"
5552
#include "pmtskim_sbnd.fcl"
5653

54+
#include "mlreco_sbnd.fcl"
55+
#include "cluster_sbnd.fcl"
56+
5757

5858
process_name: Reco
5959

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#include "cluster_sbn.fcl"
22

3+
BEGIN_PROLOG
4+
35
sbnd_cluster3d: @local::sbn_cluster3d
4-
sbnd_cluster3d.Hit3DBuilderAlg.SaveMythicalPoints: false
6+
sbnd_cluster3d.Hit3DBuilderAlg.SaveMythicalPoints: false
7+
8+
END_PROLOG

0 commit comments

Comments
 (0)