Hase++ is a discrete event simulation engine with a programming interface similar to that of Jade's Sim++, but implemented using C++ and threads. It includes a set of library routines to provide for process oriented discrete event simulation and a run time system for multi-threading many entities in parallel and keeping track of simulation time.
As the simulation runs, it generates a tracefile. The default tracefile file name is <project_name>.sim, stored in a Results subdirectory. If you want to keep multiple tracefiles, you can copy the created file to another name in the same directory.