Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
LHCb
DaVinci
Commits
ee02442c
Commit
ee02442c
authored
7 years ago
by
Alex Pearce
Browse files
Options
Downloads
Patches
Plain Diff
Use configuration-dependent naming.
Addresses
!78 (comment 295430)
.
parent
f0c00377
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!85
merge master to future
,
!79
Place Moore RecSummary in a stream-dependent location
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Phys/Tesla/python/Tesla/Configuration.py
+2
-1
2 additions, 1 deletion
Phys/Tesla/python/Tesla/Configuration.py
with
2 additions
and
1 deletion
Phys/Tesla/python/Tesla/Configuration.py
+
2
−
1
View file @
ee02442c
...
...
@@ -734,7 +734,8 @@ class Tesla(LHCbConfigurableUser):
return
trig1
def
_selReportsCheck
(
self
,
loc
=
'
Hlt2/SelReports
'
):
return
TESCheck
(
'
Hlt2SelReportsCheck
'
,
Inputs
=
[
loc
],
Stop
=
False
)
name
=
'
{0}Check
'
.
format
(
loc
.
replace
(
'
/
'
,
''
))
return
TESCheck
(
name
,
Inputs
=
[
loc
],
Stop
=
False
)
def
_configureOutputTurboSP
(
self
):
trigger_lines
=
self
.
getProp
(
'
TriggerLines
'
)
...
...
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