Skip to content

Commit da30615

Browse files
committed
Rename CRT CRUMBS vars
1 parent 1f3836f commit da30615

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

sbnobj/Common/Reco/CRUMBSResult.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sbn::CRUMBSResult::CRUMBSResult(float score, float ccnumuscore, float ccnuescore
55
int tpc_CRNHitsMax, float tpc_NuEigenRatioInSphere, int tpc_NuNFinalStatePfos, int tpc_NuNHitsTotal,
66
int tpc_NuNSpacePointsInSphere, float tpc_NuVertexY, float tpc_NuWeightedDirZ, float tpc_StoppingChi2CosmicRatio,
77
float pds_FMTotalScore, float pds_FMPE, float pds_FMTime, float pds_OpT0Score, float pds_OpT0MeasuredPE,
8-
float crt_TrackScore, float crt_HitScore, float crt_TrackTime, float crt_HitTime)
8+
float crt_TrackScore, float crt_SPScore, float crt_TrackTime, float crt_SPTime)
99
: score(score)
1010
, ccnumuscore(ccnumuscore)
1111
, ccnuescore(ccnuescore)
@@ -29,9 +29,9 @@ sbn::CRUMBSResult::CRUMBSResult(float score, float ccnumuscore, float ccnuescore
2929
, pds_OpT0Score(pds_OpT0Score)
3030
, pds_OpT0MeasuredPE(pds_OpT0MeasuredPE)
3131
, crt_TrackScore(crt_TrackScore)
32-
, crt_HitScore(crt_HitScore)
32+
, crt_SPScore(crt_SPScore)
3333
, crt_TrackTime(crt_TrackTime)
34-
, crt_HitTime(crt_HitTime)
34+
, crt_SPTime(crt_SPTime)
3535
{
3636
}
3737

sbnobj/Common/Reco/CRUMBSResult.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ namespace sbn {
1818
int tpc_NuNFinalStatePfos = default_int, int tpc_NuNHitsTotal = default_int, int tpc_NuNSpacePointsInSphere = default_int,
1919
float tpc_NuVertexY = default_float, float tpc_NuWeightedDirZ = default_float, float tpc_StoppingChi2CosmicRatio = default_float,
2020
float pds_FMTotalScore = default_float, float pds_FMPE = default_float, float pds_FMTime = default_float, float pds_OpT0Score = default_float,
21-
float pds_OpT0MeasuredPE = default_float, float crt_TrackScore = default_float, float crt_HitScore = default_float, float crt_TrackTime = default_float,
22-
float crt_HitTime = default_float);
21+
float pds_OpT0MeasuredPE = default_float, float crt_TrackScore = default_float, float crt_SPScore = default_float, float crt_TrackTime = default_float,
22+
float crt_SPTime = default_float);
2323

2424
float score; //!< CRUMBS result, for inclusive neutrino signal
2525
float ccnumuscore; //!< CRUMBS result, for CCNuMu signal
@@ -44,9 +44,9 @@ namespace sbn {
4444
float pds_OpT0Score; //!< the agreement score from the OpT0 falsh matcher
4545
float pds_OpT0MeasuredPE; //!< the PE of the reconstructed flash matched by OpT0
4646
float crt_TrackScore; //!< a combination of the DCA and angle between the best matched TPC & CRT tracks
47-
float crt_HitScore; //!< the best distance from an extrapolated TPC track to a CRT hit [cm]
47+
float crt_SPScore; //!< the best distance from an extrapolated TPC track to a CRT spacepoint [cm]
4848
float crt_TrackTime; //!< the time associated with the matched CRT track [us]
49-
float crt_HitTime; //!< the time associated with the matched CRT hit [us]
49+
float crt_SPTime; //!< the time associated with the matched CRT spacepoint [us]
5050
};
5151
}
5252

sbnobj/Common/Reco/classes_def.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
<class name="art::Assns<sbn::SimpleFlashMatch,recob::PFParticle, void>" />
5555
<class name="art::Wrapper<art::Assns<sbn::SimpleFlashMatch, recob::PFParticle, void> >" />
5656

57-
<class name="sbn::CRUMBSResult" ClassVersion="12">
57+
<class name="sbn::CRUMBSResult" ClassVersion="13">
58+
<version ClassVersion="13" checksum="2221682896"/>
5859
<version ClassVersion="12" checksum="526337898"/>
5960
<version ClassVersion="11" checksum="2038758639"/>
6061
<version ClassVersion="10" checksum="1001500335"/>

0 commit comments

Comments
 (0)