◆ 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
◆ 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: