HPS-MC
 
Loading...
Searching...
No Matches
slic_to_anaMC_job.py
Go to the documentation of this file.
1"""!
2@file slic_to_anaMC_job.py
3
4Run SLIC to analysis using mcTuple.
5"""
6from hpsmc.tools import SLIC, HPSTR
7
8job.description = 'slic to anaMC'
9
10
11slic = SLIC()
12
13
14tuple = HPSTR(cfg='mcTuple')
15
16
17ana = HPSTR(cfg='ana')
18
19
20job.add([slic, tuple, ana])
Run the hpstr analysis tool.
Definition tools.py:344
Run the SLIC Geant4 simulation.
Definition tools.py:15
Tools that can be used in HPSMC jobs.
Definition tools.py:1