Skip to content

Commit b04c46f

Browse files
Merge pull request #676 from SBNSoftware/feature/bearc_crt_calib_fix
CRT Calib Fix
2 parents 234d867 + 05909a3 commit b04c46f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sbndcode/JobConfigurations/base/reco_sbnd.fcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
#include "flashmatch_sbnd.fcl"
4949

5050
#include "sbnd_trackcalo_skimmer.fcl"
51-
#include "crtskim_sbnd.fcl"
5251
#include "pmtskim_sbnd.fcl"
5352

5453
#include "mlreco_sbnd.fcl"
@@ -256,13 +255,12 @@ physics:
256255

257256
analyzers:{
258257
caloskim: @local::caloskim_nodigits_goldentracks
259-
crtskim: @local::crtskim_sbnd
260258
pmtskim: @local::pmtskim_sbnd
261259
supera: @local::sbnd_supera
262260
superampvmpr: @local::sbnd_supera_mpvmpr
263261
}
264262

265-
caloskimana: [ caloskim, crtskim, pmtskim ]
263+
caloskimana: [ caloskim, pmtskim ]
266264
superaana: [ supera ] #outputs larcv.root for use in mlreco
267265

268266
#define the output stream, there could be more than one if using filters

0 commit comments

Comments
 (0)