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
3a2d2f7c
Commit
3a2d2f7c
authored
7 years ago
by
Olivier Arnaez
Browse files
Options
Downloads
Patches
Plain Diff
Update skeleton.EVGENtoRDO.py
Former-commit-id: 26b0f391dfb35856f4cfb1aac7fd8504469d15f1
parent
58100fe7
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
Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py
+5
-3
5 additions, 3 deletions
Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py
with
5 additions
and
3 deletions
Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py
+
5
−
3
View file @
3a2d2f7c
...
@@ -133,7 +133,6 @@ if hasattr(runArgs, 'simulator') and runArgs.simulator.find('ATLFASTIIF')>=0:
...
@@ -133,7 +133,6 @@ if hasattr(runArgs, 'simulator') and runArgs.simulator.find('ATLFASTIIF')>=0:
TrkDetFlags
.
TRT_BuildStrawLayers
=
True
TrkDetFlags
.
TRT_BuildStrawLayers
=
True
fast_chain_log
.
info
(
'
Enabled TRT_BuildStrawLayers to get hits in ATLFASTIIF
'
)
fast_chain_log
.
info
(
'
Enabled TRT_BuildStrawLayers to get hits in ATLFASTIIF
'
)
from
AthenaCommon.DetFlags
import
DetFlags
try
:
try
:
from
ISF_Config
import
FlagSetters
from
ISF_Config
import
FlagSetters
FlagSetters
.
configureFlagsBase
()
FlagSetters
.
configureFlagsBase
()
...
@@ -143,8 +142,10 @@ try:
...
@@ -143,8 +142,10 @@ try:
configureFlags
()
configureFlags
()
except
:
except
:
## Select detectors
## Select detectors
## If you configure one det flag, you're responsible for configuring them all!
if
'
DetFlags
'
not
in
dir
():
DetFlags
.
all_setOn
()
from
AthenaCommon.DetFlags
import
DetFlags
## If you configure one det flag, you're responsible for configuring them all!
DetFlags
.
all_setOn
()
DetFlags
.
LVL1_setOff
()
# LVL1 is not part of G4 sim
DetFlags
.
LVL1_setOff
()
# LVL1 is not part of G4 sim
DetFlags
.
Truth_setOn
()
DetFlags
.
Truth_setOn
()
DetFlags
.
Forward_setOff
()
# Forward dets are off by default
DetFlags
.
Forward_setOff
()
# Forward dets are off by default
...
@@ -152,6 +153,7 @@ except:
...
@@ -152,6 +153,7 @@ except:
if
checkHGTDOff
is
not
None
:
if
checkHGTDOff
is
not
None
:
checkHGTDOff
()
#Default for now
checkHGTDOff
()
#Default for now
from
AthenaCommon.DetFlags
import
DetFlags
DetFlags
.
Print
()
DetFlags
.
Print
()
# removed configuration of forward detectors from standard simulation config
# removed configuration of forward detectors from standard simulation config
...
...
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