Skip to content

Commit 97ec8b2

Browse files
authored
Don't drop raw event headers in CRT-only data reco workflow
1 parent ebd352f commit 97ec8b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sbndcode/CRT/CRTReco/run_crtreco_data.fcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ physics.producers.crtspacepoints: @local::crtspacepointproducer_data_sbnd
1212
physics.producers.crttracks: @local::crttrackproducer_data_sbnd
1313

1414
outputs.out1.outputCommands: [ "keep *_*_*_*",
15-
"drop *_daq_*_*" ]
15+
"drop *_daq_*_*",
16+
"keep *_daq_RawEventHeader_*" ]

0 commit comments

Comments
 (0)