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

Functions

 MuonSelectorConfig (theTool)
 MuonSelectorConfig2011 (theTool)
 CaloMuonSelectorConfig (theTool)
 StandAloneMuonSelectorConfig (theTool)

Variables

float GeV = 1000.0

Function Documentation

◆ CaloMuonSelectorConfig()

python.MuonSelectorCutDefs.CaloMuonSelectorConfig ( theTool)
This defines the cut values for the muon

Definition at line 48 of file MuonSelectorCutDefs.py.

48def CaloMuonSelectorConfig(theTool) :
49 """
50 This defines the cut values for the muon
51 """
52 theTool = GetTool(theTool)
53 theTool.nPixMin = 1
54 theTool.nSCTMin = 5
55 theTool.nIDHolesMax = 2
56 theTool.etaMax = 1.9
57 theTool.etaMin = 0.1
58 theTool.caloEtaMax = 0.1
59 theTool.caloMuonIDTagMin = 11
60 theTool.caloLRLikelihoodMin = 0.9
61 pass
62

◆ MuonSelectorConfig()

python.MuonSelectorCutDefs.MuonSelectorConfig ( theTool)
This defines the cut values for the muon

Definition at line 21 of file MuonSelectorCutDefs.py.

21def MuonSelectorConfig(theTool) :
22 """
23 This defines the cut values for the muon
24 """
25 theTool = GetTool(theTool)
26 theTool.nPixMin = 1
27 theTool.nSCTMin = 5
28 theTool.nIDHolesMax = 2
29 theTool.etaMax = 1.9
30 theTool.etaMin = 0.1
31 theTool.nTRTMin = 6
32 pass
33

◆ MuonSelectorConfig2011()

python.MuonSelectorCutDefs.MuonSelectorConfig2011 ( theTool)
This defines the cut values for the muons in 2011

Definition at line 34 of file MuonSelectorCutDefs.py.

34def MuonSelectorConfig2011(theTool) :
35 """
36 This defines the cut values for the muons in 2011
37 """
38 theTool = GetTool(theTool)
39 theTool.nBLMin = 1
40 theTool.nPixMin = 2
41 theTool.nSCTMin = 6
42 theTool.nIDHolesMax = 2
43 theTool.etaMax = 1.9
44 theTool.etaMin = 0.
45 theTool.nTRTMin = 6
46 pass
47

◆ StandAloneMuonSelectorConfig()

python.MuonSelectorCutDefs.StandAloneMuonSelectorConfig ( theTool)
This defines the cut values for the muon

Definition at line 63 of file MuonSelectorCutDefs.py.

63def StandAloneMuonSelectorConfig(theTool) :
64 """
65 This defines the cut values for the muon
66 """
67 theTool = GetTool(theTool)
68 theTool.nCSCHitsMin = 1
69 theTool.nMDTEMHitsMin = 1
70 theTool.nMDTEOHitsMin = 1
71 pass
72

Variable Documentation

◆ GeV

float python.MuonSelectorCutDefs.GeV = 1000.0

Definition at line 17 of file MuonSelectorCutDefs.py.