#include <FlashMatch.h>
Public Member Functions | |
FlashMatch () | |
FlashMatch (double Chi2, int FlashID, int SubjectID, bool InBeam) | |
const double & | Chi2 () const |
const int & | FlashID () const |
const int & | SubjectID () const |
const bool & | InBeam () const |
Public Attributes | |
double | fChi2 |
int | fFlashID |
int | fSubjectID |
bool | fInBeam |
Friends | |
std::ostream & | operator<< (std::ostream &o, FlashMatch const &a) |
Definition at line 16 of file FlashMatch.h.
anab::FlashMatch::FlashMatch | ( | ) |
Definition at line 15 of file FlashMatch.cxx.
anab::FlashMatch::FlashMatch | ( | double | Chi2, |
int | FlashID, | ||
int | SubjectID, | ||
bool | InBeam | ||
) |
Definition at line 24 of file FlashMatch.cxx.
|
inline |
Definition at line 42 of file FlashMatch.h.
|
inline |
Definition at line 43 of file FlashMatch.h.
|
inline |
Definition at line 45 of file FlashMatch.h.
|
inline |
Definition at line 44 of file FlashMatch.h.
|
friend |
Definition at line 39 of file FlashMatch.cxx.
double anab::FlashMatch::fChi2 |
Definition at line 21 of file FlashMatch.h.
int anab::FlashMatch::fFlashID |
Definition at line 22 of file FlashMatch.h.
bool anab::FlashMatch::fInBeam |
Definition at line 24 of file FlashMatch.h.
int anab::FlashMatch::fSubjectID |
Definition at line 23 of file FlashMatch.h.