Skip to content

Commit 683fe0a

Browse files
committed
Don't drop raw event headers in CRT-only data reco workflow
1 parent 97b7c7d commit 683fe0a

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)