Information about a LEM match. More...
#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-01-23/LEM/func/Match.h"
Public Member Functions | |
Match () | |
Match (float E, const MatchableEvent *e, bool even=false, bool odd=false, int headSeq=-1) | |
bool | operator< (const Match &rhs) const |
TVector3 | MaybeFlip (const TVector3 &v) const |
Public Attributes | |
double | energy |
double | qfrac |
const MatchableEvent * | evt |
bool | flipEven |
bool | flipOdd |
int | headSeqNo |
|
inline |
TVector3 lem::Match::MaybeFlip | ( | const TVector3 & | v | ) | const |
|
inline |
double lem::Match::energy |
Definition at line 24 of file Match.h.
Referenced by operator<().
const MatchableEvent* lem::Match::evt |
Definition at line 26 of file Match.h.
Referenced by lem::FindLEMMatches::AddHists(), lem::LEM::AddHists(), lem::FindLEMMatches::MatchToVertex(), and lem::LEM::MatchToVertex().
bool lem::Match::flipEven |
Definition at line 27 of file Match.h.
Referenced by lem::FindLEMMatches::AddHists(), and lem::LEM::AddHists().
bool lem::Match::flipOdd |
Definition at line 27 of file Match.h.
Referenced by lem::FindLEMMatches::AddHists(), and lem::LEM::AddHists().
double lem::Match::qfrac |
Definition at line 25 of file Match.h.
Referenced by lem::FindMatchesTranspose::endRun().