Generator File Formats and Converters
File Formats for Mokka
Mokka can read the following formats
Caveat: The vertex information in hepevt is currently ignored and needs a patched version of Mokka
File Formats for SLIC
Converters
The converters from
The converter is here in
svn svn+ssh://svn.cern.ch/reps/clicdet/trunk/tools/HepMCToHEPEvt
Compile with
cd HepMCToHEPEvt
mkdir build
cd build
cmake -DHepMC_DIR=<locationOfHepMC> ..
make
To Run:
HepMCToHEPEvt <HepMC.dat> <events.hepevt>
hepevt/HEPEvt to stdhep
The converter is here in
svn svn+ssh://svn.cern.ch/reps/clicdet/trunk/tools/HEPEvtStdhepConverter
Compile with
source setup.sh
javac <sourceFile.java>
The input for both of them is a text file which contains the list of hepevt/HEPEvt files for conversion to stdhep.
To run
java <ClassName> <inputfile>