ATLAS Offline Software
Classes | Variables
LogicalExpressionFilter Namespace Reference

Classes

class  LogicalExpressionFilter
 

Variables

string __doc__ = """This algorithm combines the results of one or more filters"""
 ============================================================================== Name: LogicalExpressionFilter.py More...
 
string __version__ = "0.0.1"
 
string __author__ = "Will Buttinger <will@cern.ch>"
 

Variable Documentation

◆ __author__

string LogicalExpressionFilter.__author__ = "Will Buttinger <will@cern.ch>"
private

Definition at line 17 of file LogicalExpressionFilter.py.

◆ __doc__

string LogicalExpressionFilter.__doc__ = """This algorithm combines the results of one or more filters"""
private

============================================================================== Name: LogicalExpressionFilter.py

Author: Will Buttinger Created: November 2014

Description: This algorithm combines the results of one or more filters .. It is similar to LogicalFilterCombiner (from PrimaryDPDMaker) except it manages its own filters It is efficient: only 'executes' the filters if necessary


Definition at line 15 of file LogicalExpressionFilter.py.

◆ __version__

string LogicalExpressionFilter.__version__ = "0.0.1"
private

Definition at line 16 of file LogicalExpressionFilter.py.