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

Merge branch 'bug_fix' into 'master'

1TrigT1TGC:modified to not use condDB in Run3 config ( ATR-22302 )

See merge request atlas/athena!37970
parents 52933470 1c50f8ad
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,13 @@ namespace LVL1TGCTrigger {
ATH_CHECK( m_readCondKey.initialize(!m_useRun3Config.value()) );
ATH_CHECK( m_readLUTs_CondKey.initialize(m_useRun3Config.value()) );
// CondDB is not available for Run3 config. set USE_CONDDB to false to avoid errors.
// will be removed the below part.
if(m_useRun3Config.value()){
m_tgcArgs.set_USE_CONDDB(false);
m_VerCW="1_01_00_00_02";
}
// initialize TGCDataBase
m_db = new TGCDatabaseManager(&m_tgcArgs, m_readCondKey, m_readLUTs_CondKey, m_VerCW);
......
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