Skip to content

ported the evio-converter/decoder to the branch

Baltzell, Nathan requested to merge iss-189 into development

Created by: gavalian

introduced a new executable that allows converting EVIO files to EVIO6 format, this is convenient to have files larger than 2GB to be processed on the farm. Then the EVIO files can be converted to HIPO5, preserving all branches and from EVIO format. The HIPO5 then is converted to HIPO4 where the banks are created for each detector.

./coatjava/bin/recon-stream -convert -o clas_018775_0000_00001.ev6 class_018775_00000.evio class_018775_00001.evio ./coatjava/bin/recon-stream -decode -o clas_018775_0000_00001.ev6.h5 clas_018775_0000_00001.ev6 -m 3

Will convert to HIPO5 with all the translation tables applied (use -m 2 to leave the data untranslated, i.e. create/slot/channel)

./coatjava/bin/recon-stream -decode -o clas_018775_0000_00001.ev6.h5 clas_018775_0000_00001.ev6 -m 4

The mode 4 will finish by converting HIPO5 to HIPO4, and can be used by the reconstruction engines.

Merge request reports