ATLAS Offline Software
Loading...
Searching...
No Matches
python.EventSelectionConfigExpr_unitTest Namespace Reference

Classes

class  TestExprHappyPath
class  TestExprInconsistent
class  TestExprUnavailable
class  TestExprMissingInput

Variables

 ALL

Detailed Description

Unit tests for the generic EXPR object-kinematic cuts.

The config-time validation (compatibility matrix + the two error classes) runs
before any algorithm is created, so the error tests pass without the C++
component. The happy-path tests require CP::ObjectKinematicSelectorAlg to be
built (they instantiate it through the real accumulator).

Variable Documentation

◆ ALL

python.EventSelectionConfigExpr_unitTest.ALL
Initial value:
1= dict(electrons="AnaElectrons", muons="AnaMuons", taus="AnaTaus", jets="AnaJets",
2 largeRjets="AnaLRJets", photons="AnaPhotons", met="AnaMET", btagDecoration="btag")

Definition at line 16 of file EventSelectionConfigExpr_unitTest.py.