Skip to content
Snippets Groups Projects

add first version of a filter handle

Merged Nils Erik Krumnack requested to merge krumnack/athena:filter_handle into 21.2
Files
8
@@ -6,6 +6,7 @@
#define GOODRUNSLISTS_GRLSELECTORALG_H 1
#include <AnaAlgorithm/AnaAlgorithm.h>
#include <AnaAlgorithm/FilterReporterParams.h>
#include <AsgTools/ToolHandle.h> //included under assumption you'll want to use some tools! Remove if you don't!
#include "AsgAnalysisInterfaces/IGoodRunsListSelectionTool.h"
@@ -28,6 +29,7 @@ class GRLSelectorAlg: public EL::AnaAlgorithm {
private:
ToolHandle<IGoodRunsListSelectionTool> m_grlTool;
EL::FilterReporterParams m_filterParams {this};
int m_passed = 0;
int m_total = 0;
Loading