ATLAS Offline Software
Classes | Functions | Variables
ElectronRingerSelectorDefs Namespace Reference

Classes

class  BaseElectronSelectorConf
 
class  ElectronRingerSelectorTestLoose
 
class  ElectronRingerSelectorTestMedium
 
class  ElectronRingerSelectorTestNoCut
 
class  ElectronRingerSelectorTestTight
 

Functions

def removeClusterCutsFromIsEMMask (CutIDIsEMMask)
 

Variables

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

Function Documentation

◆ removeClusterCutsFromIsEMMask()

def ElectronRingerSelectorDefs.removeClusterCutsFromIsEMMask (   CutIDIsEMMask)

Definition at line 22 of file ElectronRingerSelectorDefs.py.

22 def 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.

ElectronRingerSelectorDefs.removeClusterCutsFromIsEMMask
def removeClusterCutsFromIsEMMask(CutIDIsEMMask)
Definition: ElectronRingerSelectorDefs.py:22