acts icon indicating copy to clipboard operation
acts copied to clipboard

output of ActsExampleAdaptiveMultiVertexFinder

Open rubihason opened this issue 2 years ago • 4 comments

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? Acts

rubihason avatar Oct 12 '22 09:10 rubihason

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.

paulgessinger avatar Oct 13 '22 08:10 paulgessinger

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: Acts Maybe have more information about the tracks from each vertex? Perhaps that are more scripts of vertex?

rubihason avatar Oct 18 '22 08:10 rubihason

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.

paulgessinger avatar Oct 18 '22 08:10 paulgessinger