Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sbnobj/Common/Reco/TPCPMTBarycenterMatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ namespace sbn {
float deltaY { fDefault }; ///< | Matched flash Y center - charge Y center | (cm)
float deltaZ { fDefault }; ///< | Matched flash Z center - charge Z center | (cm)
float radius { fDefault }; ///< Hypotenuse of DeltaY and DeltaZ (cm)
float angle { fDefault }; ///< | Angle between charge PCA and light PCA | (us)
float chi2 { fDefault }; ///< | Chi2 to be minimised when matching flash to slice | (dimensionless)
float score { fDefault }; ///< | Score to be maximised when matching flash to slice | (dimensionless)
float deltaT { fDefault }; ///< | Matched flash time - anab::T0 | when available (us)
float overlapY { fDefault }; ///< Spatial overlap of flash and charge centroids in Y [>0] OR distance apart if no overlap [<0] (cm)
float overlapZ { fDefault }; ///< Spatial overlap of flash and charge centroids in Z [>0] OR distance apart if no overlap [<0] (cm)
Expand Down
4 changes: 3 additions & 1 deletion sbnobj/Common/Reco/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@
<class name="art::Wrapper<art::Assns<sbn::MVAPID, recob::PFParticle>>" />
<class name="art::Wrapper<art::Assns<sbn::MVAPID, recob::PFParticle, recob::Track>>" />

<class name="sbn::TPCPMTBarycenterMatch" ClassVersion="10">
<class name="sbn::TPCPMTBarycenterMatch" ClassVersion="12">
<version ClassVersion="12" checksum="2061481769"/>
<version ClassVersion="11" checksum="2756550975"/>
<version ClassVersion="10" checksum="3504890228"/>
</class>
<class name="std::vector<sbn::TPCPMTBarycenterMatch>" />
Expand Down