Skip to content

Commit

Permalink
Turn off flash finding
Browse files Browse the repository at this point in the history
  • Loading branch information
Marjolein van Nuland - Troost committed Jun 25, 2024
1 parent 8306fa9 commit 0ae1b61
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

flow:
source: 'light/events'
stages: [timestamp_corrector, wvfm_filt, wvfm_deconv, wvfm_align, wvfm_calib, wvfm_sum, sipm_hit_finder, sum_hit_finder, flash_finder]
stages: [timestamp_corrector, wvfm_filt, wvfm_deconv, wvfm_align, wvfm_calib, wvfm_sum, sipm_hit_finder, sum_hit_finder] #, flash_finder]

# remove waveforms from output file
drop: ['light/fwvfm', 'light/deconv', 'light/swvfm', 'light/cwvfm']
Expand Down Expand Up @@ -44,5 +44,5 @@ sipm_hit_finder:
sum_hit_finder:
!include yamls/proto_nd_flow/reco/light/SumHitFinder.yaml

flash_finder:
!include yamls/proto_nd_flow/reco/light/FlashFinder.yaml
# flash_finder:
# !include yamls/proto_nd_flow/reco/light/FlashFinder.yaml

0 comments on commit 0ae1b61

Please sign in to comment.