icecube.simprod.jcorsika.corsika_binary module

copyright (c) 2005 the icecube collaboration

@version: $Revision: $ @date: $Date: $ @author: Alex Olivas <olivas@icecube.umd.edu> and Javier Gonzalez <javierg@udel.edu>

class icecube.simprod.jcorsika.corsika_binary.CorsikaBinary(options, binary_name)

Bases: object

In the simplest case a CorsikaBinary should only have take a binary name and execute that with the given INPUTS file. It might need to do other stuff to work around CORSIKA’s pathology, but we’ll see… This only requires the bare minimun…you have a INPUTS file and a binary, so go! We might want to add back in checks, cleanups, etc…

Execute(steering_filename)