Introducing bad wires in Micromegas chips
Currently in the Micromegas cluster reconstruction it is possible to isolate troublesome strips and remove them from the reco as it's done here: https://gitlab.cern.ch/P348/p348-daq/-/blob/master/p348reco/mm.h#L551
At the present moment all the bad strips have to be added inserting them to badStrips
struct inside the plane calibrations. In case of multiple bad strips due to a bad multiplexed channel in the electronic readout, each strip has to be included separately. I propose to add a function to do this easier.