Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
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
58502298
Commit
58502298
authored
9 years ago
by
Andrzej Olszewski
Committed by
Graeme Stewart
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
turn off HIJetRec (HIRecExample-00-06-29)
parent
ea4e5a4c
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
Reconstruction/HeavyIonRec/HIRecExample/share/heavyion_flagsESD.py
+9
-7
9 additions, 7 deletions
...ction/HeavyIonRec/HIRecExample/share/heavyion_flagsESD.py
with
9 additions
and
7 deletions
Reconstruction/HeavyIonRec/HIRecExample/share/heavyion_flagsESD.py
+
9
−
7
View file @
58502298
...
...
@@ -5,7 +5,8 @@ include.block ('HIRecExample/heavyion_flagsESD.py')
from
RecExConfig.RecFlags
import
rec
from
RecExConfig.RecAlgsFlags
import
recAlgs
from
HIRecExample.HIRecExampleFlags
import
jobproperties
from
HIJetRec.HIJetRecFlags
import
jobproperties
#tmp 112014
#from HIJetRec.HIJetRecFlags import jobproperties
rec
.
doDPD
.
set_Value_and_Lock
(
False
)
...
...
@@ -24,7 +25,7 @@ if not jobproperties.HIRecExampleFlags.ppMode :
# AO (standard JetRec turned off)
from
JetRec.JetRecFlags
import
jetFlags
jetFlags
.
Enabled
=
False
jetFlags
.
noStandardConfig
=
True
#
jetFlags.noStandardConfig = True
rec
.
doRestrictedESD
=
False
...
...
@@ -41,12 +42,13 @@ if not jobproperties.HIRecExampleFlags.ppMode :
# turning off TopoCaloSeeded
jobproperties
.
egammaRecFlags
.
doTopoCaloSeeded
=
False
# turning off not used softe
jobproperties
.
egammaRecFlags
.
doEgammaTrackSeeded
=
False
#tmp 112014
#jobproperties.egammaRecFlags.doEgammaTrackSeeded = False
from
JetRec.JetRecFlags
import
jobproperties
jobproperties
.
JetRecFlags
.
doBTagging
=
False
from
tauRec.tauRecFlags
import
jobproperties
jobproperties
.
tauRecFlags
.
doTauRec
=
False
#
from JetRec.JetRecFlags import jobproperties
#
jobproperties.JetRecFlags.doBTagging = False
#
from tauRec.tauRecFlags import jobproperties
#
jobproperties.tauRecFlags.doTauRec = False
recAlgs
.
doMuidLowPt
=
False
recAlgs
.
doEFlow
=
False
...
...
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