Skip to content
Snippets Groups Projects
Commit 5101d967 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'stgc' into 'master'

Switch to use module, rather than detectorelement context for the NSW tables

See merge request !39470
parents 2b1bdd82 6854fa4d
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!39470Switch to use module, rather than detectorelement context for the NSW tables
......@@ -87,10 +87,10 @@ std::unique_ptr<RegSelSiLUT> MM_RegSelCondAlg::createTable( const EventContext&
std::vector<Identifier>::const_iterator idlast = helper->module_end();
/// do we want the module context ...
/// const IdContext ModuleContext = helper->module_context();
const IdContext ModuleContext = helper->module_context();
/// or the detector element context ? Keep them both untill we are sure
const IdContext ModuleContext = helper->detectorElement_context();
/// const IdContext ModuleContext = helper->detectorElement_context();
ATH_MSG_DEBUG("createTable()");
......
......@@ -81,10 +81,10 @@ std::unique_ptr<RegSelSiLUT> sTGC_RegSelCondAlg::createTable( const EventContext
std::vector<Identifier>::const_iterator idlast = helper->module_end();
/// do we want the module context ...
/// const IdContext ModuleContext = helper->module_context();
const IdContext ModuleContext = helper->module_context();
/// or the detector element context ? Keep them both untill we are sure
const IdContext ModuleContext = helper->detectorElement_context();
/// const IdContext ModuleContext = helper->detectorElement_context();
ATH_MSG_DEBUG("createTable()");
......
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