Added copy constructor to MM class to fix broken refs to clusters in hits
During reconstruction procedure RecoEvent instances are copied leading to broken reference from MM Hit
struct to Cluster
. This fix provides a copy ctr for encompassing Micromega
class that restores those backrefs.