Skip to content

Commit 7da4b10

Browse files
authored
Merge pull request #147 from SBNSoftware/feature/acastill_lightpropagationfixes
Update CorrectedOpFlash attributes
2 parents 85a4ca6 + 28493be commit 7da4b10

3 files changed

Lines changed: 8 additions & 20 deletions

File tree

sbnobj/Common/Reco/CorrectedOpFlashTiming.h

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,12 @@ namespace sbn {
2323

2424
/// @name Corrected OpFlash Times
2525
/// @{
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)
3730
/// @}
38-
39-
/// @name Data members related to the slice match
40-
/// @{
41-
float SliceNuScore { fDefault }; ///< | OpFlash Time wrt RWM time | (ns)
42-
43-
/// @}
44-
31+
4532
};
4633
}
4734

sbnobj/Common/Reco/TPCPMTBarycenterMatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ 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)
50+
float angle { fDefault }; ///< | Angle between charge PCA and light PCA | (deg)
5151
float chi2 { fDefault }; ///< | Chi2 to be minimised when matching flash to slice | (dimensionless)
5252
float score { fDefault }; ///< | Score to be maximised when matching flash to slice | (dimensionless)
5353
float deltaT { fDefault }; ///< | Matched flash time - anab::T0 | when available (us)

sbnobj/Common/Reco/classes_def.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@
292292

293293
<class name="std::vector<geo::PlaneID>"/>
294294

295-
<class name="sbn::CorrectedOpFlashTiming" ClassVersion="15">
295+
<class name="sbn::CorrectedOpFlashTiming" ClassVersion="16">
296+
<version ClassVersion="16" checksum="1734226620"/>
296297
<version ClassVersion="15" checksum="2401924061"/>
297298
<version ClassVersion="14" checksum="2635318722"/>
298299
<version ClassVersion="13" checksum="328467396"/>

0 commit comments

Comments
 (0)