HPS-MC
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
Loading...
Searching...
No Matches
data_cnv_10_percent_job.py
Go to the documentation of this file.
1
"""!
2
@file data_cnv_job.py
3
4
Convert EVIO to LCIO and then process with HPSTR to produce a recon tuple.
5
"""
6
from
hpsmc.tools
import
EvioToLcio, HPSTR, SQLiteProc
7
8
job.description =
'EVIO converter'
9
10
sqlite =
SQLiteProc
()
11
12
cnv =
EvioToLcio
(steering=
'recon'
)
13
14
tuple =
HPSTR
(run_mode=1, cfg=
'recon'
)
15
16
job.add([sqlite, cnv, tuple])
hpsmc.tools.EvioToLcio
Convert EVIO events to LCIO using the hps-java EvioToLcio command line tool.
Definition
tools.py:1014
hpsmc.tools.HPSTR
Run the hpstr analysis tool.
Definition
tools.py:401
hpsmc.tools.SQLiteProc
Copy the SQLite database file to the desired location.
Definition
tools.py:161
hpsmc.tools
Tools that can be used in HPSMC jobs.
Definition
tools.py:1
python
jobs
data_cnv_10_percent_job.py
Generated by
1.9.8