Skip to content

Commit c03f524

Browse files
committed
Move crt config out of reco_sbnd
1 parent 2bf4e75 commit c03f524

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

sbndcode/Calibration/CRT/crtskim_sbnd.fcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include "crtbacktrackeralg_sbnd.fcl"
2+
13
BEGIN_PROLOG
24
crtskim_sbnd: {
35
module_type: "CRTCalibAna"

sbndcode/JobConfigurations/base/reco_sbnd.fcl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
###include "hitparticleassociations.fcl"
5252

5353
#include "sbnd_trackcalo_skimmer.fcl"
54-
#include "crtbacktrackeralg_sbnd.fcl"
54+
#include "crtskim_sbnd.fcl"
5555
#include "pmtskim_sbnd.fcl"
5656

5757
process_name: Reco
@@ -247,10 +247,7 @@ physics:
247247

248248
analyzers:{
249249
caloskim: @local::caloskim_nodigits_goldentracks
250-
crtskim: {
251-
module_type: "CRTCalibAna"
252-
CRTBackTrackerAlg: @local::crtbacktrackeralg_sbnd
253-
}
250+
crtskim: @local::crtskim_sbnd
254251
pmtskim: @local::pmtskim_sbnd
255252
}
256253

0 commit comments

Comments
 (0)