L1Calo/CTP sim: Move code from beginRun to start
The beginRun
method is deprecated. One-time initializations before the event loop
need to be done in start
. Since this code only ever runs on input files with one run-number this should be functionally equivalent.