Skip to content

Commit f7b7d4f

Browse files
authored
Merge pull request #144 from SBNSoftware/feature/acastill_tpcpmtbfm_upgrade
Feature/acastill tpcpmtbfm upgrade
2 parents 46c66a9 + 6d9e72d commit f7b7d4f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

sbnobj/Common/Reco/TPCPMTBarycenterMatch.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ 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)
51+
float chi2 { fDefault }; ///< | Chi2 to be minimised when matching flash to slice | (dimensionless)
52+
float score { fDefault }; ///< | Score to be maximised when matching flash to slice | (dimensionless)
5053
float deltaT { fDefault }; ///< | Matched flash time - anab::T0 | when available (us)
5154
float overlapY { fDefault }; ///< Spatial overlap of flash and charge centroids in Y [>0] OR distance apart if no overlap [<0] (cm)
5255
float overlapZ { fDefault }; ///< Spatial overlap of flash and charge centroids in Z [>0] OR distance apart if no overlap [<0] (cm)

sbnobj/Common/Reco/classes_def.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@
266266
<class name="art::Wrapper<art::Assns<sbn::MVAPID, recob::PFParticle>>" />
267267
<class name="art::Wrapper<art::Assns<sbn::MVAPID, recob::PFParticle, recob::Track>>" />
268268

269-
<class name="sbn::TPCPMTBarycenterMatch" ClassVersion="10">
269+
<class name="sbn::TPCPMTBarycenterMatch" ClassVersion="12">
270+
<version ClassVersion="12" checksum="2061481769"/>
271+
<version ClassVersion="11" checksum="2756550975"/>
270272
<version ClassVersion="10" checksum="3504890228"/>
271273
</class>
272274
<class name="std::vector<sbn::TPCPMTBarycenterMatch>" />

0 commit comments

Comments
 (0)