#include <FlashMatch.h>
anab::FlashMatch::FlashMatch |
( |
| ) |
|
anab::FlashMatch::FlashMatch |
( |
double |
Chi2, |
|
|
int |
FlashID, |
|
|
int |
SubjectID, |
|
|
bool |
InBeam |
|
) |
| |
Definition at line 24 of file FlashMatch.cxx.
const double & Chi2() const
const bool & InBeam() const
const int & SubjectID() const
const int & FlashID() const
const double & anab::FlashMatch::Chi2 |
( |
| ) |
const |
|
inline |
const int & anab::FlashMatch::FlashID |
( |
| ) |
const |
|
inline |
const bool & anab::FlashMatch::InBeam |
( |
| ) |
const |
|
inline |
const int & anab::FlashMatch::SubjectID |
( |
| ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
FlashMatch const & |
a |
|
) |
| |
|
friend |
Definition at line 39 of file FlashMatch.cxx.
41 o <<
"Flash match with Chi2: " <<
a.fChi2
42 <<
"\n from flash: " <<
a.fFlashID
43 <<
"\n to object: " <<
a.fSubjectID
double anab::FlashMatch::fChi2 |
int anab::FlashMatch::fFlashID |
bool anab::FlashMatch::fInBeam |
int anab::FlashMatch::fSubjectID |
The documentation for this class was generated from the following files: