Add example of ConditionAccessorHolder implementation for integration in Functional
this is an example of implementation of the ConditionAccessorHolder concept LHCb is going to use to migrate the detector description to DD4hep.
While it's not Gaudi specific and experiments are required to provide a specific implementation of it, the example is needed to be able to integrate the functionality in Gaudi::Functional
(as opt in).
-
doxygen comments
CC: @graven
Merge request reports
Activity
added 1 commit
- eb8ab844 - Add example of ConditionAccessorHolder implementation for integration in Functional
added 23 commits
-
eb8ab844...2d514f65 - 21 commits from branch
gaudi:master
- 04a9c7f9 - Add example of ConditionAccessorHolder implementation for integration in Functional
- 31f2fc06 - Fid compilation with gcc6.2 + c++14
-
eb8ab844...2d514f65 - 21 commits from branch
added 23 commits
-
06730208...aeb156f0 - 22 commits from branch
gaudi:master
- 36ea72e9 - Add example of ConditionAccessorHolder implementation for integration in Functional
-
06730208...aeb156f0 - 22 commits from branch
mentioned in merge request lhcb/LHCb!1732 (merged)
added 12 commits
-
36ea72e9...7c2963dc - 11 commits from branch
gaudi:master
- 854fde6f - Add example of ConditionAccessorHolder implementation for integration in Functional
-
36ea72e9...7c2963dc - 11 commits from branch
added 80 commits
-
854fde6f...a4d503e3 - 79 commits from branch
gaudi:master
- b0672c4f - Add example of ConditionAccessorHolder implementation for integration in Functional
-
854fde6f...a4d503e3 - 79 commits from branch
@clemenci: why not just unWIP this, and subsequently merge it? I'd like to then add the small bit of scaffolding to make it easy to declare the relevant handle to the Functional (i.e. add an ADL-findable
get
andgetKey
with the right signature) to ConditionAccessor. At that point this will be a neat little example of how to add a completely new store! (which will be very useful for an evolution of !810 which won't be constrained byIDataManagerSvc
, and can thus avoid usingAnyDataWrapper
)changed milestone to %v32r0
added 66 commits
-
b0672c4f...beff7b98 - 65 commits from branch
gaudi:master
- 727bc0b3 - Add example of ConditionAccessorHolder implementation for integration in Functional
-
b0672c4f...beff7b98 - 65 commits from branch
- [2019-05-15 00:03] Validation started with lhcb-dd4hep#178
- [2019-05-15 00:04] Validation started with lhcb-lcg-dev4#901
- [2019-05-15 00:05] Validation started with lhcb-lcg-dev3#893
- [2019-05-15 00:05] Validation started with lhcb-sanitizers#246
- [2019-05-15 00:05] Validation started with lhcb-soa-track#78
- [2019-05-15 00:06] Validation started with lhcb-tdr-test#546
- [2019-05-15 00:07] Validation started with lhcb-test-throughput2#8
- [2019-05-15 00:10] Validation started with lhcb-gaudi-head#2253
- [2019-05-15 08:09] Validation started with lhcb-gaudi-merge#747
- [2019-05-16 00:03] Validation started with lhcb-sanitizers#247
- [2019-05-16 00:03] Validation started with lhcb-soa-track#79
- [2019-05-16 00:03] Validation started with lhcb-lcg-dev4#902
- [2019-05-16 00:03] Validation started with lhcb-test-throughput2#9
- [2019-05-16 00:04] Validation started with lhcb-dd4hep#179
- [2019-05-16 00:05] Validation started with lhcb-lcg-dev3#894
- [2019-05-16 00:06] Validation started with lhcb-tdr-test#547
- [2019-05-16 00:09] Validation started with lhcb-gaudi-head#2254
Edited by Software for LHCbassigned to @leggett
mentioned in merge request !878 (merged)