@@ -17,8 +17,9 @@ namespace sbn {
1717 float tpc_CRLongestTrackDirY = default_float, int tpc_CRNHitsMax = default_int, float tpc_NuEigenRatioInSphere = default_float,
1818 int tpc_NuNFinalStatePfos = default_int, int tpc_NuNHitsTotal = default_int, int tpc_NuNSpacePointsInSphere = default_int,
1919 float tpc_NuVertexY = default_float, float tpc_NuWeightedDirZ = default_float, float tpc_StoppingChi2CosmicRatio = default_float,
20- float pds_FMTotalScore = default_float, float pds_FMPE = default_float, float pds_FMTime = default_float, float crt_TrackScore = default_float,
21- float crt_HitScore = default_float, float crt_TrackTime = default_float, float crt_HitTime = default_float);
20+ float pds_FMTotalScore = default_float, float pds_FMPE = default_float, float pds_FMTime = default_float, float pds_OpT0Score = default_float,
21+ float pds_OpT0MeasuredPE = default_float, float crt_TrackScore = default_float, float crt_HitScore = default_float, float crt_TrackTime = default_float,
22+ float crt_HitTime = default_float);
2223
2324 float score; // !< CRUMBS result, for inclusive neutrino signal
2425 float ccnumuscore; // !< CRUMBS result, for CCNuMu signal
@@ -40,6 +41,8 @@ namespace sbn {
4041 float pds_FMTotalScore; // !< the total flash match score
4142 float pds_FMPE; // !< the total number of photoelectrons in the associated flash
4243 float pds_FMTime; // !< the time associated with the flash [us]
44+ float pds_OpT0Score; // !< the agreement score from the OpT0 falsh matcher
45+ float pds_OpT0MeasuredPE; // !< the PE of the reconstructed flash matched by OpT0
4346 float crt_TrackScore; // !< a combination of the DCA and angle between the best matched TPC & CRT tracks
4447 float crt_HitScore; // !< the best distance from an extrapolated TPC track to a CRT hit [cm]
4548 float crt_TrackTime; // !< the time associated with the matched CRT track [us]
0 commit comments