We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a492b43 commit 0f63559Copy full SHA for 0f63559
1 file changed
sbncode/CAFMaker/CAFMaker_module.cc
@@ -1671,7 +1671,7 @@ void CAFMaker::produce(art::Event& evt) noexcept {
1671
{
1672
//Get all of the special PMT Beam Signals (to use as an opFlash reference time below)
1673
art::Handle<std::vector<sbn::timing::PMTBeamSignal>> PMTBeamSignal_handle;
1674
- GetByLabelStrict(evt, fParams.PMTBeamSignalLabel(), PMTBeamSignal_handle);
+ GetByLabelIfExists(evt, fParams.PMTBeamSignalLabel(), PMTBeamSignal_handle);
1675
1676
for (const std::string& pandora_tag_suffix : pandora_tag_suffixes) {
1677
art::Handle<std::vector<recob::OpFlash>> flashes_handle;
0 commit comments