Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 574 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 574 Bytes

Pythia8ProIO

This is an example of how to interface Pythia8 Monte Carlo generator with the ProIO file format for
HepSim Monte Carlo repository. We use the VarintPackedParticles method to fill particle records which gives very good file size reduction.

It assumes that the following variables are set:

LZ4
PROIO
PROTOBUF
PYTHIA8
CLHEP

Look at the Makefile. After compiling the code, run the test job "A_RUN" which creates 10 ProIO files inside the directory "out"

S.Chekanov (ANL)