HPS-MC
 
Loading...
Searching...
No Matches
hpstr_ana_job.py
Go to the documentation of this file.
1"""!
2@file hpstr_ana_job.py
3
4HPSTR analysis.
5"""
6from hpsmc.tools import HPSTR
7
8job.description = 'HPSTR analysis'
9
10
11ana = HPSTR(cfg='ana')
12
13job.add([ana])
Run the hpstr analysis tool.
Definition tools.py:344
Tools that can be used in HPSMC jobs.
Definition tools.py:1