File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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_%tc-%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+ }
Original file line number Diff line number Diff 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_*_*",
Original file line number Diff line number Diff 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_*_*",
You can’t perform that action at this time.
0 commit comments