AMVF algorithm
#2114
Replies: 3 comments 2 replies
-
are you sure the AMVF is receiving the tracks from the ambi solver and not from the CKF directly? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think so, this is the code:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I just lookup on the file tracksummary_ckf.root and I see a different number of tracks from the csv file. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to get information about the tracks associated with each reconstructed vertex.
To do so, I write a CSV file from the AdaptiveMultiVertexFinderAlgorithm.cpp file as follows in the code.
I think something wrong here. When I compare the tracks number from the ambu to the tracks number from AMVF I get a bigger number of tracks inside the AMVF.
It doesn't make sense that the vertex algorithm has a bigger number of tracks than those in ambu.
for example I add 3 CSV files of the vertex information from AMVF, tracks associates AMVF and tracks from ambu.
vertex0.csv
tracks0.csv
event000000000-tracks_ambi.csv
Beta Was this translation helpful? Give feedback.
All reactions