Skip to content

redesign HitDV hypo and put protection against large HitDV space points EDM

Kunihiro Nagano requested to merge nagano/athena:hitdv_latest_work73 into master

redesign HitDV hypo and put protection against large HitDV space points EDM (ATR-23923, ATR-23688, ATR-23958, ATR-19322)

  • HitDV selected objects are created in HypoAlg --> Confirmed (by running test_trig_data_v1Dev_grid.py) that the ERROR in the ATR-23688 disappears with this MR
  • Tried to minimize Spacepoints EDM (created by FastTrackFinder) size
    1. Protection against a large number of spacepoints (in this case of overflow, hypo passes)
    2. Change int to bool / int8_t for some of EDM variables

Merge request reports