Skip to content

Commit 1c90f1c

Browse files
committed
Update timing_instance_name with a default value to keep it consistent with PMT/CRT workflow
1 parent 2fe12fa commit 1c90f1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sbndcode/Decoders/XARAPUCA/SBNDXARAPUCADecoder_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ sbndaq::SBNDXARAPUCADecoder::SBNDXARAPUCADecoder(fhicl::ParameterSet const& p)
151151

152152
// Gets the name of the instance created by this module.
153153
fwaveforms_instance_name = p.get<std::string> ("waveforms_instance_name", "XARAPUCAChannels");
154-
ftiming_instance_name = p.get<std::string> ("timing_instance_name", "TimingReferenceInfo");
154+
ftiming_instance_name = p.get<std::string> ("timing_instance_name", "");
155155

156156
// Gets timing configuration.
157157
ftiming_priority = p.get<unsigned int> ("timing_priority", SPEC_TDC_TIMING);

sbndcode/Decoders/XARAPUCA/xarapucadecoder.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ xarapucadecoder:
2424
# OUTPUT configuration:
2525
# - Output data product instance name.
2626
waveforms_instance_name: "XARAPUCAChannels" # Name for the instance product containing the raw decoded waveforms.
27-
timing_instance_name: "TimingReferenceInfo" # Name for the instance product containing the timing reference information.
27+
timing_instance_name: "" # Name for the instance product containing the timing reference information.
2828
store_debug_waveforms: 0 # Number of waveforms to store (0: none, -1: all, n: first n waveforms).
2929
# - Debug options.
3030
debug_all: false # (De)activates all debug options.

0 commit comments

Comments
 (0)