ATLAS Offline Software
Loading...
Searching...
No Matches
python.EventSelectionConfigExpr_unitTest.TestExprInconsistent Class Reference
Inheritance diagram for python.EventSelectionConfigExpr_unitTest.TestExprInconsistent:
Collaboration diagram for python.EventSelectionConfigExpr_unitTest.TestExprInconsistent:

Public Member Functions

 test_inconsistent (self)

Static Public Attributes

list CASES

Detailed Description

Definition at line 54 of file EventSelectionConfigExpr_unitTest.py.

Member Function Documentation

◆ test_inconsistent()

python.EventSelectionConfigExpr_unitTest.TestExprInconsistent.test_inconsistent ( self)

Definition at line 65 of file EventSelectionConfigExpr_unitTest.py.

65 def test_inconsistent(self):
66 for line in self.CASES:
67 with self.subTest(line=line):
68 self.assertRaises(InconsistentSettingsError, run, line, containers=ALL)
69
70

Member Data Documentation

◆ CASES

list python.EventSelectionConfigExpr_unitTest.TestExprInconsistent.CASES
static
Initial value:
= [
"EXPR dR(jet[0]) < 1.0",
"EXPR dR(jet[0], jet[1], jet[2]) < 1.0",
"EXPR eta(met) < 1.0",
"EXPR dR(met, jet[0]) < 1.0",
"EXPR pt(met[0]) > 30000",
"EXPR pt(met+jet[0]) > 30000",
"EXPR dR(jet[0]+jet[1]) < 1.0",
"EXPR pt(jet) > 30000",
]

Definition at line 55 of file EventSelectionConfigExpr_unitTest.py.


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