ATLAS Offline Software
Functions | Variables
python.ElectronIsEMMenuDefs Namespace Reference

Functions

def ElectronIsEMLooseSelectorConfigDC14 (theTool)
 
def ElectronIsEMMediumSelectorConfigDC14 (theTool)
 
def ElectronIsEMTightSelectorConfigDC14 (theTool)
 
def TrigElectronIsEMLooseSelectorConfigDC14 (theTool)
 
def TrigElectronIsEMMediumSelectorConfigDC14 (theTool)
 
def TrigElectronIsEMTightSelectorConfigDC14 (theTool)
 

Variables

float GeV = 1000.0
 

Function Documentation

◆ ElectronIsEMLooseSelectorConfigDC14()

def python.ElectronIsEMMenuDefs.ElectronIsEMLooseSelectorConfigDC14 (   theTool)
These are the cut base isEM definitions: Loose

Definition at line 9 of file ElectronIsEMMenuDefs.py.

10  '''
11  These are the cut base isEM definitions: Loose
12  '''
13 
14  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20150329/ElectronIsEMLooseSelectorCutDefs.conf"
15 
16 

◆ ElectronIsEMMediumSelectorConfigDC14()

def python.ElectronIsEMMenuDefs.ElectronIsEMMediumSelectorConfigDC14 (   theTool)
These are the cut base isEM definitions: Medium

Definition at line 17 of file ElectronIsEMMenuDefs.py.

18  '''
19  These are the cut base isEM definitions: Medium
20  '''
21 
22  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20150329/ElectronIsEMMediumSelectorCutDefs.conf"
23 
24 

◆ ElectronIsEMTightSelectorConfigDC14()

def python.ElectronIsEMMenuDefs.ElectronIsEMTightSelectorConfigDC14 (   theTool)
These are the cut base isEM definitions: Tight

Definition at line 25 of file ElectronIsEMMenuDefs.py.

26  '''
27  These are the cut base isEM definitions: Tight
28  '''
29 
30  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20150329/ElectronIsEMTightSelectorCutDefs.conf"
31 
32 

◆ TrigElectronIsEMLooseSelectorConfigDC14()

def python.ElectronIsEMMenuDefs.TrigElectronIsEMLooseSelectorConfigDC14 (   theTool)
This is for the Loose isEM definitions for the Trigger.

Definition at line 33 of file ElectronIsEMMenuDefs.py.

34  '''
35  This is for the Loose isEM definitions for the Trigger.
36  '''
37 
38  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/mc15_20150329/ElectronIsEMLooseSelectorCutDefs.conf"
39 
40 

◆ TrigElectronIsEMMediumSelectorConfigDC14()

def python.ElectronIsEMMenuDefs.TrigElectronIsEMMediumSelectorConfigDC14 (   theTool)
This is for the Medium++ isEM definitions for the LATEST Trigger.

Definition at line 41 of file ElectronIsEMMenuDefs.py.

42  '''
43  This is for the Medium++ isEM definitions for the LATEST Trigger.
44  '''
45 
46  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/mc15_20150329/ElectronIsEMMediumSelectorCutDefs.conf"
47 
48 

◆ TrigElectronIsEMTightSelectorConfigDC14()

def python.ElectronIsEMMenuDefs.TrigElectronIsEMTightSelectorConfigDC14 (   theTool)
This is for the Tight MC15 LATEST isEM definitions for the Trigger.

Definition at line 49 of file ElectronIsEMMenuDefs.py.

50  '''
51  This is for the Tight MC15 LATEST isEM definitions for the Trigger.
52  '''
53 
54  theTool.ConfigFile = "ElectronPhotonSelectorTools/trigger/mc15_20150329/ElectronIsEMTightSelectorCutDefs.conf"

Variable Documentation

◆ GeV

float python.ElectronIsEMMenuDefs.GeV = 1000.0

Definition at line 6 of file ElectronIsEMMenuDefs.py.

python.ElectronIsEMMenuDefs.ElectronIsEMLooseSelectorConfigDC14
def ElectronIsEMLooseSelectorConfigDC14(theTool)
Definition: ElectronIsEMMenuDefs.py:9
python.ElectronIsEMMenuDefs.TrigElectronIsEMTightSelectorConfigDC14
def TrigElectronIsEMTightSelectorConfigDC14(theTool)
Definition: ElectronIsEMMenuDefs.py:49
python.ElectronIsEMMenuDefs.TrigElectronIsEMMediumSelectorConfigDC14
def TrigElectronIsEMMediumSelectorConfigDC14(theTool)
Definition: ElectronIsEMMenuDefs.py:41
python.ElectronIsEMMenuDefs.ElectronIsEMMediumSelectorConfigDC14
def ElectronIsEMMediumSelectorConfigDC14(theTool)
Definition: ElectronIsEMMenuDefs.py:17
python.ElectronIsEMMenuDefs.ElectronIsEMTightSelectorConfigDC14
def ElectronIsEMTightSelectorConfigDC14(theTool)
Definition: ElectronIsEMMenuDefs.py:25
python.ElectronIsEMMenuDefs.TrigElectronIsEMLooseSelectorConfigDC14
def TrigElectronIsEMLooseSelectorConfigDC14(theTool)
Definition: ElectronIsEMMenuDefs.py:33