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

Classes

class  TestNObjectMinimal
class  TestNObjectErrors
class  TestObjN

Variables

dict FAMILY
dict TAG

Detailed Description

Unit tests for the N-object pT selectors: EL_N, MU_N, JET_N, PH_N, TAU_N,
LJET_N, OBJ_N. All build CP::NObjectPtSelectorAlg, differing only in source.

Variable Documentation

◆ FAMILY

dict python.EventSelectionConfigNObject_unitTest.FAMILY
Initial value:
= {
"EL_N": ("electrons", "AnaElectrons"),
"MU_N": ("muons", "AnaMuons"),
"JET_N": ("jets", "AnaJets"),
"PH_N": ("photons", "AnaPhotons"),
"TAU_N": ("taus", "AnaTaus"),
"LJET_N": ("largeRjets", "AnaLRJets"),
}

Definition at line 10 of file EventSelectionConfigNObject_unitTest.py.

◆ TAG

dict python.EventSelectionConfigNObject_unitTest.TAG
Initial value:
= {"EL_N": "NEL", "MU_N": "NMU", "JET_N": "NJET", "PH_N": "NPH",
"TAU_N": "NTAU", "LJET_N": "NLJET"}

Definition at line 18 of file EventSelectionConfigNObject_unitTest.py.