HPS-MC
 
Loading...
Searching...
No Matches
data_cnv_job.py
Go to the documentation of this file.
1"""!
2@file data_cnv_job.py
3
4Convert EVIO to LCIO and then process with HPSTR to produce a recon tuple.
5"""
6
7from hpsmc.tools import EvioToLcio, HPSTR
8
9job.description = "EVIO converter"
10
11cnv = EvioToLcio(steering="recon")
12
13# tuple = HPSTR(run_mode=1, cfg='recon')
14
15job.add([cnv])
Convert EVIO events to LCIO using the hps-java EvioToLcio command line tool.
Definition tools.py:1066
Tools that can be used in HPSMC jobs.
Definition tools.py:1