Updates since last week
- Made some calculations for floating-point class label based on track inclination. Modified sigmoid function for which we can determine "steepness" by two paramters -> Gives a better handle on the value when the network rejects clusters (threshold value)
- Created a function which calculates the overlap of two or more clusters. Returns 3 values: Total area covered by a cluster (units in pad and time direction), area that has overlap with charges of different MC label as a fraction of the total area, sum of charge that has overlap with charges of different MC label as a fraction of the total charge
- Currently in the process of creating a branch for a PR on O2 dev with the NN clusterizer code to have some space for discussion