Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
DaVinci
Commits
b3cbaa6b
Commit
b3cbaa6b
authored
Apr 21, 2017
by
Alex Pearce
Browse files
DaVinci: delegate property 'RootInTES' to AnalysisConf
Cherry-picked from DaVinci, commit
be906e8d
.
parent
12afed8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Phys/DaVinci/doc/release.notes
View file @
b3cbaa6b
...
...
@@ -8,6 +8,9 @@
!
!-----------------------------------------------------------------------------
! 2016-10-18 - Vanya Belyaev
- DaVinci: delegate property RootInTES to AnalysisConf
!======================= DaVinci v40r3 2016-06-13 ============================
! 2016-06-13 - Eduardo Rodrigues
...
...
Phys/DaVinci/python/DaVinci/Configuration.py
View file @
b3cbaa6b
...
...
@@ -156,7 +156,7 @@ class DaVinci(LHCbConfigurableUser) :
self
.
setOtherProps
(
LHCbApp
(),[
"DataType"
,
"CondDBtag"
,
"DDDBtag"
,
"DQFLAGStag"
,
"Simulation"
,
"IgnoreDQFlags"
])
self
.
setOtherProps
(
PhysConf
(),[
"DataType"
,
"Simulation"
,
"InputType"
,
"Detectors"
])
self
.
setOtherProps
(
AnalysisConf
(),[
"DataType"
,
"Simulation"
])
self
.
setOtherProps
(
AnalysisConf
(),[
"DataType"
,
"Simulation"
,
"InputType"
,
"RootInTES"
])
self
.
setOtherProps
(
DstConf
(),[
"DataType"
])
self
.
setOtherProps
(
TrackSys
(),[
"DataType"
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment