Skip to content

Commit c1d8135

Browse files
Add new atribute to store match score and chi2
1 parent d9a6ba1 commit c1d8135

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sbnobj/Common/Reco/TPCPMTBarycenterMatch.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ namespace sbn {
4747
float deltaY { fDefault }; ///< | Matched flash Y center - charge Y center | (cm)
4848
float deltaZ { fDefault }; ///< | Matched flash Z center - charge Z center | (cm)
4949
float radius { fDefault }; ///< Hypotenuse of DeltaY and DeltaZ (cm)
50+
float angle { fDefault }; ///< | Angle between charge PCA and light PCA | (us)
51+
float chi2 { fDefault }; ///< | Chi2 to be minimised when matching flash to slice | (dimensionless)
52+
float score { fDefault }; ///< | Score to be maximised when matching flash to slice | (dimensionless)
5053
float deltaT { fDefault }; ///< | Matched flash time - anab::T0 | when available (us)
5154
float overlapY { fDefault }; ///< Spatial overlap of flash and charge centroids in Y [>0] OR distance apart if no overlap [<0] (cm)
5255
float overlapZ { fDefault }; ///< Spatial overlap of flash and charge centroids in Z [>0] OR distance apart if no overlap [<0] (cm)

0 commit comments

Comments
 (0)