ATLAS Offline Software
Loading...
Searching...
No Matches
python.ElectronIsEMMenuDefs Namespace Reference

Functions

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

Variables

float GeV = 1000.0

Function Documentation

◆ ElectronIsEMLooseSelectorConfigDC14()

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

Definition at line 9 of file ElectronIsEMMenuDefs.py.

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

◆ ElectronIsEMMediumSelectorConfigDC14()

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

Definition at line 17 of file ElectronIsEMMenuDefs.py.

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

◆ ElectronIsEMTightSelectorConfigDC14()

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

Definition at line 25 of file ElectronIsEMMenuDefs.py.

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

◆ TrigElectronIsEMLooseSelectorConfigDC14()

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

Definition at line 33 of file ElectronIsEMMenuDefs.py.

33def TrigElectronIsEMLooseSelectorConfigDC14(theTool):
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()

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

Definition at line 41 of file ElectronIsEMMenuDefs.py.

41def TrigElectronIsEMMediumSelectorConfigDC14(theTool):
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()

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

Definition at line 49 of file ElectronIsEMMenuDefs.py.

49def TrigElectronIsEMTightSelectorConfigDC14(theTool):
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.