MINT2
|
Info on the bin of an Event - output of IPhaseBin::binInfo. Caches as much as possible for efficiency. More...
#include <HadronicParameters.h>
Public Member Functions | |
int | binSign () const |
Get the bin sign, +1 or -1. More... | |
bool | isPlus () const |
Check if the event is in a +ve bin. More... | |
Public Attributes | |
IDalitzEvent * | evt |
std::complex< double > | amp |
std::complex< double > | ampBar |
double | F |
double | Fbar |
int | binNumber |
Info on the bin of an Event - output of IPhaseBin::binInfo. Caches as much as possible for efficiency.
Definition at line 21 of file HadronicParameters.h.
int HadronicParameters::EventBinInfo::binSign | ( | ) | const |
bool HadronicParameters::EventBinInfo::isPlus | ( | ) | const |
std::complex<double> HadronicParameters::EventBinInfo::amp |
Definition at line 25 of file HadronicParameters.h.
std::complex<double> HadronicParameters::EventBinInfo::ampBar |
Definition at line 26 of file HadronicParameters.h.
int HadronicParameters::EventBinInfo::binNumber |
Definition at line 29 of file HadronicParameters.h.
IDalitzEvent* HadronicParameters::EventBinInfo::evt |
Definition at line 24 of file HadronicParameters.h.
double HadronicParameters::EventBinInfo::F |
Definition at line 27 of file HadronicParameters.h.
double HadronicParameters::EventBinInfo::Fbar |
Definition at line 28 of file HadronicParameters.h.