Skip to content
Snippets Groups Projects

EventUtils: Delete unused ParticleSortingAlg/Tool

Merged Frank Winklmeier requested to merge fwinkl/athena:particlesortingalg into master
5 files
+ 0
812
Compare changes
  • Side-by-side
  • Inline
Files
5
#include "../ParticleSortingTool.h"
#include "../ParticleSortingAlg.h"
#include "../CutTool.h"
#include "../CutTool.h"
#include "../CutAlg.h"
#include "../CutAlg.h"
#include "../ParticleSelectionTool.h"
#include "../ParticleSelectionTool.h"
@@ -9,8 +7,6 @@
@@ -9,8 +7,6 @@
#include "../TriggerSelectionAlg.h"
#include "../TriggerSelectionAlg.h"
#include "../EventDecisionAlg.h"
#include "../EventDecisionAlg.h"
DECLARE_COMPONENT( ParticleSortingTool )
DECLARE_COMPONENT( ParticleSortingAlg )
DECLARE_COMPONENT( CutTool )
DECLARE_COMPONENT( CutTool )
DECLARE_COMPONENT( CutAlg )
DECLARE_COMPONENT( CutAlg )
DECLARE_COMPONENT( ParticleSelectionTool )
DECLARE_COMPONENT( ParticleSelectionTool )
Loading