Skip to content
Snippets Groups Projects

Follow changes in LHCb!2854 -- cleanup UT code

Merged Gerhard Raven requested to merge ut-cleanup into master
Files
41
@@ -37,8 +37,7 @@ public:
StatusCode finalize() override;
private:
PublicToolHandle<IUTClusterSelector> m_clusterSelector{this, "Selector",
"UTSelectClustersByChannel/" + detType() + "Selector"};
PublicToolHandle<IUTClusterSelector> m_clusterSelector{this, "Selector", "UTSelectClustersByChannel/UTSelector"};
mutable Gaudi::Accumulators::BinomialCounter<> m_selected{this, "fraction of clusters selected"};
};
Loading