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
Peter Sherwood
athena
Commits
7f83c168
Commit
7f83c168
authored
4 years ago
by
Matthew Thomas Anthony
Committed by
Frank Winklmeier
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
re-enable PFO plots in flow element validation jobopts
parent
57b26881
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
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValPFlow_FlowElements_jobOptions.py
+14
-14
14 additions, 14 deletions
...lMonitoring/share/PhysValPFlow_FlowElements_jobOptions.py
with
14 additions
and
14 deletions
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring/share/PhysValPFlow_FlowElements_jobOptions.py
+
14
−
14
View file @
7f83c168
...
...
@@ -2,25 +2,25 @@
#That then puts a new container in StoreGate, which PhysValPFO_neutral could be updated to access
#from PFlowUtils.PFlowUtilsConf import CombinePFO
#
from PFODQA.PFODQAConf import PhysValPFO # get plots from PFO
from
PFODQA.PFODQAConf
import
PhysValPFO
# get plots from PFO
# charged PFO
#
PhysValPFO_charged = PhysValPFO("PhysValPFO_charged")
#
PhysValPFO_charged.OutputLevel = WARNING
#
PhysValPFO_charged.DetailLevel = 10
#
PhysValPFO_charged.EnableLumi = False
#
PhysValPFO_charged.PFOContainerName="JetETMissChargedParticleFlowObjects"
#
monMan.AthenaMonTools += [ PhysValPFO_charged ]
PhysValPFO_charged
=
PhysValPFO
(
"
PhysValPFO_charged
"
)
PhysValPFO_charged
.
OutputLevel
=
WARNING
PhysValPFO_charged
.
DetailLevel
=
10
PhysValPFO_charged
.
EnableLumi
=
False
PhysValPFO_charged
.
PFOContainerName
=
"
JetETMissChargedParticleFlowObjects
"
monMan
.
AthenaMonTools
+=
[
PhysValPFO_charged
]
# neutral PFO
#PhysValPFO_neutral_EM = PhysValPFO("PhysValPFO_neutral")
#PhysValPFO_neutral_EM.OutputLevel = WARNING
#PhysValPFO_neutral_EM.DetailLevel = 10
#PhysValPFO_neutral_EM.EnableLumi = False
#PhysValPFO_neutral_EM.PFOContainerName="JetETMissNeutralParticleFlowObjects"
#PhysValPFO_neutral_EM.useNeutralPFO = True
PhysValPFO_neutral_EM
=
PhysValPFO
(
"
PhysValPFO_neutral
"
)
PhysValPFO_neutral_EM
.
OutputLevel
=
WARNING
PhysValPFO_neutral_EM
.
DetailLevel
=
10
PhysValPFO_neutral_EM
.
EnableLumi
=
False
PhysValPFO_neutral_EM
.
PFOContainerName
=
"
JetETMissNeutralParticleFlowObjects
"
PhysValPFO_neutral_EM
.
useNeutralPFO
=
True
monMan
.
AthenaMonTools
+=
[
PhysValPFO_neutral_EM
]
#monMan.AthenaMonTools += [ PhysValPFO_neutral_EM ]
#charged Flow Element
from
PFODQA.PFODQAConf
import
PhysValFE
# get plots from FE
PhysValFE_charged
=
PhysValFE
(
"
PhysValFE_charged
"
)
...
...
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