HPS-MC
slic_to_anaMC_job.py
Go to the documentation of this file.
1 """!
2 @file slic_to_anaMC_job.py
3 
4 Run SLIC to analysis using mcTuple.
5 """
6 from hpsmc.tools import SLIC, HPSTR
7 
8 job.description = 'slic to anaMC'
9 
10 
11 slic = SLIC()
12 
13 
14 tuple = HPSTR(cfg='mcTuple')
15 
16 
17 ana = HPSTR(cfg='ana')
18 
19 
20 job.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