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

Public Member Functions

 test_debugmode_runs_and_keeps_selectors (self)

Detailed Description

Definition at line 83 of file EventSelectionConfigChaining_unitTest.py.

Member Function Documentation

◆ test_debugmode_runs_and_keeps_selectors()

python.EventSelectionConfigChaining_unitTest.TestDebugMode.test_debugmode_runs_and_keeps_selectors ( self)

Definition at line 84 of file EventSelectionConfigChaining_unitTest.py.

84 def test_debugmode_runs_and_keeps_selectors(self):
85 # debugMode registers a per-cut output branch; here we assert it does not
86 # perturb the selector algorithms or raise during configuration.
87 algs = selectors(run("JET_N 30000 >= 2", containers={"jets": "AnaJets"}, debugMode=True))
88 self.assertEqual(len(named(algs, "NJET")), 1)
89
90
int run(int argc, char *argv[])

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