Skip to content

Commit a2d4e5e

Browse files
authored
Merge pull request #836 from cerati/feature/cerati_PMTwaveforms
keep PMT waveforms in stage and add fcl to drop them later
2 parents f9f8566 + f12b222 commit a2d4e5e

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
###
2+
## This fhicl file is used to drop daqPMT from the stage0 file
3+
##
4+
5+
process_name: daqPMTdrop
6+
7+
outputs: {
8+
out1: {
9+
compressionLevel: 1
10+
dataTier: "reconstructed"
11+
fileName: "%ifb_%p.root"
12+
module_type: "RootOutput"
13+
outputCommands: [
14+
"keep *_*_*_*",
15+
"drop *_daqPMT_*_*"
16+
]
17+
saveMemoryObjectThreshold: 0
18+
}
19+
}
20+
21+
physics: {
22+
stream1: [ out1 ]
23+
end_paths: [ stream1 ]
24+
}

fcl/reco/Stage0/data/stage0_run2_icarus.fcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ outputs.rootOutput.outputCommands: [
2626
"drop artdaq::Fragments_*_*_ICARUSReprocessRaw",
2727
"drop *_*_*_DAQ*",
2828
"drop *_ophituncorrected_*_*",
29-
"drop *_daqPMT_*_*",
3029
"drop *_daqPMTonbeam_*_*",
3130
"drop *_daqCRT_*_*",
3231
"drop *_daqTPCROI_*_*",

fcl/reco/Stage0/data/stage0_run2_wc_icarus.fcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ outputs.rootOutput.outputCommands: [
2727
"drop artdaq::Fragments_*_*_ICARUSReprocessRaw",
2828
"drop *_*_*_DAQ*",
2929
"drop *_ophituncorrected_*_*",
30-
"drop *_daqPMT_*_*",
3130
"drop *_daqPMTonbeam_*_*",
3231
"drop *_daqCRT_*_*",
3332
"drop *_daqTPCROI_*_*",

0 commit comments

Comments
 (0)