Actions
Support #303
closedProvide material budget file for the STS geometry v15a
Start date:
07/07/2015
Due date:
07/10/2015
% Done:
100%
Estimated time:
(Total: 2.00 h)
Spent time:
3.65 h (Total: 4.05 h)
Description
Please provide a material budget file and a howto explaining how to generate such a file for the STS geometry v15a.
Updated by David Emschermann almost 7 years ago
- Due date set to 06/24/2015
- Assignee set to Tomas Balog
- Estimated time set to 2.00 h
Updated by Tomas Balog almost 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 80
File has been sent to David to commit to trunk. The "how to" will be added soon.
Updated by David Emschermann almost 7 years ago
The material budget file for STS v15a is committed to the trunk.
Updated by David Emschermann almost 7 years ago
- Due date changed from 06/24/2015 to 07/03/2015
We are still waiting for the howto. ;)
Updated by David Emschermann almost 7 years ago
- % Done changed from 0 to 100
Applied in changeset cbmroot|r8196.
Updated by David Emschermann almost 7 years ago
- Status changed from Resolved to Closed
# ## howto generate a material budget file for STS # cd macro/sts/ # run simulation root -l 'matbudget_mc.C("v15a")' # wait for about 4h # run analysis root -l .include $SIMPATH/include .include $FAIRROOTPATH/include .x matbudget_ana.C++("v15a") # move material budget file to correct location mv sts_matbudget_v15a.root ../../parameters/sts/
Actions