-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added the option to return the full waveform #34
base: caribou
Are you sure you want to change the base?
Conversation
…gured but no DAQ ist started and no readout is attempted.
…applied on neighbors to seed pixels.
Caribou apts
AD: Fixed `ts_i` reset condition.
…mps instead of trigger ids.
…d of trigger ids.
Caribou apts
Caribou dsipm
This needs updating since we have waveform support in StandardPlane now. @lhuth I'll leave this down for reference anyway, feel free to use this PR for updates. |
Caribou lab
Aye - I'll take care of it later (or tomorrow) |
63 changed files? Seems odd. Could you make sure to use my latest caribou branch and add towards that? |
I assumed that this will change after you update your branch :) I'll check again... |
🚀 |
|
Autoformatting was mindblowing :)... Readme is updated... |
* `threshold_low`: Threshold in ADC counts to add to a cluster with a seed hit with a charge above `threshold_trig`. Defaults to 101 | ||
* `use_time_stamp`: Defines if a time stamp is added to the event. Defaults to `false` | ||
* "use_waveform": Copy the full waveform with a pixel hit. If set, `threshold_trig` and `threshold_low` are ignored. Defaults to `false` | ||
* `wavefrom_filename`: Name of a potential file to txt dump the waveforms. Defaultts to "". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wavefrom_filename -> waveform_filename
Defaultts -> Defaultts
Add that waveform files are only written if filename is not empty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and single backticks around use_waveform
bccd51c
to
f7b6f9b
Compare
For now, this is a hacky approach to reading the full waveform to corry. On the longer term I'd like to improve this... but for now it works as long as one configures the EventLoaderEUDAQ2 correctly. Compare https://gitlab.cern.ch/corryvreckan/corryvreckan/-/merge_requests/535