We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 337d4ea + d74ad5e commit 6a5e477Copy full SHA for 6a5e477
2 files changed
sbndcode/JobConfigurations/base/reco_sbnd.fcl
@@ -47,13 +47,13 @@
47
#include "scecorrections.fcl"
48
#include "flashmatch_sbnd.fcl"
49
50
-#include "mlreco_sbnd.fcl"
51
-#include "cluster_sbnd.fcl"
52
-
53
#include "sbnd_trackcalo_skimmer.fcl"
54
#include "crtskim_sbnd.fcl"
55
#include "pmtskim_sbnd.fcl"
56
+#include "mlreco_sbnd.fcl"
+#include "cluster_sbnd.fcl"
+
57
58
process_name: Reco
59
sbndcode/LArSoftConfigurations/cluster_sbnd.fcl
@@ -1,4 +1,8 @@
1
#include "cluster_sbn.fcl"
2
3
+BEGIN_PROLOG
4
5
sbnd_cluster3d: @local::sbn_cluster3d
-sbnd_cluster3d.Hit3DBuilderAlg.SaveMythicalPoints: false
6
+sbnd_cluster3d.Hit3DBuilderAlg.SaveMythicalPoints: false
7
8
+END_PROLOG
0 commit comments