diff --git a/sbnanaobj/StandardRecord/SRCorrectedOpFlash.cxx b/sbnanaobj/StandardRecord/SRCorrectedOpFlash.cxx
index e6a2416..b89f1c7 100644
--- a/sbnanaobj/StandardRecord/SRCorrectedOpFlash.cxx
+++ b/sbnanaobj/StandardRecord/SRCorrectedOpFlash.cxx
@@ -14,11 +14,9 @@ namespace caf
void SRCorrectedOpFlash::setDefault()
{
OpFlashT0 = -9999.;
- UpstreamTime_lightonly = -9999.;
- UpstreamTime_tpczcorr = -9999.;
- UpstreamTime_propcorr_tpczcorr = -9999.;
- SliceNuScore = -9999.;
- FMScore = -9999.;
+ NuToFLight = -9999.;
+ NuToFCharge = -9999.;
+ OpFlashT0Corrected = -9999.;
}
} // end namespace caf
diff --git a/sbnanaobj/StandardRecord/SRCorrectedOpFlash.h b/sbnanaobj/StandardRecord/SRCorrectedOpFlash.h
index 76252c6..0a2fb52 100644
--- a/sbnanaobj/StandardRecord/SRCorrectedOpFlash.h
+++ b/sbnanaobj/StandardRecord/SRCorrectedOpFlash.h
@@ -17,12 +17,10 @@ namespace caf
/// @name Data members related to the opflash corrected time
/// @{
- float OpFlashT0 { -9999. }; ///< | OpFlash Time wrt RWM time | (ns)
- float UpstreamTime_lightonly { -9999. }; ///< | Nu upstream wall time reconstructed using light only | (ns)
- float UpstreamTime_tpczcorr { -9999. }; ///< | Nu upstream wall time reconstructed using light and Z from tpc vertex | (ns)
- float UpstreamTime_propcorr_tpczcorr { -9999. }; ///< | Nu upstream wall time reconstructed using light propagation correction from tpc information and z correction from tpc vertex | (ns)
- float SliceNuScore { -9999. }; ///< | Slice Nu Score |
- float FMScore { -9999. }; ///< | Flash Match Score |
+ float OpFlashT0 { -9999. }; ///< | OpFlash Time wrt RWM time | (us)
+ float NuToFLight { -9999. }; ///< | Nu ToF using light only | (us)
+ float NuToFCharge { -9999. }; ///< | Nu ToF Z from tpc vertex | (us)
+ float OpFlashT0Corrected { -9999. }; ///< | OpFlash Time wrt RWM time after light propagation corrections | (us)
/// @}
void setDefault();
diff --git a/sbnanaobj/StandardRecord/classes_def.xml b/sbnanaobj/StandardRecord/classes_def.xml
index a951063..6d65737 100644
--- a/sbnanaobj/StandardRecord/classes_def.xml
+++ b/sbnanaobj/StandardRecord/classes_def.xml
@@ -376,7 +376,8 @@
-
+
+