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

Result of the CRUMBS slice ID MVA. More...

#include <SRCRUMBSResult.h>

Public Member Functions

 SRCRUMBSCRTVars ()
 
 ~SRCRUMBSCRTVars ()
 

Public Attributes

float trackscore
 a combination of the DCA and angle between the best matched TPC & CRT tracks More...
 
float hitscore
 the best distance from an extrapolated TPC track to a CRT hit [cm] More...
 
float tracktime
 the time associated with the matched CRT track [us] More...
 
float hittime
 the time associated with the matched CRT hit [us] More...
 

Detailed Description

Result of the CRUMBS slice ID MVA.

Definition at line 40 of file SRCRUMBSResult.h.

Constructor & Destructor Documentation

caf::SRCRUMBSCRTVars::SRCRUMBSCRTVars ( )

Definition at line 32 of file SRCRUMBSResult.cxx.

33  : trackscore(std::numeric_limits<float>::signaling_NaN())
34  , hitscore(std::numeric_limits<float>::signaling_NaN())
35  , tracktime(std::numeric_limits<float>::signaling_NaN())
36  , hittime(std::numeric_limits<float>::signaling_NaN())
37  {
38  }
float hittime
the time associated with the matched CRT hit [us]
float hitscore
the best distance from an extrapolated TPC track to a CRT hit [cm]
float trackscore
a combination of the DCA and angle between the best matched TPC &amp; CRT tracks
float tracktime
the time associated with the matched CRT track [us]
caf::SRCRUMBSCRTVars::~SRCRUMBSCRTVars ( )
inline

Definition at line 43 of file SRCRUMBSResult.h.

43 {}

Member Data Documentation

float caf::SRCRUMBSCRTVars::hitscore

the best distance from an extrapolated TPC track to a CRT hit [cm]

Definition at line 46 of file SRCRUMBSResult.h.

float caf::SRCRUMBSCRTVars::hittime

the time associated with the matched CRT hit [us]

Definition at line 48 of file SRCRUMBSResult.h.

float caf::SRCRUMBSCRTVars::trackscore

a combination of the DCA and angle between the best matched TPC & CRT tracks

Definition at line 45 of file SRCRUMBSResult.h.

float caf::SRCRUMBSCRTVars::tracktime

the time associated with the matched CRT track [us]

Definition at line 47 of file SRCRUMBSResult.h.


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