ATLAS Offline Software
ForwardElectronIsEMMenuDefs.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2 
3 # default configuration of the Forward Electron IsEM Selectors
4 
5 # Define GeV
6 GeV = 1000.0
7 
8 
10  '''
11  These are the forward electron isEM definitions Loose
12  '''
13 
14  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20170711/ForwardElectronIsEMLooseSelectorCutDefs.conf"
15 
16 
18  '''
19  These are the forward electron isEM definitions Medium
20  '''
21 
22  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20170711/ForwardElectronIsEMMediumSelectorCutDefs.conf"
23 
24 
26  '''
27  These are the forward electron isEM definitions Tight
28  '''
29 
30  theTool.ConfigFile = "ElectronPhotonSelectorTools/offline/mc15_20170711/ForwardElectronIsEMTightSelectorCutDefs.conf"
python.ForwardElectronIsEMMenuDefs.ForwardElectronIsEMMediumSelectorConfigMC15
def ForwardElectronIsEMMediumSelectorConfigMC15(theTool)
Definition: ForwardElectronIsEMMenuDefs.py:17
python.ForwardElectronIsEMMenuDefs.ForwardElectronIsEMLooseSelectorConfigMC15
def ForwardElectronIsEMLooseSelectorConfigMC15(theTool)
Definition: ForwardElectronIsEMMenuDefs.py:9
python.ForwardElectronIsEMMenuDefs.ForwardElectronIsEMTightSelectorConfigMC15
def ForwardElectronIsEMTightSelectorConfigMC15(theTool)
Definition: ForwardElectronIsEMMenuDefs.py:25