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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Lawrence Davou Christopher
athena
Commits
2df0ee19
Commit
2df0ee19
authored
7 years ago
by
Petr Jacka
Browse files
Options
Downloads
Patches
Plain Diff
Fixed problem with timedExtrapolator
Former-commit-id: b0f860729918ea42bcdf66f6951262da30906b4d
parent
1fcd969c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimServices/python/AdditionalConfig.py
+6
-6
6 additions, 6 deletions
...aloSim/ISF_FastCaloSimServices/python/AdditionalConfig.py
with
6 additions
and
6 deletions
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimServices/python/AdditionalConfig.py
+
6
−
6
View file @
2df0ee19
...
@@ -703,13 +703,13 @@ def getNITimedExtrapolator(name="ISF_NITimedExtrapolator", **kwargs):
...
@@ -703,13 +703,13 @@ def getNITimedExtrapolator(name="ISF_NITimedExtrapolator", **kwargs):
from
TrkExTools.TrkExToolsConf
import
Trk__TimedExtrapolator
as
TimedExtrapolator
from
TrkExTools.TrkExToolsConf
import
Trk__TimedExtrapolator
as
TimedExtrapolator
return
TimedExtrapolator
(
name
,
**
kwargs
)
return
TimedExtrapolator
(
name
,
**
kwargs
)
def
getTimedExtrapolator
(
name
=
"
TimedExtrapolator
"
,
**
kwargs
):
def
getTimedExtrapolator
(
name
=
"
TimedExtrapolator
"
,
**
kwargs
):
kwargs
.
setdefault
(
"
MaterialEffectsUpdators
"
,
[
'
ISF_NIMatEffUpdator
'
])
kwargs
.
setdefault
(
"
MaterialEffectsUpdators
"
,
[
'
ISF_NIMatEffUpdator
'
])
kwargs
.
setdefault
(
"
ApplyMaterialEffects
"
,
False
)
kwargs
.
setdefault
(
"
ApplyMaterialEffects
"
,
False
)
kwargs
.
setdefault
(
"
STEP_Propagator
"
,
'
ISF_NIPropagator
'
)
kwargs
.
setdefault
(
"
STEP_Propagator
"
,
'
ISF_NIPropagator
'
)
from
TrkExTools.TrkExToolsConf
import
Trk__TimedExtrapolator
as
TimedExtrapolator
from
TrkExTools.TrkExToolsConf
import
Trk__TimedExtrapolator
as
TimedExtrapolator
return
TimedExtrapolator
(
name
,
**
kwargs
)
return
TimedExtrapolator
(
name
,
**
kwargs
)
## FastShowerCellBuilderTool
## FastShowerCellBuilderTool
...
...
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