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

Functions

 ForwardElectronIsEMLooseSelectorConfigMC15 (theTool)
 ForwardElectronIsEMMediumSelectorConfigMC15 (theTool)
 ForwardElectronIsEMTightSelectorConfigMC15 (theTool)

Variables

float GeV = 1000.0

Function Documentation

◆ ForwardElectronIsEMLooseSelectorConfigMC15()

python.ForwardElectronIsEMMenuDefs.ForwardElectronIsEMLooseSelectorConfigMC15 ( theTool)
These are the forward electron isEM definitions Loose

Definition at line 9 of file ForwardElectronIsEMMenuDefs.py.

9def ForwardElectronIsEMLooseSelectorConfigMC15(theTool):
10 '''
11 These are the forward electron isEM definitions Loose
12 '''
13
14 theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20170711/ForwardElectronIsEMLooseSelectorCutDefs.conf"
15
16

◆ ForwardElectronIsEMMediumSelectorConfigMC15()

python.ForwardElectronIsEMMenuDefs.ForwardElectronIsEMMediumSelectorConfigMC15 ( theTool)
These are the forward electron isEM definitions  Medium

Definition at line 17 of file ForwardElectronIsEMMenuDefs.py.

17def ForwardElectronIsEMMediumSelectorConfigMC15(theTool):
18 '''
19 These are the forward electron isEM definitions Medium
20 '''
21
22 theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20170711/ForwardElectronIsEMMediumSelectorCutDefs.conf"
23
24

◆ ForwardElectronIsEMTightSelectorConfigMC15()

python.ForwardElectronIsEMMenuDefs.ForwardElectronIsEMTightSelectorConfigMC15 ( theTool)
These are the forward electron isEM definitions  Tight

Definition at line 25 of file ForwardElectronIsEMMenuDefs.py.

25def ForwardElectronIsEMTightSelectorConfigMC15(theTool):
26 '''
27 These are the forward electron isEM definitions Tight
28 '''
29
30 theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20170711/ForwardElectronIsEMTightSelectorCutDefs.conf"

Variable Documentation

◆ GeV

float python.ForwardElectronIsEMMenuDefs.GeV = 1000.0

Definition at line 6 of file ForwardElectronIsEMMenuDefs.py.