#include <CRUMBSResult.h>
Public Member Functions | |
CRUMBSResult (float score=default_float, float ccnumuscore=default_float, float ccnuescore=default_float, float ncscore=default_float, float bestscore=default_float, int bestid=default_int, float tpc_CRFracHitsInLongestTrack=default_float, float tpc_CRLongestTrackDeflection=default_float, float tpc_CRLongestTrackDirY=default_float, int tpc_CRNHitsMax=default_int, float tpc_NuEigenRatioInSphere=default_float, int tpc_NuNFinalStatePfos=default_int, int tpc_NuNHitsTotal=default_int, int tpc_NuNSpacePointsInSphere=default_int, float tpc_NuVertexY=default_float, float tpc_NuWeightedDirZ=default_float, float tpc_StoppingChi2CosmicRatio=default_float, float pds_FMTotalScore=default_float, float pds_FMPE=default_float, float pds_FMTime=default_float, float crt_TrackScore=default_float, float crt_HitScore=default_float, float crt_TrackTime=default_float, float crt_HitTime=default_float) | |
Public Attributes | |
float | score |
CRUMBS result, for inclusive neutrino signal. More... | |
float | ccnumuscore |
CRUMBS result, for CCNuMu signal. More... | |
float | ccnuescore |
CRUMBS result, for CCNuE signal. More... | |
float | ncscore |
CRUMBS result, for NC signal. More... | |
float | bestscore |
Best score from the three signal-specific versions. More... | |
int | bestid |
ID corresponding to the best score, 14 for CCNuMu, 12 for CCNuE, 1 for NC. More... | |
float | tpc_CRFracHitsInLongestTrack |
fraction of slice’s space points in longest track (cosmic reco) More... | |
float | tpc_CRLongestTrackDeflection |
1 - the cosine of the angle between the starting and finishing directions of the longest track (cosmic reco) More... | |
float | tpc_CRLongestTrackDirY |
relative direction of the longest track in Y (cosmic reco) More... | |
int | tpc_CRNHitsMax |
the number of space points in the largest pfp More... | |
float | tpc_NuEigenRatioInSphere |
the ratio between the first and second eigenvalues from a PCA of spacepoints within 10cm of the vertex (nu reco) More... | |
int | tpc_NuNFinalStatePfos |
the number of final state pfos (nu reco) More... | |
int | tpc_NuNHitsTotal |
the total number of space points (nu reco) More... | |
int | tpc_NuNSpacePointsInSphere |
the total number of space points within 10cm of the vertex (nu reco) More... | |
float | tpc_NuVertexY |
the vertex position in Y (nu reco) [cm] More... | |
float | tpc_NuWeightedDirZ |
the Z component of the space-point weighted direction of the final state pfos (nu reco) More... | |
float | tpc_StoppingChi2CosmicRatio |
a ratio of chi2 values intended to find Bragg peaks in stopping muon tracks More... | |
float | pds_FMTotalScore |
the total flash match score More... | |
float | pds_FMPE |
the total number of photoelectrons in the associated flash More... | |
float | pds_FMTime |
the time associated with the flash [us] More... | |
float | crt_TrackScore |
a combination of the DCA and angle between the best matched TPC & CRT tracks More... | |
float | crt_HitScore |
the best distance from an extrapolated TPC track to a CRT hit [cm] More... | |
float | crt_TrackTime |
the time associated with the matched CRT track [us] More... | |
float | crt_HitTime |
the time associated with the matched CRT hit [us] More... | |
Definition at line 12 of file CRUMBSResult.h.
sbn::CRUMBSResult::CRUMBSResult | ( | float | score = default_float , |
float | ccnumuscore = default_float , |
||
float | ccnuescore = default_float , |
||
float | ncscore = default_float , |
||
float | bestscore = default_float , |
||
int | bestid = default_int , |
||
float | tpc_CRFracHitsInLongestTrack = default_float , |
||
float | tpc_CRLongestTrackDeflection = default_float , |
||
float | tpc_CRLongestTrackDirY = default_float , |
||
int | tpc_CRNHitsMax = default_int , |
||
float | tpc_NuEigenRatioInSphere = default_float , |
||
int | tpc_NuNFinalStatePfos = default_int , |
||
int | tpc_NuNHitsTotal = default_int , |
||
int | tpc_NuNSpacePointsInSphere = default_int , |
||
float | tpc_NuVertexY = default_float , |
||
float | tpc_NuWeightedDirZ = default_float , |
||
float | tpc_StoppingChi2CosmicRatio = default_float , |
||
float | pds_FMTotalScore = default_float , |
||
float | pds_FMPE = default_float , |
||
float | pds_FMTime = default_float , |
||
float | crt_TrackScore = default_float , |
||
float | crt_HitScore = default_float , |
||
float | crt_TrackTime = default_float , |
||
float | crt_HitTime = default_float |
||
) |
Definition at line 3 of file CRUMBSResult.cc.
int sbn::CRUMBSResult::bestid |
ID corresponding to the best score, 14 for CCNuMu, 12 for CCNuE, 1 for NC.
Definition at line 28 of file CRUMBSResult.h.
float sbn::CRUMBSResult::bestscore |
Best score from the three signal-specific versions.
Definition at line 27 of file CRUMBSResult.h.
float sbn::CRUMBSResult::ccnuescore |
CRUMBS result, for CCNuE signal.
Definition at line 25 of file CRUMBSResult.h.
float sbn::CRUMBSResult::ccnumuscore |
CRUMBS result, for CCNuMu signal.
Definition at line 24 of file CRUMBSResult.h.
float sbn::CRUMBSResult::crt_HitScore |
the best distance from an extrapolated TPC track to a CRT hit [cm]
Definition at line 44 of file CRUMBSResult.h.
float sbn::CRUMBSResult::crt_HitTime |
the time associated with the matched CRT hit [us]
Definition at line 46 of file CRUMBSResult.h.
float sbn::CRUMBSResult::crt_TrackScore |
a combination of the DCA and angle between the best matched TPC & CRT tracks
Definition at line 43 of file CRUMBSResult.h.
float sbn::CRUMBSResult::crt_TrackTime |
the time associated with the matched CRT track [us]
Definition at line 45 of file CRUMBSResult.h.
float sbn::CRUMBSResult::ncscore |
CRUMBS result, for NC signal.
Definition at line 26 of file CRUMBSResult.h.
float sbn::CRUMBSResult::pds_FMPE |
the total number of photoelectrons in the associated flash
Definition at line 41 of file CRUMBSResult.h.
float sbn::CRUMBSResult::pds_FMTime |
the time associated with the flash [us]
Definition at line 42 of file CRUMBSResult.h.
float sbn::CRUMBSResult::pds_FMTotalScore |
the total flash match score
Definition at line 40 of file CRUMBSResult.h.
float sbn::CRUMBSResult::score |
CRUMBS result, for inclusive neutrino signal.
Definition at line 23 of file CRUMBSResult.h.
float sbn::CRUMBSResult::tpc_CRFracHitsInLongestTrack |
fraction of slice’s space points in longest track (cosmic reco)
Definition at line 29 of file CRUMBSResult.h.
float sbn::CRUMBSResult::tpc_CRLongestTrackDeflection |
1 - the cosine of the angle between the starting and finishing directions of the longest track (cosmic reco)
Definition at line 30 of file CRUMBSResult.h.
float sbn::CRUMBSResult::tpc_CRLongestTrackDirY |
relative direction of the longest track in Y (cosmic reco)
Definition at line 31 of file CRUMBSResult.h.
int sbn::CRUMBSResult::tpc_CRNHitsMax |
the number of space points in the largest pfp
Definition at line 32 of file CRUMBSResult.h.
float sbn::CRUMBSResult::tpc_NuEigenRatioInSphere |
the ratio between the first and second eigenvalues from a PCA of spacepoints within 10cm of the vertex (nu reco)
Definition at line 33 of file CRUMBSResult.h.
int sbn::CRUMBSResult::tpc_NuNFinalStatePfos |
the number of final state pfos (nu reco)
Definition at line 34 of file CRUMBSResult.h.
int sbn::CRUMBSResult::tpc_NuNHitsTotal |
the total number of space points (nu reco)
Definition at line 35 of file CRUMBSResult.h.
int sbn::CRUMBSResult::tpc_NuNSpacePointsInSphere |
the total number of space points within 10cm of the vertex (nu reco)
Definition at line 36 of file CRUMBSResult.h.
float sbn::CRUMBSResult::tpc_NuVertexY |
the vertex position in Y (nu reco) [cm]
Definition at line 37 of file CRUMBSResult.h.
float sbn::CRUMBSResult::tpc_NuWeightedDirZ |
the Z component of the space-point weighted direction of the final state pfos (nu reco)
Definition at line 38 of file CRUMBSResult.h.
float sbn::CRUMBSResult::tpc_StoppingChi2CosmicRatio |
a ratio of chi2 values intended to find Bragg peaks in stopping muon tracks
Definition at line 39 of file CRUMBSResult.h.