During a hot backup you do not 'copy' the controlfile.

'alter database backup controlfile to trace' is a command that creates a file that can be used to recreate the controlfile in its current state.

So I think you can probably use new ones yes. You cannot use a copy of the controlfile unless you performed a cold backup.

Hope this helps.