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