LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 18 of file FlashMatch.cxx.
|
inline |
Definition at line 38 of file FlashMatch.h.
References fChi2.
|
inline |
Definition at line 42 of file FlashMatch.h.
References fFlashID.
|
inline |
Definition at line 50 of file FlashMatch.h.
References fInBeam.
|
inline |
|
friend |
Definition at line 25 of file FlashMatch.cxx.
double anab::FlashMatch::fChi2 |
Definition at line 20 of file FlashMatch.h.
Referenced by Chi2(), and anab::operator<<().
int anab::FlashMatch::fFlashID |
Definition at line 21 of file FlashMatch.h.
Referenced by FlashID(), and anab::operator<<().
bool anab::FlashMatch::fInBeam |
Definition at line 23 of file FlashMatch.h.
Referenced by InBeam().
int anab::FlashMatch::fSubjectID |
Definition at line 22 of file FlashMatch.h.
Referenced by anab::operator<<(), and SubjectID().