You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the variables used to identify if the vertex was on the foil only for electrons and alphas, where was left untouched, and wrong, from issue SuperNEMO-DBD#26
**reco.vertices_in_tracker** : Number of charged particle tracks with a vertex on the foil or on the wires (was `reco.vertices_on_foil`).
153
153
154
-
**reco.electrons_from_foil** : Vector of booleans corresponding to the electron candidates in descending order of energy. True if the electron candidate has a vertex on the source foil, false if not.
154
+
**reco.electrons_from_foil** : Vector of booleans corresponding to the electron candidates in descending order of energy. True if the electron candidate has a vertex on the source foil (only), false if not.
155
155
156
156
**reco.electron_vertex_x(y,z)** : Vector of the x(y,z) position of the foilmost vertex of each electron candidate in descending order of energy. The x direction is Italy to France (foil is at x ~ 0). The y direction is horizontal, parallel to the foil, you can see it in top view (tunnel to mountain). The z direction is vertical (0 in the middle).
157
157
@@ -201,7 +201,7 @@ reco.foil_projected_external_probability** : As internal and external probabilit
201
201
**reco.delayed_cluster_hit_count** : Number of hits in the delayed cluster. Used to determine the correct
202
202
metric for calculating the alpha track and alpha projected track lengths
203
203
204
-
**reco.foil_alpha_count** : Number of alphas with a vertex identified as being on the source foil
204
+
**reco.foil_alpha_count** : Number of alphas with a vertex identified as being on the source foil (only)
205
205
206
206
**reco.alpha_track_length** : Length in mm of the delayed track. This length is calculated in different ways depending on the number of hits in the delayed cluster. This is due to the way < 3 hit tracks are treated by alpha finder. More detail is provided in code comments.
0 commit comments