Skip to content
Snippets Groups Projects
Commit fa68f50a authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'rmatev-fix-turbocache' into 'master'

Use MergedConfDB as dependency in the Turbo cache

See merge request !77
parents e284f7b8 e24d39f0
No related branches found
No related tags found
2 merge requests!85merge master to future,!77Use MergedConfDB as dependency in the Turbo cache
......@@ -34,7 +34,7 @@ if (NOT "$ENV{CMTCONFIG}" MATCHES ".*-do0$")
include(LoKiFunctorsCache)
# Set dependency so caches build last, after Tesla itself.
set(conf_deps ${deps} TeslaConfUserDB)
set(conf_deps ${deps} MergedConfDB)
foreach(production Turbo04 Turbo04_TurCal)
set(cache_name ${production}_FunctorCache)
......
......@@ -13,7 +13,13 @@ Uses LCG_88 with ROOT 6.08.06.
HltSelReportsWriter in Tesla.
Exact commit used is f40cd7809d537c293ad4b1624c235b95715bfbd8
- Use MergedConfDB as dependency in the Turbo cache
- See merge request !77
- Fixes for v42r5 release
- Set Tesla.SplitRawEventInput to format of the original raw event (0.3)
- Fix functor cache for Tesla
- Silence warnings from Boost in KaliCalo
- See merge request !76
- Tesla configuration house-keeping
- Update RawFormatVersion to the latest 0.4
- Support offline mode with TurboSP (for TURCAL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment