From f193300e59c5fe68204812f18d3b08de8ff7454c Mon Sep 17 00:00:00 2001 From: Giuseppe Cerati Date: Mon, 23 Jun 2025 14:43:34 -0500 Subject: [PATCH 1/2] keep PMT waveforms in stage and add fcl to drop them later --- fcl/reco/Stage0/data/stage0_daqPMT_drop.fcl | 24 +++++++++++++++++++ fcl/reco/Stage0/data/stage0_run2_icarus.fcl | 1 - .../Stage0/data/stage0_run2_wc_icarus.fcl | 1 - 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 fcl/reco/Stage0/data/stage0_daqPMT_drop.fcl diff --git a/fcl/reco/Stage0/data/stage0_daqPMT_drop.fcl b/fcl/reco/Stage0/data/stage0_daqPMT_drop.fcl new file mode 100644 index 000000000..96ab2c1e6 --- /dev/null +++ b/fcl/reco/Stage0/data/stage0_daqPMT_drop.fcl @@ -0,0 +1,24 @@ +### +## This fhicl file is used to drop daqPMT from the stage0 file +## + +process_name: daqPMTdrop + +outputs: { + out1: { + compressionLevel: 1 + dataTier: "reconstructed" + fileName: "%ifb_%tc-%p.root" + module_type: "RootOutput" + outputCommands: [ + "keep *_*_*_*", + "drop *_daqPMT_*_*" + ] + saveMemoryObjectThreshold: 0 + } +} + +physics: { + stream1: [ out1 ] + end_paths: [ stream1 ] +} diff --git a/fcl/reco/Stage0/data/stage0_run2_icarus.fcl b/fcl/reco/Stage0/data/stage0_run2_icarus.fcl index 310989d10..bf5b6dbea 100644 --- a/fcl/reco/Stage0/data/stage0_run2_icarus.fcl +++ b/fcl/reco/Stage0/data/stage0_run2_icarus.fcl @@ -26,7 +26,6 @@ outputs.rootOutput.outputCommands: [ "drop artdaq::Fragments_*_*_ICARUSReprocessRaw", "drop *_*_*_DAQ*", "drop *_ophituncorrected_*_*", - "drop *_daqPMT_*_*", "drop *_daqPMTonbeam_*_*", "drop *_daqCRT_*_*", "drop *_daqTPCROI_*_*", diff --git a/fcl/reco/Stage0/data/stage0_run2_wc_icarus.fcl b/fcl/reco/Stage0/data/stage0_run2_wc_icarus.fcl index b71ca6afb..e52af57c9 100644 --- a/fcl/reco/Stage0/data/stage0_run2_wc_icarus.fcl +++ b/fcl/reco/Stage0/data/stage0_run2_wc_icarus.fcl @@ -27,7 +27,6 @@ outputs.rootOutput.outputCommands: [ "drop artdaq::Fragments_*_*_ICARUSReprocessRaw", "drop *_*_*_DAQ*", "drop *_ophituncorrected_*_*", - "drop *_daqPMT_*_*", "drop *_daqPMTonbeam_*_*", "drop *_daqCRT_*_*", "drop *_daqTPCROI_*_*", From f12b2228fd6802fdb4c11c652851933b7f6ba71d Mon Sep 17 00:00:00 2001 From: Giuseppe Cerati Date: Mon, 23 Jun 2025 15:56:04 -0500 Subject: [PATCH 2/2] no additional timestamp in file name --- fcl/reco/Stage0/data/stage0_daqPMT_drop.fcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcl/reco/Stage0/data/stage0_daqPMT_drop.fcl b/fcl/reco/Stage0/data/stage0_daqPMT_drop.fcl index 96ab2c1e6..844c9871b 100644 --- a/fcl/reco/Stage0/data/stage0_daqPMT_drop.fcl +++ b/fcl/reco/Stage0/data/stage0_daqPMT_drop.fcl @@ -8,7 +8,7 @@ outputs: { out1: { compressionLevel: 1 dataTier: "reconstructed" - fileName: "%ifb_%tc-%p.root" + fileName: "%ifb_%p.root" module_type: "RootOutput" outputCommands: [ "keep *_*_*_*",