Skip to content
Snippets Groups Projects
Commit a9d5fa62 authored by Christos Anastopoulos's avatar Christos Anastopoulos Committed by Walter Lampl
Browse files

rm unused IAsgElectronMultiLeptonSelector.h

parent 1acf91bc
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
#include "EgammaAnalysisInterfaces/IAsgEGammaIsEMSelector.h"
#include "EgammaAnalysisInterfaces/IAsgElectronIsEMSelector.h"
#include "EgammaAnalysisInterfaces/IAsgElectronLikelihoodTool.h"
#include "EgammaAnalysisInterfaces/IAsgElectronMultiLeptonSelector.h"
#include "EgammaAnalysisInterfaces/IAsgForwardElectronIsEMSelector.h"
#include "EgammaAnalysisInterfaces/IAsgPhotonIsEMSelector.h"
#include "EgammaAnalysisInterfaces/IEGammaAmbiguityTool.h"
......
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef EGAMMAANALYSISINTERFACES__IASGELECTRONMULTILEPTONSELECTOR__
#define EGAMMAANALYSISINTERFACES__IASGELECTRONMULTILEPTONSELECTOR__
/**
@class IAsgElectronMultiLeptonSelector
@brief Interface to tool to select electrons
12-MAR-2014, convert to ASG tool
*/
// Include the interfaces
#include "PATCore/IAsgSelectionTool.h"
#include "xAODEgamma/ElectronFwd.h"
class IAsgElectronMultiLeptonSelector : virtual public IAsgSelectionTool
{
ASG_TOOL_INTERFACE(IAsgElectronMultiLeptonSelector)
public:
/// @name IAsgElectronMultiLeptonSelector methods in addition to the IAsgSelectionTool ones
///{@
/// accept with pointer to IParticle so as to not hide the IAsgSelectionTool one
virtual asg::AcceptData accept( const xAOD::IParticle* part ) const = 0;
/// accept method with pointer to electron */
virtual asg::AcceptData accept( const xAOD::Electron* part ) const = 0;
///Method to get the operating point */
virtual std::string getOperatingPointName( ) const=0;
///@}
///Virtual Destructor*/
virtual ~IAsgElectronMultiLeptonSelector() {};
}; // End: class definition
#endif
......@@ -3,7 +3,6 @@
<class name="IAsgElectronIsEMSelector" />
<class name="IAsgForwardElectronIsEMSelector" />
<class name="IAsgPhotonIsEMSelector" />
<class name="IAsgElectronMultiLeptonSelector" />
<class name="IAsgElectronLikelihoodTool" />
<class name="IEGammaAmbiguityTool" />
<class name="IAsgDeadHVCellRemovalTool" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment