synchronize output format between examples
a very annoying detail. in corsika.cpp
the energy deposit is stored under output.add("energyloss", dEdX);
while in radio_em_shower_example.cpp
it is under 'dEdX'. This means analysis scripts that were developed for one don't work for the other.