Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Traccc/extras/event_trimmer/README.md is written in an unsupported language. File is not indexed.

0001 # Event trimmer
0002 
0003 This tool takes an input event and extracts the data for a small number of particles. It is designed to be useful for debugging all kinds of reconstruction issues. For example, the invocation:
0004 
0005 ```
0006 python main.py -p 1 -p 5 -i 2 input output
0007 ```
0008 
0009 Will read event 2 (`-i`) from directory `input` and extract particles 1 and 5 (`-p`) from it. It will then write the trimmed event to the `output` directory.