ATLAS Offline Software
Public Member Functions | List of all members
ISF::IEventFilterTool Class Referenceabstract

#include <IEventFilterTool.h>

Inheritance diagram for ISF::IEventFilterTool:
Collaboration diagram for ISF::IEventFilterTool:

Public Member Functions

virtual ~IEventFilterTool ()
 Virtual destructor. More...
 
 DeclareInterfaceID (IEventFilterTool, 1, 0)
 Creates the InterfaceID and interfaceID() method. More...
 
virtual bool eventPassesFilter () const =0
 Check that the current event passes this filter. More...
 

Detailed Description

Author
John.Chapman -at- cern.ch

Definition at line 22 of file IEventFilterTool.h.

Constructor & Destructor Documentation

◆ ~IEventFilterTool()

virtual ISF::IEventFilterTool::~IEventFilterTool ( )
inlinevirtual

Virtual destructor.

Definition at line 26 of file IEventFilterTool.h.

26 {}

Member Function Documentation

◆ DeclareInterfaceID()

ISF::IEventFilterTool::DeclareInterfaceID ( IEventFilterTool  ,
,
 
)

Creates the InterfaceID and interfaceID() method.

◆ eventPassesFilter()

virtual bool ISF::IEventFilterTool::eventPassesFilter ( ) const
pure virtual

Check that the current event passes this filter.


The documentation for this class was generated from the following file: