All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
sbn::CRUMBSResult Class Reference

#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...
 

Detailed Description

Definition at line 12 of file CRUMBSResult.h.

Constructor & Destructor Documentation

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.

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

Member Data Documentation

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.


The documentation for this class was generated from the following files: