File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments