Skip to content

Commit 378a87b

Browse files
Merge pull request #635 from SBNSoftware/feature/hlay_crt_data_fcl_updates
CRT data fcl updates
2 parents 79d59dc + 0309943 commit 378a87b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

sbndcode/CRT/CRTReco/crtrecoproducers_sbnd.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ crttrackproducer_sbnd:
8181
crttrackproducer_data_sbnd: @local::crttrackproducer_sbnd
8282
crttrackproducer_data_sbnd.CRTGeoAlg: @local::crtgeoalg_data_sbnd
8383
crttrackproducer_data_sbnd.UseTs0: true
84-
crttrackproducer_data_sbnd.MaskedTaggers: [ 0 ]
84+
crttrackproducer_data_sbnd.MaskedTaggers: [ ]
8585

8686
END_PROLOG

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)