Fix FOIParameters CondDB warning from MuonIDHlt1Alg
If one runs the MuonIDHlt1Alg
algorithm with an Upgrade CondDB, these warnings will appear:
MuonIDHlt1Alg WARNING CondDB {X,Y}FOIParameters member size is 20, geometry expects 16
I believe this is because the DB has FOI parameters for the Run 1/2 detector, and this is more than is needed for the Run 3 detector. (So, it might be that there's a more appropriate place for this issue.)
We should fix the cause of these warnings.