Skip to content

Commit

Permalink
add a warning for later reference, see issues 327
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqiang-gu committed Aug 15, 2024
1 parent a21395b commit 58ac6b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sigproc/src/OmnibusNoiseFilter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ void OmnibusNoiseFilter::configure(const WireCell::Configuration& cfg)
auto jcndb = cfg["noisedb"];
m_noisedb = Factory::find_tn<IChannelNoiseDatabase>(jcndb.asString());
log->debug("using channel noise DB object: \"{}\"", jcndb.asString());
log->warn("Use of CHND is deprecated and will be removed in the future.");

// We should use multi-group channel filters, the interface below is maintained
// to ensure backwards compatibility. See:
Expand Down

0 comments on commit 58ac6b2

Please sign in to comment.