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

< TPC input variables for CRUMBS PDS input variables for CRUMBS More...

#include <SRCRUMBSResult.h>

Public Member Functions

 SRCRUMBSTPCVars ()
 
 ~SRCRUMBSTPCVars ()
 

Public Attributes

float crlongtrackhitfrac
 fraction of slice’s space points in longest track (cosmic reco) More...
 
float crlongtrackdefl
 1 - the cosine of the angle between the starting and finishing directions of the longest track (cosmic reco) More...
 
float crlongtrackdiry
 relative direction of the longest track in Y (cosmic reco) More...
 
int crnhitsmax
 the number of space points in the largest pfp More...
 
float nusphereeigenratio
 the ratio between the first and second eigenvalues from a PCA of spacepoints within 10cm of the vertex (nu reco) More...
 
int nufinalstatepfos
 the number of final state pfos (nu reco) More...
 
int nutotalhits
 the total number of space points (nu reco) More...
 
int nuspherespacepoints
 the total number of space points within 10cm of the vertex (nu reco) More...
 
float nuvertexy
 the vertex position in Y (nu reco) [cm] More...
 
float nuwgtdirz
 the Z component of the space-point weighted direction of the final state pfos (nu reco) More...
 
float stoppingchi2ratio
 a ratio of chi2 values intended to find Bragg peaks in stopping muon tracks More...
 

Detailed Description

< TPC input variables for CRUMBS PDS input variables for CRUMBS

Definition at line 10 of file SRCRUMBSResult.h.

Constructor & Destructor Documentation

caf::SRCRUMBSTPCVars::SRCRUMBSTPCVars ( )

Definition at line 10 of file SRCRUMBSResult.cxx.

11  : crlongtrackhitfrac(std::numeric_limits<float>::signaling_NaN())
12  , crlongtrackdefl(std::numeric_limits<float>::signaling_NaN())
13  , crlongtrackdiry(std::numeric_limits<float>::signaling_NaN())
14  , crnhitsmax(std::numeric_limits<int>::max())
15  , nusphereeigenratio(std::numeric_limits<float>::signaling_NaN())
16  , nufinalstatepfos(std::numeric_limits<int>::max())
17  , nutotalhits(std::numeric_limits<int>::max())
18  , nuspherespacepoints(std::numeric_limits<int>::max())
19  , nuvertexy(std::numeric_limits<float>::signaling_NaN())
20  , nuwgtdirz(std::numeric_limits<float>::signaling_NaN())
21  , stoppingchi2ratio(std::numeric_limits<float>::signaling_NaN())
22  {
23  }
float crlongtrackdefl
1 - the cosine of the angle between the starting and finishing directions of the longest track (cosmi...
int nufinalstatepfos
the number of final state pfos (nu reco)
float crlongtrackhitfrac
fraction of slice’s space points in longest track (cosmic reco)
float nusphereeigenratio
the ratio between the first and second eigenvalues from a PCA of spacepoints within 10cm of the verte...
int nuspherespacepoints
the total number of space points within 10cm of the vertex (nu reco)
int nutotalhits
the total number of space points (nu reco)
float nuwgtdirz
the Z component of the space-point weighted direction of the final state pfos (nu reco) ...
float nuvertexy
the vertex position in Y (nu reco) [cm]
float stoppingchi2ratio
a ratio of chi2 values intended to find Bragg peaks in stopping muon tracks
float crlongtrackdiry
relative direction of the longest track in Y (cosmic reco)
int crnhitsmax
the number of space points in the largest pfp
caf::SRCRUMBSTPCVars::~SRCRUMBSTPCVars ( )
inline

Definition at line 13 of file SRCRUMBSResult.h.

13 {}

Member Data Documentation

float caf::SRCRUMBSTPCVars::crlongtrackdefl

1 - the cosine of the angle between the starting and finishing directions of the longest track (cosmic reco)

Definition at line 16 of file SRCRUMBSResult.h.

float caf::SRCRUMBSTPCVars::crlongtrackdiry

relative direction of the longest track in Y (cosmic reco)

Definition at line 17 of file SRCRUMBSResult.h.

float caf::SRCRUMBSTPCVars::crlongtrackhitfrac

fraction of slice’s space points in longest track (cosmic reco)

Definition at line 15 of file SRCRUMBSResult.h.

int caf::SRCRUMBSTPCVars::crnhitsmax

the number of space points in the largest pfp

Definition at line 18 of file SRCRUMBSResult.h.

int caf::SRCRUMBSTPCVars::nufinalstatepfos

the number of final state pfos (nu reco)

Definition at line 20 of file SRCRUMBSResult.h.

float caf::SRCRUMBSTPCVars::nusphereeigenratio

the ratio between the first and second eigenvalues from a PCA of spacepoints within 10cm of the vertex (nu reco)

Definition at line 19 of file SRCRUMBSResult.h.

int caf::SRCRUMBSTPCVars::nuspherespacepoints

the total number of space points within 10cm of the vertex (nu reco)

Definition at line 22 of file SRCRUMBSResult.h.

int caf::SRCRUMBSTPCVars::nutotalhits

the total number of space points (nu reco)

Definition at line 21 of file SRCRUMBSResult.h.

float caf::SRCRUMBSTPCVars::nuvertexy

the vertex position in Y (nu reco) [cm]

Definition at line 23 of file SRCRUMBSResult.h.

float caf::SRCRUMBSTPCVars::nuwgtdirz

the Z component of the space-point weighted direction of the final state pfos (nu reco)

Definition at line 24 of file SRCRUMBSResult.h.

float caf::SRCRUMBSTPCVars::stoppingchi2ratio

a ratio of chi2 values intended to find Bragg peaks in stopping muon tracks

Definition at line 25 of file SRCRUMBSResult.h.


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