ATLAS Offline Software
ElectronIsEMMenuDefs.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2 
3 # Cnfiguration of the Electron IsEM Selector
4 
5 # Define GeV
6 GeV = 1000.0
7 
8 
10  '''
11  These are the cut base isEM definitions: Loose
12  '''
13 
14  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20150329/ElectronIsEMLooseSelectorCutDefs.conf"
15 
16 
18  '''
19  These are the cut base isEM definitions: Medium
20  '''
21 
22  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20150329/ElectronIsEMMediumSelectorCutDefs.conf"
23 
24 
26  '''
27  These are the cut base isEM definitions: Tight
28  '''
29 
30  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20150329/ElectronIsEMTightSelectorCutDefs.conf"
31 
32 
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 
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 
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"
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