Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tulay Cuhadar Donszelmann
athena
Commits
312d4c0a
Commit
312d4c0a
authored
Jan 30, 2015
by
Carl Gwilliam
Committed by
Graeme Stewart
Feb 01, 2015
Browse files
20.1.0.2 compatible tag (PhysValMonitoring-00-00-29-01)
parent
efe05afe
Changes
11
Hide whitespace changes
Inline
Side-by-side
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValMuon_jobOptions.py
View file @
312d4c0a
...
...
@@ -3,9 +3,14 @@ tool1 = MuonPhysValMonitoring__MuonPhysValMonitoringTool()
tool1
.
DoMuonTrackValidation
=
True
tool1
.
DoMuonSegmentValidation
=
True
tool1
.
DoBinnedResolutionPlots
=
False
# tool1.MuonTruthParticleContainerName = 'MuonTruthParticle' # uncomment for release 19
tool1
.
DoTrigMuonValidation
=
False
tool1
.
DoTrigMuonEFValidation
=
True
tool1
.
DoTrigMuonL2Validation
=
False
tool1
.
DoTrigMuonL1Validation
=
True
#Select Muon Authors... (empty: all authors, 1: combined, 4: MuTagIMO, 5: Standalone, 6: MuGirl)
tool1
.
SelectMuonAuthors
=
[
1
,
4
,
5
,
6
]
tool1
.
SelectMuonAuthors
=
[
1
,
4
,
5
,
6
,
8
,
9
]
#Select Muon Categories... (origin of muons, empty: all categories, 0: ALL, 1: PROMPT, 2: IN-FLIGHT, 3: NON-ISOLATED, 4: REST)
tool1
.
SelectMuonCategories
=
[
0
,
1
]
...
...
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValTrigBjet_jobOptions.py
0 → 100644
View file @
312d4c0a
from
TrigBjetMonitoring.TrigBjetMonitoringConfig
import
TrigBjetMonitoringTool
tool1
=
getattr
(
ToolSvc
,
TrigBjetMonitoringTool
()[
0
].
split
(
'/'
)[
-
1
])
tool1
.
EnableLumi
=
False
tool1
.
OutputLevel
=
WARNING
#tool1.DetailLevel = 10
monMan
=
CfgMgr
.
AthenaMonManager
(
"PhysValMonManager"
)
monMan
.
AthenaMonTools
+=
[
tool1
]
# for name in TrigTauMonitoringTool():
# tool = getattr(ToolSvc, name.split('/')[-1])
#
# tool.EnableLumi = False
# tool.OutputLevel = WARNING
# # tool.DetailLevel = 10
#
# monMan = CfgMgr.AthenaMonManager("PhysValMonManager")
# monMan.AthenaMonTools += [ tool ]
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValTrigBphys_jobOptions.py
0 → 100644
View file @
312d4c0a
from
TrigBphysMonitoring.TrigBphysMonitoringConfig
import
TrigBphysMonitoringTool
tool1
=
getattr
(
ToolSvc
,
TrigBphysMonitoringTool
()[
0
].
split
(
'/'
)[
-
1
])
tool1
.
EnableLumi
=
False
tool1
.
OutputLevel
=
WARNING
#tool1.DetailLevel = 10
monMan
=
CfgMgr
.
AthenaMonManager
(
"PhysValMonManager"
)
monMan
.
AthenaMonTools
+=
[
tool1
]
# for name in TrigTauMonitoringTool():
# tool = getattr(ToolSvc, name.split('/')[-1])
#
# tool.EnableLumi = False
# tool.OutputLevel = WARNING
# # tool.DetailLevel = 10
#
# monMan = CfgMgr.AthenaMonManager("PhysValMonManager")
# monMan.AthenaMonTools += [ tool ]
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValTrigCalo_jobOptions.py
0 → 100644
View file @
312d4c0a
from
TrigCaloMonitoring.TrigCaloMonitoringConfig
import
TrigCaloMonitoringTool
tool1
=
getattr
(
ToolSvc
,
TrigCaloMonitoringTool
()[
0
].
split
(
'/'
)[
-
1
])
tool1
.
EnableLumi
=
False
tool1
.
OutputLevel
=
WARNING
#tool1.DetailLevel = 10
monMan
=
CfgMgr
.
AthenaMonManager
(
"PhysValMonManager"
)
monMan
.
AthenaMonTools
+=
[
tool1
]
# for name in TrigTauMonitoringTool():
# tool = getattr(ToolSvc, name.split('/')[-1])
#
# tool.EnableLumi = False
# tool.OutputLevel = WARNING
# # tool.DetailLevel = 10
#
# monMan = CfgMgr.AthenaMonManager("PhysValMonManager")
# monMan.AthenaMonTools += [ tool ]
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValTrigEgamma_jobOptions.py
0 → 100644
View file @
312d4c0a
from
TrigEgammaMonitoring.TrigEgammaMonitoringConfig
import
TrigEgammaMonitoringTool
tool1
=
getattr
(
ToolSvc
,
TrigEgammaMonitoringTool
()[
0
].
split
(
'/'
)[
-
1
])
tool1
.
EnableLumi
=
False
tool1
.
OutputLevel
=
WARNING
#tool1.DetailLevel = 10
monMan
=
CfgMgr
.
AthenaMonManager
(
"PhysValMonManager"
)
monMan
.
AthenaMonTools
+=
[
tool1
]
# for name in TrigTauMonitoringTool():
# tool = getattr(ToolSvc, name.split('/')[-1])
#
# tool.EnableLumi = False
# tool.OutputLevel = WARNING
# # tool.DetailLevel = 10
#
# monMan = CfgMgr.AthenaMonManager("PhysValMonManager")
# monMan.AthenaMonTools += [ tool ]
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValTrigIDtrk_jobOptions.py
0 → 100644
View file @
312d4c0a
from
TrigIDtrkMonitoring.TrigIDtrkMonitoringConfig
import
TrigIDtrkMonitoringTool
tool1
=
getattr
(
ToolSvc
,
TrigIDtrkMonitoringTool
()[
0
].
split
(
'/'
)[
-
1
])
tool1
.
EnableLumi
=
False
tool1
.
OutputLevel
=
WARNING
#tool1.DetailLevel = 10
monMan
=
CfgMgr
.
AthenaMonManager
(
"PhysValMonManager"
)
monMan
.
AthenaMonTools
+=
[
tool1
]
# for name in TrigTauMonitoringTool():
# tool = getattr(ToolSvc, name.split('/')[-1])
#
# tool.EnableLumi = False
# tool.OutputLevel = WARNING
# # tool.DetailLevel = 10
#
# monMan = CfgMgr.AthenaMonManager("PhysValMonManager")
# monMan.AthenaMonTools += [ tool ]
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValTrigJet_jobOptions.py
0 → 100644
View file @
312d4c0a
from
TrigJetMonitoring.TrigJetMonitoringConfig
import
TrigJetMonitoringTool
tool1
=
getattr
(
ToolSvc
,
TrigJetMonitoringTool
()[
0
].
split
(
'/'
)[
-
1
])
tool1
.
EnableLumi
=
False
tool1
.
OutputLevel
=
WARNING
#tool1.DetailLevel = 10
monMan
=
CfgMgr
.
AthenaMonManager
(
"PhysValMonManager"
)
monMan
.
AthenaMonTools
+=
[
tool1
]
# for name in TrigTauMonitoringTool():
# tool = getattr(ToolSvc, name.split('/')[-1])
#
# tool.EnableLumi = False
# tool.OutputLevel = WARNING
# # tool.DetailLevel = 10
#
# monMan = CfgMgr.AthenaMonManager("PhysValMonManager")
# monMan.AthenaMonTools += [ tool ]
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValTrigMET_jobOptions.py
0 → 100644
View file @
312d4c0a
from
TrigMETMonitoring.TrigMETMonitoringConfig
import
HLTMETMonitoringTool
tool1
=
getattr
(
ToolSvc
,
HLTMETMonitoringTool
()[
0
].
split
(
'/'
)[
-
1
])
tool1
.
EnableLumi
=
False
tool1
.
OutputLevel
=
WARNING
#tool1.DetailLevel = 10
monMan
=
CfgMgr
.
AthenaMonManager
(
"PhysValMonManager"
)
monMan
.
AthenaMonTools
+=
[
tool1
]
# for name in TrigTauMonitoringTool():
# tool = getattr(ToolSvc, name.split('/')[-1])
#
# tool.EnableLumi = False
# tool.OutputLevel = WARNING
# # tool.DetailLevel = 10
#
# monMan = CfgMgr.AthenaMonManager("PhysValMonManager")
# monMan.AthenaMonTools += [ tool ]
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValTrigMinBias_jobOptions.py
0 → 100644
View file @
312d4c0a
from
TrigMinBiasMonitoring.TrigMinBiasMonitoringConfig
import
TrigMinBiasMonitoringTool
tool1
=
getattr
(
ToolSvc
,
TrigMinBiasMonitoringTool
()[
0
].
split
(
'/'
)[
-
1
])
tool1
.
EnableLumi
=
False
tool1
.
OutputLevel
=
WARNING
#tool1.DetailLevel = 10
monMan
=
CfgMgr
.
AthenaMonManager
(
"PhysValMonManager"
)
monMan
.
AthenaMonTools
+=
[
tool1
]
# for name in TrigTauMonitoringTool():
# tool = getattr(ToolSvc, name.split('/')[-1])
#
# tool.EnableLumi = False
# tool.OutputLevel = WARNING
# # tool.DetailLevel = 10
#
# monMan = CfgMgr.AthenaMonManager("PhysValMonManager")
# monMan.AthenaMonTools += [ tool ]
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValTrigMuon_jobOptions.py
0 → 100644
View file @
312d4c0a
from
TrigMuonMonitoring.TrigMuonMonitoringConfig
import
TrigMuonMonitoringTool
tool1
=
getattr
(
ToolSvc
,
TrigMuonMonitoringTool
()[
0
].
split
(
'/'
)[
-
1
])
tool1
.
EnableLumi
=
False
tool1
.
OutputLevel
=
WARNING
#tool1.DetailLevel = 10
monMan
=
CfgMgr
.
AthenaMonManager
(
"PhysValMonManager"
)
monMan
.
AthenaMonTools
+=
[
tool1
]
# for name in TrigTauMonitoringTool():
# tool = getattr(ToolSvc, name.split('/')[-1])
#
# tool.EnableLumi = False
# tool.OutputLevel = WARNING
# # tool.DetailLevel = 10
#
# monMan = CfgMgr.AthenaMonManager("PhysValMonManager")
# monMan.AthenaMonTools += [ tool ]
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValTrigTau_jobOptions.py
0 → 100644
View file @
312d4c0a
from
TrigTauMonitoring.TrigTauMonitoringConfig
import
TrigTauMonitoringTool
tool1
=
getattr
(
ToolSvc
,
TrigTauMonitoringTool
()[
0
].
split
(
'/'
)[
-
1
])
tool1
.
EnableLumi
=
False
tool1
.
OutputLevel
=
WARNING
#tool1.DetailLevel = 10
monMan
=
CfgMgr
.
AthenaMonManager
(
"PhysValMonManager"
)
monMan
.
AthenaMonTools
+=
[
tool1
]
# for name in TrigTauMonitoringTool():
# tool = getattr(ToolSvc, name.split('/')[-1])
#
# tool.EnableLumi = False
# tool.OutputLevel = WARNING
# # tool.DetailLevel = 10
#
# monMan = CfgMgr.AthenaMonManager("PhysValMonManager")
# monMan.AthenaMonTools += [ tool ]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment