SuperNEMO-DBD / TrackReconstructionTests

A collection of tests with the goal of testing the new tracking algorithm.
0 stars 0 forks source link

Test 2: compare the efficiency on vertex separation cut for $2\nu\beta\beta$ #4

Open Shoram444 opened 4 months ago

Shoram444 commented 4 months ago

GOAL

To see whether some option vertex separation cut should be used for 2 electron topology data.

PROCEDURE

We should use the findings on the reconstructed vertex uncertainties in #2 to find the efficiency as:

For each scenario listed above:

SIMULATION SETUP

RELEVANT INFO

RESULTS

miroslav-macko commented 4 months ago

I would extend the distance cut from circle metrics $d = \sqrt{(y1-y2)^2 + (z1-z2)^2}$ to elliptic metrics: $d = \sqrt{\frac{(y1-y2)^2}{b^2} + \frac{(z1-z2)^2}{c^2}}$. This adds two parameters into game but we also know we won´t have circles.

We could use two approaches:

  1. We could study the separation in two dimensions (y and z) separately and then once we would have an idea what is the ratio of the "ideal cuts" in each dimension we fix this ration and we would have only one parameter left.
  2. We could study this as 2D problem from the beginning and make 2D cut maps. It is more rigorous and also it would produce very nice pictures.