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

CRT input variables for CRUMBS. More...

#include <SRCRUMBSResult.h>

Public Member Functions

 SRCRUMBSPDSVars ()
 
 ~SRCRUMBSPDSVars ()
 

Public Attributes

float fmtotalscore
 the total flash match score More...
 
float fmpe
 the total number of photoelectrons in the associated flash More...
 
float fmtime
 the time associated with the flash [us] More...
 

Detailed Description

CRT input variables for CRUMBS.

Definition at line 29 of file SRCRUMBSResult.h.

Constructor & Destructor Documentation

caf::SRCRUMBSPDSVars::SRCRUMBSPDSVars ( )

Definition at line 25 of file SRCRUMBSResult.cxx.

26  : fmtotalscore(std::numeric_limits<float>::signaling_NaN())
27  , fmpe(std::numeric_limits<float>::signaling_NaN())
28  , fmtime(std::numeric_limits<float>::signaling_NaN())
29  {
30  }
float fmtime
the time associated with the flash [us]
float fmpe
the total number of photoelectrons in the associated flash
float fmtotalscore
the total flash match score
caf::SRCRUMBSPDSVars::~SRCRUMBSPDSVars ( )
inline

Definition at line 32 of file SRCRUMBSResult.h.

32 {}

Member Data Documentation

float caf::SRCRUMBSPDSVars::fmpe

the total number of photoelectrons in the associated flash

Definition at line 35 of file SRCRUMBSResult.h.

float caf::SRCRUMBSPDSVars::fmtime

the time associated with the flash [us]

Definition at line 36 of file SRCRUMBSResult.h.

float caf::SRCRUMBSPDSVars::fmtotalscore

the total flash match score

Definition at line 34 of file SRCRUMBSResult.h.


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