You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sbnobj/Common/Reco/CorrectedOpFlashTiming.h
+5-18Lines changed: 5 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -23,25 +23,12 @@ namespace sbn {
23
23
24
24
/// @name Corrected OpFlash Times
25
25
/// @{
26
-
float OpFlashT0 { fDefault }; ///< | OpFlash Time wrt RWM time | (ns)
27
-
float UpstreamTime_lightonly { fDefault }; ///< | Nu upstream wall time reconstructed using light only | (ns)
28
-
float UpstreamTime_tpczcorr { fDefault }; ///< | Nu upstream wall time reconstructed using light and Z from tpc vertex | (ns)
29
-
float UpstreamTime_propcorr_tpczcorr { fDefault }; ///< | Nu upstream wall time reconstructed using light propagation correction from tpc information and z correction from tpc vertex | (ns)
30
-
31
-
/// @}
32
-
33
-
/// @name Data members related to the slice-flash match
34
-
/// @{
35
-
float FMScore { fDefault }; ///< | OpFlash Time wrt RWM time | (ns)
36
-
26
+
float OpFlashT0 { fDefault }; ///< | OpFlash Time wrt RWM time | (us)
27
+
float NuToFLight { fDefault }; ///< | Nu ToF using light only | (us)
28
+
float NuToFCharge { fDefault }; ///< | Nu ToF Z from tpc vertex | (us)
29
+
float OpFlashT0Corrected { fDefault }; ///< | OpFlash Time wrt RWM time after light propagation corrections | (us)
37
30
/// @}
38
-
39
-
/// @name Data members related to the slice match
40
-
/// @{
41
-
float SliceNuScore { fDefault }; ///< | OpFlash Time wrt RWM time | (ns)
0 commit comments