Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions yamls/ndlar_flow/reco/light/SiPMHitFinder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ classname: WaveformHitFinder # light/hit_finder.py
path: proto_nd_flow.reco.light.hit_finder
requires:
- 'light/cwvfm'
- 'light/cwvfm_rms'
- 'light/cwvfm/alignment'
- 'light/t_ns'
params:
Expand Down
3 changes: 2 additions & 1 deletion yamls/ndlar_flow/reco/light/SumHitFinder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ classname: WaveformHitFinder # light/hit_finder.py
path: proto_nd_flow.reco.light.hit_finder
requires:
- 'light/swvfm'
- 'light/swvfm_rms'
- 'light/swvfm/alignment'
- 'light/t_ns'
params:
Expand Down Expand Up @@ -29,4 +30,4 @@ params:
rising_edge: False
prompt_window: 200.0
long_window: 3200.0
tick_duration: 16.0
tick_duration: 16.0
2 changes: 1 addition & 1 deletion yamls/ndlar_flow/reco/light/SumTPCHitFinder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ params:
rising_edge: False
prompt_window: 200.0
long_window: 3200.0
tick_duration: 16.0
tick_duration: 16.0
2 changes: 2 additions & 0 deletions yamls/ndlar_flow/reco/light/WaveformCalib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ classname: WaveformCalib
path: proto_nd_flow.reco.light.wvfm_calib
requires:
- 'light/events'
- 'light/events/rms'
- 'light/fwvfm'
- 'light/fwvfm/alignment'
params:
# input
wvfm_dset_name: 'light/fwvfm'

# Note: rms_dset_name is automatically constructed as '<source_name>/rms' in code
# output
cwvfm_dset_name: 'light/cwvfm'

Expand Down
1 change: 1 addition & 0 deletions yamls/ndlar_flow/reco/light/WaveformNoiseFilter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ params:
# input
wvfm_dset_name: 'light/wvfm'

# Note: rms and baseline are automatically created as subdatasets of source (light/events/rms, light/events/baseline)
# output(s)
fwvfm_dset_name: 'light/fwvfm'
noise_dset_name: 'light/fwvfm_noise'
Expand Down
3 changes: 2 additions & 1 deletion yamls/ndlar_flow/reco/light/WaveformSum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ requires:
- 'light/events'
- 'light/cwvfm'
- 'light/cwvfm/alignment'
- 'light/cwvfm_rms'
params:
# input
wvfm_dset_name: 'light/cwvfm'

# output
swvfm_dset_name: 'light/swvfm'
swvfm_dset_name: 'light/swvfm'
Loading