Fix and clean-up TrackResChecker
Compare changes
@@ -38,8 +38,8 @@
@@ -50,7 +50,7 @@ public:
@@ -71,10 +71,6 @@ private:
@@ -120,7 +116,7 @@ const IHistoTool* TrackResChecker::createHistoTool( const std::string& name ) co
In this MR the input of TrackResChecker
is changed to LHCb::Tracks
to avoid possible bugs when using Track::Selection
, see Moore!1015 (merged). Also includes a small clean-up of unused properties.
Goes with Moore!1015 (merged)