Fix type error in sTGC clusterization and make 21.3 and master equal
This MR fixes a type error introduced in !30533 (merged). m_maxHoleSize
should be an unsigned int
intstead of a bool
. Furthermore this MR adds some fixes to compile in master which where added here: !30780 (merged)