Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tim Adye
athena
Commits
b94055d6
Commit
b94055d6
authored
9 years ago
by
Avishek Chatterjee
Committed by
Graeme Stewart
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add TP tool for HI run. (TrigEgammaMonitoring-00-01-58)
parent
00969b4d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TrigMonitoring/TrigEgammaMonitoring/python/TrigEgammaMonitoringConfig.py
+9
-51
9 additions, 51 deletions
...TrigEgammaMonitoring/python/TrigEgammaMonitoringConfig.py
with
9 additions
and
51 deletions
Trigger/TrigMonitoring/TrigEgammaMonitoring/python/TrigEgammaMonitoringConfig.py
+
9
−
51
View file @
b94055d6
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
def
HLTEgammaMonitoringDumpTool
():
from
AthenaCommon.AppMgr
import
ToolSvc
from
TrigEgammaMonitoring.TrigEgammaMonitoringConf
import
HLTEgammaDumpTool
HLTEgammaDump
=
HLTEgammaDumpTool
(
name
=
'
HLTEgammaDump
'
,
histoPathBase
=
"
/Trigger/HLT
"
)
ToolSvc
+=
HLTEgammaDump
;
list
=
[
'
HLTEgammaDumpTool/HLTEgammaDump
'
];
return
list
def
TrigEgammaMonitoringTool
():
from
AthenaCommon.AppMgr
import
ToolSvc
from
TrigEgammaAnalysisTools.TrigEgammaAnalysisToolsConfig
import
TrigEgammaNavAnalysisTool
,
TrigEgammaNavTPAnalysisTool
,
TrigEgammaNavTPJpsieeAnalysisTool
from
TrigHLTMonitoring.HLTMonTriggerList
import
hltmonList
probelist1
=
hltmonList
.
primary_single_pho
+
hltmonList
.
primary_single_ele
+
hltmonList
.
primary_single_ele_cutbased
+
hltmonList
.
primary_single_ele_iso
+
hltmonList
.
primary_single_ele_cutbased_iso
probelist1
+=
[
'
L1_EM18VH
'
,
'
L1_EM20VH
'
,
'
L1_EM20VHI
'
]
probelist2
=
hltmonList
.
primary_single_ele
+
hltmonList
.
primary_single_ele_cutbased
+
hltmonList
.
primary_single_ele_iso
+
hltmonList
.
primary_single_ele_cutbased_iso
+
hltmonList
.
monitoring_Zee
+
hltmonList
.
monitoring_Jpsiee
probelist2
+=
[
'
e24_tight_iloose_HLTCalo_L1EM20VH
'
,
'
e24_lhtight_iloose_L2EFCalo_L1EM20VH
'
,
'
e24_lhmedium_cutd0dphideta_iloose_L1EM20VH
'
,
'
e24_lhmedium_nod0_iloose_L1EM20VH
'
,
'
e24_lhmedium_nodeta_iloose_L1EM20VH
'
,
'
e24_lhmedium_nodphires_iloose_L1EM20VH
'
,
'
L1_EM18VH
'
,
'
L1_EM20VH
'
,
'
L1_EM20VHI
'
]
probelistJPsi
=
[
'
e5_loose
'
,
'
e5_lhloose
'
,
'
e5_vloose
'
,
'
e5_lhvloose
'
]
probelistZee
=
hltmonList
.
primary_single_ele
+
hltmonList
.
primary_single_ele_cutbased
from
TrigEgammaAnalysisTools.TrigEgammaAnalysisToolsConfig
import
TrigEgammaNavAnalysisTool
,
TrigEgammaNavTPAnalysisTool
probelist
=
[
'
e15_loose_ion
'
,
'
e15_etcut_ion
'
,
'
e15_medium_ion
'
]
probelist
+=
[
'
g20_loose_ion
'
,
'
g20_etcut_ion
'
,
'
g20_loose
'
,
'
g20_etcut
'
]
probelist
+=
[
'
L1_EM10
'
,
'
L1_EM12
'
,
'
L1_EM15
'
]
probelistTP
=
[
'
e15_loose_ion
'
,
'
e15_etcut_ion
'
,
'
e15_medium_ion
'
]
tagItems
=
[
'
e15_loose_ion
'
,
'
e15_medium_ion
'
]
basePath
=
'
/HLT/Egamma/
'
tagItems
=
hltmonList
.
primary_single_ele
+
hltmonList
.
primary_single_ele_cutbased
tagItemsJPsi
=
[
'
e5_tight_e4_etcut
'
,
'
e9_tight_e4_etcut
'
,
'
e14_tight_e4_etcut
'
,
'
e9_etcut_e5_tight
'
,
'
e14_etcut_e5_tight
'
,
'
e5_tight_e4_etcut_Jpsiee
'
,
'
e9_tight_e4_etcut_Jpsiee
'
,
'
e14_tight_e4_etcut_Jpsiee
'
,
'
e9_etcut_e5_tight_Jpsiee
'
,
'
e14_etcut_e5_tight_Jpsiee
'
]
tagItemsZee
=
hltmonList
.
monitoring_Zee
Analysis
=
TrigEgammaNavAnalysisTool
(
name
=
'
NavAnalysis
'
,
DirectoryPath
=
basePath
+
'
Analysis
'
,
TriggerList
=
probelist
1
,
TriggerList
=
probelist
,
File
=
""
,
OutputLevel
=
0
)
TPAnalysis
=
TrigEgammaNavTPAnalysisTool
(
name
=
'
NavTPAnalysis
'
,
DirectoryPath
=
basePath
+
'
TPAnalysis
'
,
TriggerList
=
probelist
2
,
TriggerList
=
probelist
TP
,
File
=
""
,
TagTriggerList
=
tagItems
,
OutputLevel
=
0
)
JpsiTPAnalysis
=
TrigEgammaNavTPJpsieeAnalysisTool
(
name
=
'
NavTPJpsieeAnalysis
'
,
DirectoryPath
=
basePath
+
'
TPJpsieeAnalysis
'
,
TriggerList
=
probelistJPsi
,
File
=
""
,
TagTriggerList
=
tagItemsJPsi
,
RemoveCrack
=
True
,
ZeeLowerMass
=
2
,
ZeeUpperMass
=
5
,
OfflineTagMinEt
=
5
,
OfflineProbeMinEt
=
5
,
OutputLevel
=
0
,
DetailedHistograms
=
False
,
doJpsiee
=
True
)
ZeeTPAnalysis
=
TrigEgammaNavTPJpsieeAnalysisTool
(
name
=
'
NavTPZeeAnalysis
'
,
DirectoryPath
=
basePath
+
'
TPZeeAnalysis
'
,
TriggerList
=
probelistZee
,
File
=
""
,
TagTriggerList
=
tagItemsZee
,
RemoveCrack
=
True
,
ZeeLowerMass
=
80
,
ZeeUpperMass
=
100
,
OfflineTagMinEt
=
25
,
OfflineProbeMinEt
=
24
,
OutputLevel
=
0
,
DetailedHistograms
=
False
,
doJpsiee
=
False
)
from
TrigEgammaAnalysisTools.TrigEgammaAnalysisToolsConf
import
TrigEgammaMonTool
TrigEgammaMon
=
TrigEgammaMonTool
(
name
=
"
TrigEgammaMon
"
,
histoPathBase
=
basePath
,
Tools
=
[
"
TrigEgammaNavAnalysisTool/NavAnalysis
"
,
"
TrigEgammaNavTPAnalysisTool/NavTPAnalysis
"
,
"
TrigEgammaNavTPAnalysisTool/NavTPJpsieeAnalysis
"
,
"
TrigEgammaNavTPAnalysisTool/NavTPZeeAnalysis
"
])
"
TrigEgammaNavTPAnalysisTool/NavTPAnalysis
"
])
ToolSvc
+=
TrigEgammaMon
;
list
=
[
'
TrigEgammaMonTool/TrigEgammaMon
'
];
return
list
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment