Skip to content

Fixed seed_type related bugs in HitDVHypo(ATR-19322).

Takane Sano requested to merge tsano/athena:hitdv_0rate_fix into master

Fixed bugs introduced when seed_type format was changed from [HLTJet:0, SP:1] to [HLTJet:2, SP:4].

All hard-coded int for seed_type are replaced with enum SeedType.

This MR also solves the problem that the trigger rate went 0 which was reported in ATR-19322.

Edited by Takane Sano

Merge request reports