Skip to content

Commit 7ba0f73

Browse files
Revert "CRT Calib Fix"
1 parent b04c46f commit 7ba0f73

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sbndcode/JobConfigurations/base/reco_sbnd.fcl

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

5050
#include "sbnd_trackcalo_skimmer.fcl"
51+
#include "crtskim_sbnd.fcl"
5152
#include "pmtskim_sbnd.fcl"
5253

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

256257
analyzers:{
257258
caloskim: @local::caloskim_nodigits_goldentracks
259+
crtskim: @local::crtskim_sbnd
258260
pmtskim: @local::pmtskim_sbnd
259261
supera: @local::sbnd_supera
260262
superampvmpr: @local::sbnd_supera_mpvmpr
261263
}
262264

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

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

0 commit comments

Comments
 (0)