We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a338ab commit 270917bCopy full SHA for 270917b
src/algorithms/reco/Truthiness.cc
@@ -20,7 +20,8 @@
20
21
namespace eicrecon {
22
23
-void Truthiness::process(const Truthiness::Input& input, const Truthiness::Output& output) const {
+void Truthiness::process(const Truthiness::Input& input,
24
+ [[maybe_unused]] const Truthiness::Output& output) const {
25
26
const auto [mc_particles, rc_particles, associations] = input;
27
0 commit comments