acts
acts copied to clipboard
output of ActsExampleAdaptiveMultiVertexFinder
hello,
I was running the example and everything was fine, but the only output is the running time.
there is any possible way to output the data of the vertex, like position or energy and etc?
root or CSV format?
Hey @rubihason! There is indeed the possibility to write information in at least ROOT format (not sure we have CSV for the vertices). The executable here likely has options that control the output.
However, these executable examples are deprecated, so you should consider switching to the python based examples.
Hey, thanks for helping!
I switched to python and the only script for a vertex is "vertex_fitting".
The only data that I received from this script is this:
Maybe have more information about the tracks from each vertex?
Perhaps that are more scripts of vertex?
About the script: the vertex fitting should also be part of full_chain_odd.py
and can be configured in the python anywhere else if needed.
Indeed this is only the output used for performance monitoring. There's no coherent output of all the quantities, we only partially have this for particles and tracks. The IO model of the Examples framework is bare-bones.
If you have the need for a particular format, the best way forward is likely to write a writer that you can attach to the job.