Skip to content

Commit f6b3e37

Browse files
Merge pull request #482 from SBNSoftware/bugfix/reco_ci
Fix CI from reco refactoring
2 parents 2993d65 + 4cc1da1 commit f6b3e37

5 files changed

Lines changed: 16 additions & 5 deletions

File tree

sbndcode/Commissioning/fcls/reco1_sce_comm.fcl renamed to sbndcode/Commissioning/fcls/reco1_comm.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "hitdumpermodule.fcl"
2-
#include "reco1_sce.fcl"
2+
#include "reco1_selectivedrops.fcl"
33

44
process_name: Reco1Comm
55

sbndcode/JobConfigurations/standard/detvar_downstream/reco1_sce_lite_detvar.fcl

Lines changed: 0 additions & 3 deletions
This file was deleted.

sbndcode/JobConfigurations/standard/reco/config/drops_reco1.fcl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@ sbnd_reco1_drops_keep_rawopdetwf: [
2424
, @sequence::sbnd_reco1_ml_drops
2525
]
2626

27+
sbnd_reco1_drops_selective: [ #Needed to maintain earlier workflows where some products are not needed but others are
28+
"keep *_*_*_*"
29+
, "drop raw::OpDetWaveforms_*_*_*"
30+
, "drop *raw::RawDigits*_*_*_*"
31+
, "drop sim::OpDetBacktrackerRecords_*_*_*"
32+
, "drop *_fasthit_*_*"
33+
, "drop *_cluster3d_*_*" #drop all mlreco output
34+
]
35+
2736
END_PROLOG

sbndcode/JobConfigurations/standard/reco/reco1_data.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "wcsp_data_sbnd.fcl"
2-
#include "reco1_sce_lite.fcl"
2+
#include "standard_reco1_sbnd.fcl"
33

44
physics.producers:
55
{
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#include "standard_reco1_sbnd.fcl"
2+
3+
outputs.out1.outputCommands: [
4+
@sequence::sbnd_reco1_drops_selective
5+
]

0 commit comments

Comments
 (0)