Skip to content
Snippets Groups Projects

Add "empty" conditions when they are missing from the database

Merged Roel Aaij requested to merge default_conditions into master
4 files
+ 11
16
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -133,7 +133,6 @@ void LHCb::Detector::DetectorDataService::initialize( const nlohmann::json& conf
// make sure the detector_names option is in sync
auto& opts = *m_description.extension<Options>();
opts["detector_names"] = m_detectorNames;
if ( config.contains( "without_tell40links" ) ) { opts["without_tell40links"] = config.at( "without_tell40links" ); }
// Now setup DeLHCb
// BEWARE: HAS TO BE DONE BEFORE THE NEXT STEP THAT GATHERS ALL THE CONDITIONS
Loading