Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
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
LHCb
Merge requests
!4777
Added call forwarding to update_condition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Added call forwarding to update_condition
wh_add_update_condition
into
master
Overview
8
Commits
2
Pipelines
15
Changes
4
Open
Wouter Hulsbergen
requested to merge
wh_add_update_condition
into
master
4 months ago
Overview
5
Commits
2
Pipelines
15
Changes
4
Expand
add a call to the detsvc to allow updating a condition.
move function that computes position of microcluster into header such that it can be moved in more places
Needed by
Rec!4161
Edited
3 weeks ago
by
Wouter Hulsbergen
0
0
Merge request reports
Compare
master
version 13
2d4326ce
5 days ago
version 12
fb037516
1 week ago
version 11
c4494ed5
3 weeks ago
version 10
6a1f1db1
3 weeks ago
version 9
510af5b8
1 month ago
version 8
f48779f4
1 month ago
version 7
1ba0a8d6
1 month ago
version 6
fdffdbcd
1 month ago
version 5
7f25d6da
2 months ago
version 4
68bcfaf0
3 months ago
version 3
16fb17dc
3 months ago
version 2
df5850fb
4 months ago
version 1
f1f2d86d
4 months ago
master (HEAD)
and
latest version
latest version
1491d5aa
2 commits,
14 hours ago
version 13
2d4326ce
2 commits,
5 days ago
version 12
fb037516
2 commits,
1 week ago
version 11
c4494ed5
4 commits,
3 weeks ago
version 10
6a1f1db1
4 commits,
3 weeks ago
version 9
510af5b8
4 commits,
1 month ago
version 8
f48779f4
4 commits,
1 month ago
version 7
1ba0a8d6
3 commits,
1 month ago
version 6
fdffdbcd
3 commits,
1 month ago
version 5
7f25d6da
1 commit,
2 months ago
version 4
68bcfaf0
1 commit,
3 months ago
version 3
16fb17dc
1 commit,
3 months ago
version 2
df5850fb
1 commit,
4 months ago
version 1
f1f2d86d
1 commit,
4 months ago
4 files
+
29
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Det/LbDD4hep/include/LbDD4hep/IDD4hepSvc.h
+
5
−
0
Options
@@ -348,6 +348,11 @@ namespace LHCb::Det::LbDD4hep {
virtual
bool
addShared
(
LHCb
::
span
<
const
std
::
string
>
inputs
,
const
std
::
string
&
output
,
DD4HepDerivationFunc
&
func
)
=
0
;
/**
* Helper to update the conditions overlay of a given DetElement
*/
virtual
void
update_condition
(
const
dd4hep
::
DetElement
&
de
,
const
std
::
string
&
cond
,
const
YAML
::
Node
&
data
)
=
0
;
/**
* Helper to update in the conditions overlay the alignment condition of a given DetElement (in LHCb units).
*/
Loading