Skip to content

Commit 937b4b6

Browse files
Apply suggestions from GIT Copilot code review
Good catches on names and strings. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8c1e40b commit 937b4b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

icaruscode/PMT/Trigger/LVDSgates_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ art::InputTag icarus::trigger::LVDSgates::makeTag
879879
? art::InputTag{ thresholdStr }
880880
: defModule.label().empty()
881881
? throw (art::Exception(art::errors::Configuration)
882-
<< "Default module label (`TriggerGatesTag`) specified"
882+
<< "No default module label (`TriggerGatesTag`) specified"
883883
", and it's needed for threshold '" << thresholdStr << "'.\n")
884884
: art::InputTag{ defModule.label(), thresholdStr, defModule.process() }
885885
;

icaruscode/PMT/Trigger/MajorityTriggerSimulation_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ class icarus::trigger::MajorityTriggerSimulation
361361

362362
fhicl::Atom<art::InputTag> TriggerGatesTag {
363363
Name("TriggerGatesTag"),
364-
Comment("label of the input trigger gate data product (no instance name)")
364+
Comment("tag of the input trigger gate data product")
365365
};
366366

367367
fhicl::Sequence<raw::ADC_Count_t> Thresholds {

0 commit comments

Comments
 (0)