#include "FlashMatch.h"
Definition at line 19 of file FlashMatch.h.
anab::FlashMatch::FlashMatch |
( |
| ) |
|
anab::FlashMatch::FlashMatch |
( |
double |
Chi2, |
|
|
int |
FlashID, |
|
|
int |
SubjectID, |
|
|
bool |
InBeam |
|
) |
| |
Definition at line 23 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 38 of file FlashMatch.cxx.
40 o <<
"Flash match with Chi2: " << a.fChi2
41 <<
"\n from flash: " << a.fFlashID
42 <<
"\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:
- /cvmfs/larsoft.opensciencegrid.org/products/lardataobj/v07_06_00/source/lardataobj/AnalysisBase/FlashMatch.h
- /cvmfs/larsoft.opensciencegrid.org/products/lardataobj/v07_06_00/source/lardataobj/AnalysisBase/FlashMatch.cxx