ATLAS Offline Software
Loading...
Searching...
No Matches
ElectronRingerSelectorDefs Namespace Reference

Classes

class  BaseElectronSelectorConf
class  ElectronRingerSelectorTestLoose
class  ElectronRingerSelectorTestMedium
class  ElectronRingerSelectorTestNoCut
class  ElectronRingerSelectorTestTight

Functions

 removeClusterCutsFromIsEMMask (CutIDIsEMMask)

Variables

 mlog = logging.getLogger( 'ElectronRingerSelectorDefs.py' )

Function Documentation

◆ removeClusterCutsFromIsEMMask()

ElectronRingerSelectorDefs.removeClusterCutsFromIsEMMask ( CutIDIsEMMask)

Definition at line 22 of file ElectronRingerSelectorDefs.py.

22def removeClusterCutsFromIsEMMask(CutIDIsEMMask):
23 "Remove egammaPID Electron Calorimeter cuts from isEM"
24 CutIDIsEMMask = CutIDIsEMMask & (~egammaPID.CALO_ELECTRON)
25

Variable Documentation

◆ mlog

ElectronRingerSelectorDefs.mlog = logging.getLogger( 'ElectronRingerSelectorDefs.py' )

Definition at line 4 of file ElectronRingerSelectorDefs.py.