Skip to content

Removal of Phase1 L1 dedicated tests from ART (ATR-24702)

Yasuyuki Okumura requested to merge (removed):master_ATR_24702 into master

Dear all,

As described in ATR-24702, we are removing Phase1 Level-1 Trigger dedicated Trigger ART tests from TriggerTest and TrigAnalysisTest packages as they are supposed to run by default in the recent master. This MR is just removing and updating independent python scripts for ART and has no impact on the other codes.

Thanks a lot for your review in advance,

Best regards, Yasu Okumura

The following is the detailed description:

The following tests are removed

  • test_trigAna_HITtoAOD_v1Dev_phase1_build.py
  • test_trigAna_HITtoRDOTrig_v1Dev_phase1_build.py
  • test_trigAna_HITtoRDOTrig_v1Dev_phase1_grid.py
  • test_trig_mc_v1Dev_slice_muon_phase1_build.py

The following tests are updated in order to enable Phase1 Level-1 Calo simulation by activating LArSuperCell simulation on Run2 geometry MC in HITtoRDO steps.

  • test_trigAna_HITtoAOD_v1Dev_build.py
  • test_trigAna_HITtoRDOTrig_v1Dev_build.py
  • test_trigAna_HITtoRDOTrig_v1Dev_grid.py Note that the LArSuperCell simulation will run by default on Run3 geometry MC but not on the Run2 geometry MC, which is a default input in our Trigger ART test. We will remove these additional lines when we have updated the ART input RDO with Run3 geometry in the future.

Merge request reports