use atomic variables to replace the mutable variables
Use the thread-safe atomic for m_side, m_rod and m_max to replace the mutable variables in CSCcabling.
Use the thread-safe atomic for m_side, m_rod and m_max to replace the mutable variables in CSCcabling.