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.
1 parent 2bf4e75 commit c03f524Copy full SHA for c03f524
2 files changed
sbndcode/Calibration/CRT/crtskim_sbnd.fcl
@@ -1,3 +1,5 @@
1
+#include "crtbacktrackeralg_sbnd.fcl"
2
+
3
BEGIN_PROLOG
4
crtskim_sbnd: {
5
module_type: "CRTCalibAna"
sbndcode/JobConfigurations/base/reco_sbnd.fcl
@@ -51,7 +51,7 @@
51
###include "hitparticleassociations.fcl"
52
53
#include "sbnd_trackcalo_skimmer.fcl"
54
-#include "crtbacktrackeralg_sbnd.fcl"
+#include "crtskim_sbnd.fcl"
55
#include "pmtskim_sbnd.fcl"
56
57
process_name: Reco
@@ -247,10 +247,7 @@ physics:
247
248
analyzers:{
249
caloskim: @local::caloskim_nodigits_goldentracks
250
- crtskim: {
251
- module_type: "CRTCalibAna"
252
- CRTBackTrackerAlg: @local::crtbacktrackeralg_sbnd
253
- }
+ crtskim: @local::crtskim_sbnd
254
pmtskim: @local::pmtskim_sbnd
255
}
256
0 commit comments