Skip to content

Commit 2f7ff45

Browse files
committed
Add version number and update number of debug waveforms to 0
1 parent 60036c5 commit 2f7ff45

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

sbndcode/Decoders/XARAPUCA/SBNDXARAPUCADecoder_module.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* the SBN Document 43891-v1 in the SBN Document Database.
1414
* @note A Python version of the binary decoding is available for testing purposes. You can find
1515
* it [here: V1740 binary decoder](https://github.com/aliciavr/V1740_binary_decoder).
16+
* @version 4.0
1617
*/
1718

1819
#include "art/Framework/Core/EDProducer.h"

sbndcode/Decoders/XARAPUCA/xarapucadecoder.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ xarapucadecoder:
3232
# - Output data product instance name.
3333
waveforms_instance_name: "XARAPUCAChannels" # Name for the instance product containing the raw decoded waveforms.
3434
timing_ref_instance_name: "" # Name for the instance product containing the timing reference information.
35-
store_debug_waveforms: -1 # Number of waveforms to store (0: none, -1: all, n: first n waveforms).
35+
store_debug_waveforms: 0 # Number of waveforms to store (0: none, -1: all, n: first n waveforms).
3636
# - Debug options.
3737
debug_tdc_handle: false # (De)activates SPEC-TDC art::Handle information printing.
3838
debug_ptb_handle: false # (De)activates PTB art::Handle information printing.

0 commit comments

Comments
 (0)