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:
1= {
2 "EL_N": ("electrons", "AnaElectrons"),
3 "MU_N": ("muons", "AnaMuons"),
4 "JET_N": ("jets", "AnaJets"),
5 "PH_N": ("photons", "AnaPhotons"),
6 "TAU_N": ("taus", "AnaTaus"),
7 "LJET_N": ("largeRjets", "AnaLRJets"),
8}

Definition at line 10 of file EventSelectionConfigNObject_unitTest.py.

◆ TAG

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

Definition at line 18 of file EventSelectionConfigNObject_unitTest.py.