|
double | un_normalised_noPs (IDalitzEvent &evt) |
|
| DalitzPdfSaveInteg (const DalitzEventPattern &pat, double precision=1.e-4, const std::string &integInputFiles="Integrator", const std::string &integEvtFile="integEvtFile.root", const std::string &topUpIntegOption="topUp", MINT::MinuitParameterSet *mps=0, const std::string &integOutputFile="") |
|
| DalitzPdfSaveInteg (const DalitzEventPattern &pat, IFastAmplitudeIntegrable *amps, double precision=1.e-4, const std::string &integInputFiles="Integrator", const std::string &integEvtFile="integEvtFile.root", const std::string &topUpIntegOption="topUp", const std::string &integOutputFile="") |
|
| ~DalitzPdfSaveInteg () |
|
| DalitzPdfBaseFastInteg (const DalitzEventPattern &pat, MINT::IEventGenerator< IDalitzEvent > *generator, IFastAmplitudeIntegrable *amps, double precision=1.e-3, MINT::MinuitParameterSet *mps=0) |
|
| DalitzPdfBaseFastInteg (const DalitzEventPattern &pat, MINT::IEventGenerator< IDalitzEvent > *generator=0, MINT::MinuitParameterSet *mps=0, double precision=1.e-3) |
|
| DalitzPdfBaseFastInteg (const DalitzPdfBaseFastInteg &other) |
|
virtual | ~DalitzPdfBaseFastInteg () |
|
void | setIntegrationPrecision (double prec) |
|
void | setEventGenerator (MINT::IEventGenerator< IDalitzEvent > *g) |
|
MINT::IEventGenerator< IDalitzEvent > * | getEventGenerator () |
|
const MINT::IEventGenerator< IDalitzEvent > * | getEventGenerator () const |
|
void | parametersChanged () |
|
virtual double | getVal (IDalitzEvent &evt) |
|
virtual double | getVal_withPs (IDalitzEvent &evt) |
|
virtual double | getVal_noPs (IDalitzEvent &evt) |
|
virtual double | getNewVal (IDalitzEvent &evt) |
|
virtual double | getVal (IDalitzEvent *evt) |
|
virtual double | getVal_withPs (IDalitzEvent *evt) |
|
virtual double | getVal_noPs (IDalitzEvent *evt) |
|
virtual double | getNewVal (IDalitzEvent *evt) |
|
virtual void | Gradient (IDalitzEvent &evt, std::vector< double > &grad, MINT::MinuitParameterSet *mps) |
|
virtual void | GradientForLasso (std::vector< double > &grad) |
|
bool | useAnalyticGradient () |
|
virtual double | RealVal (IDalitzEvent &evt) |
|
MINT::MinuitParameterSet * | getMPS () |
|
const MINT::MinuitParameterSet * | getMPS () const |
|
bool | saveIntegrator (const std::string &fname) const |
|
bool | makePlots (const std::string &filename) const |
|
virtual DalitzHistoSet | histoSet () const |
|
virtual DalitzHistoSet | histoSet () |
|
void | saveEachAmpsHistograms (const std::string &prefix) const |
|
std::vector< DalitzHistoSet > | GetEachAmpsHistograms () |
|
virtual DalitzHistoSet | interferenceHistoSet () const |
|
virtual DalitzHistoSet | interferenceHistoSet () |
|
void | saveInterferenceHistograms (const std::string &prefix) const |
|
std::vector< DalitzHistoSet > | GetInterferenceHistograms () |
|
IFastAmplitudeIntegrable * | getFitAmpSum () |
|
virtual void | endFit () |
|
void | setIntegratorFileName (const std::string &commaSeparatedList) |
|
double | getIntegralValue () const |
|
double | getIntegralValue () |
|
double | redoIntegrator () |
|
double | sumOfFitFractions () |
|
double | absSumOfInterferenceFractions () |
|
double | absSumOfSqrtInterferenceFractions () |
|
double | sumOfSqrtFitFractions () |
|
int | numberOfFitFractionsLargerThanThreshold (double threshold) |
|
void | doFinalStats (MINT::Minimiser *mini=0) |
|
| PdfBase () |
|
| PdfBase (const PdfBase< IDalitzEvent > &) |
|
virtual void | beginFit () |
|
virtual | ~PdfBase () |
|
virtual | ~IReturnRealForEvent () |
|
Definition at line 22 of file DalitzPdfSaveInteg.h.