|
| SBW (std::string name, Variable mass, Variable width, unsigned int L, unsigned int Mpair, FF FormFac=FF::BL_Prime, fptype radius=1.5) |
|
| ~SBW () override=default |
|
| ~Lineshape () override=default |
|
void | setConstantIndex (unsigned int idx) |
|
bool | operator== (const Lineshape &L) const |
|
double | calculateNLL () const override |
|
__host__ std::vector< fptype > | evaluateAtPoints (Observable var) |
|
__host__ fptype | normalize () const override |
| A normalize function. This fills in the host_normalize. More...
|
|
__host__ fptype | normalise () const |
| Just in case you are British and the previous spelling is offensive. More...
|
|
virtual __host__ fptype | integrate (fptype lo, fptype hi) const |
|
__host__ bool | hasAnalyticIntegral () const override |
|
__host__ fptype | getValue (EvalFunc evalfunc=EvalFunc::Eval) |
|
__host__ std::vector< std::vector< fptype > > | getCompProbsAtDataPoints () |
| Produce a list of probabilies at points. More...
|
|
__host__ UnbinnedDataSet | makeGrid () |
| Set an equidistant grid based on the stored variable binning. More...
|
|
__host__ void | initialize (std::vector< unsigned int > pindices, void *dev_functionPtr=host_fcn_ptr) |
|
__host__ void | scan (Observable var, std::vector< fptype > &values) |
|
__host__ void | setFitControl (std::shared_ptr< FitControl > fc) override |
|
virtual __host__ void | setMetrics () |
|
__host__ void | setParameterConstantness (bool constant=true) |
|
virtual __host__ void | transformGrid (fptype *host_output) |
|
__host__ void | setDebugMask (int mask, bool setSpecific=true) const |
|
template<typename... Args> |
| PdfBase (std::string n, Args... args) |
|
virtual | ~PdfBase ()=default |
|
__host__ void | initializeIndices (std::vector< unsigned int > pindices) |
|
__host__ void | addSpecialMask (int m) |
|
__host__ void | copyParams (const std::vector< double > &pars) const |
|
__host__ void | copyParams () |
|
__host__ void | copyNormFactors () const |
|
__host__ void | generateNormRange () |
|
__host__ std::string | getName () const |
|
virtual __host__ std::vector< Observable > | getObservables () const |
|
virtual __host__ std::vector< Variable > | getParameters () const |
|
__host__ Variable * | getParameterByName (std::string n) |
|
__host__ int | getSpecialMask () const |
|
__host__ void | setData (DataSet *data) |
|
__host__ DataSet * | getData () |
|
__host__ ROOT::Minuit2::FunctionMinimum | fitTo (DataSet *data, int verbosity=3) |
| RooFit style fitting shortcut. More...
|
|
__host__ unsigned int | getFunctionIndex () const |
|
__host__ unsigned int | getParameterIndex () const |
|
__host__ unsigned int | registerParameter (Variable var) |
|
__host__ unsigned int | registerConstants (unsigned int amount) |
|
virtual __host__ void | recursiveSetNormalisation (fptype norm=1) const |
|
__host__ void | unregisterParameter (Variable var) |
|
__host__ void | registerObservable (Observable obs) |
|
__host__ void | setIntegrationFineness (int i) |
|
__host__ void | printProfileInfo (bool topLevel=true) |
|
__host__ bool | parametersChanged () const |
|
__host__ void | checkInitStatus (std::vector< std::string > &unInited) const |
|
void | clearCurrentFit () |
|
__host__ void | SigGenSetIndices () |
|
Definition at line 147 of file LineshapesPdf.h.