Skip to content

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

Hiroaki Hibi requested to merge hhibi/athena:bug_fix into master

I have fixed a bug. ReadCondHandleKey does not initialize in Run3 config because the TGCTriggerLUTs is still empty. ( TGCTriggerLUTs uses a large amount of memory. So, We have removed the readout part of the DB file temporarily. !37654 (merged) ) An error appeared for the above reason. I modified TrigT1TGC so that ReadCondHandleKey is not used in Run3 config to avoid the error. The compilation is fine, with no errors or warnings. I also have tested by the below command.

test_trig_mc_v1Dev_L1SimOnly_phase1_build.py

mentioned in ATR-22302.

The test has finished with a successful run.

Edited by Hiroaki Hibi

Merge request reports