LauRealImagCPCoeffSet.cc
Go to the documentation of this file.
virtual void finaliseValues() Make sure values are in "standard" ranges, e.g. phases should be between -pi and pi. Definition: LauRealImagCPCoeffSet.cc:205 void valueAndErrors(Double_t newValue, Double_t newError, Double_t newNegError=0.0, Double_t newPosError=0.0) Set the value and errors on the parameter. Definition: LauParameter.cc:428 LauComplex antiparticleCoeff_ The antiparticle complex coefficient. Definition: LauRealImagCPCoeffSet.hh:175 virtual const LauComplex & antiparticleCoeff() Retrieve the complex coefficient for an antiparticle. Definition: LauRealImagCPCoeffSet.cc:220 Class for defining the abstract interface for complex coefficient classes. Definition: LauAbsCoeffSet.hh:48 virtual void printTableHeading(std::ostream &stream) const Print the column headings for a results table. Definition: LauRealImagCPCoeffSet.cc:144 virtual TString name() const Retrieve the name of the coefficient set. Definition: LauAbsCoeffSet.hh:134 File containing declaration of LauParameter class. virtual std::vector< LauParameter * > getParameters() Retrieve the parameters of the coefficient, e.g. so that they can be loaded into a fit. Definition: LauRealImagCPCoeffSet.cc:124 virtual LauAbsCoeffSet * createClone(const TString &newName, CloneOption cloneOption=All, Double_t constFactor=1.0) Create a clone of the coefficient set. Definition: LauRealImagCPCoeffSet.cc:280 virtual void printParValues() const Print the current values of the parameters. Definition: LauRealImagCPCoeffSet.cc:134 LauParameter * ybar_ The imaginary part for the antiparticle. Definition: LauRealImagCPCoeffSet.hh:170 virtual void printTableRow(std::ostream &stream) const Print the parameters of the complex coefficient as a row in the results table. Definition: LauRealImagCPCoeffSet.cc:153 virtual void randomiseInitValues() Randomise the starting values of the parameters for a fit. Definition: LauRealImagCPCoeffSet.cc:177 virtual const TString & baseName() const Retrieve the base name of the coefficient set. Definition: LauAbsCoeffSet.hh:151 Class for blinding and unblinding a number based on a blinding string. Definition: LauBlind.hh:42 void setRealImagPart(Double_t realpart, Double_t imagpart) Set both real and imaginary part. Definition: LauComplex.hh:324 Class for defining a complex coefficient using a simple Cartesian CP convention. Definition: LauRealImagCPCoeffSet.hh:50 File containing declaration of LauComplex class. LauParameter * createClone(Double_t constFactor=1.0) Method to create a clone from the parent parameter using the copy constructor. Definition: LauParameter.cc:677 void blindParameter(const TString &blindingString, const Double_t width) Blind the parameter. Definition: LauParameter.cc:583 virtual void setCoeffValues(const LauComplex &coeff, const LauComplex &coeffBar, Bool_t init) Set the parameters based on the complex coefficients for particles and antiparticles. Definition: LauRealImagCPCoeffSet.cc:226 File containing declaration of LauRealImagCPCoeffSet class. File containing LauConstants namespace. virtual const LauComplex & particleCoeff() Retrieve the complex coefficient for a particle. Definition: LauRealImagCPCoeffSet.cc:214 File containing declaration of LauPrint class and LauOutputLevel enum. static Double_t maxRealImagPart_ Maximum allowed value of real/imaginary part parameters. Definition: LauAbsCoeffSet.hh:324 static Double_t minRealImagPart_ Minimum allowed value of real/imaginary part parameters. Definition: LauAbsCoeffSet.hh:322 LauRealImagCPCoeffSet(const TString &compName, Double_t x, Double_t y, Double_t xbar, Double_t ybar, Bool_t xFixed, Bool_t yFixed, Bool_t xbarFixed, Bool_t ybarFixed) Constructor. Definition: LauRealImagCPCoeffSet.cc:43 void printFormat(std::ostream &stream, Double_t value) const Method to choose the printing format to a specified level of precision. Definition: LauPrint.cc:43 Generated by ![]() |