lhprojects / dumpStdHep

Utils: Show particles in .stdhep file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dumpStdHep

Show particles in .stdhep or .slcio (particles format) file. This util works with CEPC soft.

Build

  1. Setup CEPC soft chain

  2. Run

cd path/to/dumpStdHep
mkdir build
cd build
cmake path/to/dumpStdHep
make install
  1. You could find the binary at path/to/dumpStdHep/bin.

Run

path/to/dumpStdHep/bin/dumpStdHep [options] <stdhep/file> <event_number(starts width 0)>

use option --help to see more options

About

Utils: Show particles in .stdhep file


Languages

Language:C 63.5%Language:C++ 31.2%Language:CMake 4.8%Language:Python 0.4%