A matching of TPC flashmatch charge to Optical flash light. More...
#include <SRFlashMatch.h>
Public Member Functions | |
SRFlashMatch () | |
virtual | ~SRFlashMatch () |
void | setDefault () |
Public Attributes | |
bool | present |
whether there's a match More... | |
float | time |
time of flash More... | |
float | chargeQ |
charge in slc More... | |
SRVector3D | chargeCenter |
Weighted center position [cm]. More... | |
float | lightPE |
photo-electrons on simple flash More... | |
SRVector3D | lightCenter |
Weighted center position [cm]. More... | |
float | score |
total score, sum of terms More... | |
float | scoreY |
score for y metric More... | |
float | scoreZ |
score for z metric More... | |
float | scoreRR |
score for rr metric More... | |
float | scoreRatio |
score for ratio metric More... | |
A matching of TPC flashmatch charge to Optical flash light.
Definition at line 15 of file SRFlashMatch.h.
caf::SRFlashMatch::SRFlashMatch | ( | ) |
Definition at line 13 of file SRFlashMatch.cxx.
|
virtual |
Definition at line 27 of file SRFlashMatch.cxx.
void caf::SRFlashMatch::setDefault | ( | ) |
Definition at line 29 of file SRFlashMatch.cxx.
SRVector3D caf::SRFlashMatch::chargeCenter |
Weighted center position [cm].
Definition at line 24 of file SRFlashMatch.h.
float caf::SRFlashMatch::chargeQ |
charge in slc
Definition at line 23 of file SRFlashMatch.h.
SRVector3D caf::SRFlashMatch::lightCenter |
Weighted center position [cm].
Definition at line 26 of file SRFlashMatch.h.
float caf::SRFlashMatch::lightPE |
photo-electrons on simple flash
Definition at line 25 of file SRFlashMatch.h.
bool caf::SRFlashMatch::present |
whether there's a match
Definition at line 21 of file SRFlashMatch.h.
float caf::SRFlashMatch::score |
total score, sum of terms
Definition at line 27 of file SRFlashMatch.h.
float caf::SRFlashMatch::scoreRatio |
score for ratio metric
Definition at line 31 of file SRFlashMatch.h.
float caf::SRFlashMatch::scoreRR |
score for rr metric
Definition at line 30 of file SRFlashMatch.h.
float caf::SRFlashMatch::scoreY |
score for y metric
Definition at line 28 of file SRFlashMatch.h.
float caf::SRFlashMatch::scoreZ |
score for z metric
Definition at line 29 of file SRFlashMatch.h.
float caf::SRFlashMatch::time |
time of flash
Definition at line 22 of file SRFlashMatch.h.