ATLAS Offline Software
Loading...
Searching...
No Matches
LogicalExpressionFilter Namespace Reference

Classes

class  LogicalExpressionFilter

Variables

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

Variable Documentation

◆ __author__

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

Definition at line 17 of file LogicalExpressionFilter.py.

◆ __doc__

str 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__

str LogicalExpressionFilter.__version__ = "0.0.1"
private

Definition at line 16 of file LogicalExpressionFilter.py.