LauMagPhaseCPCoeffSet.hh
Go to the documentation of this file.
125 virtual void setCoeffValues( const LauComplex& coeff, const LauComplex& coeffBar, Bool_t init );
Class for defining the abstract interface for complex coefficient classes. Definition: LauAbsCoeffSet.hh:48 virtual const LauComplex & antiparticleCoeff() Retrieve the complex coefficient for an antiparticle. Definition: LauMagPhaseCPCoeffSet.cc:287 virtual void printTableRow(std::ostream &stream) const Print the parameters of the complex coefficient as a row in the results table. Definition: LauMagPhaseCPCoeffSet.cc:149 Class for defining a complex coefficient using seperate magnitudes and phases for particles and antip... Definition: LauMagPhaseCPCoeffSet.hh:52 virtual void printTableHeading(std::ostream &stream) const Print the column headings for a results table. Definition: LauMagPhaseCPCoeffSet.cc:141 File containing declaration of LauParameter class. File containing declaration of LauAbsCoeffSet class. virtual void finaliseValues() Make sure values are in "standard" ranges, e.g. phases should be between -pi and pi. Definition: LauMagPhaseCPCoeffSet.cc:203 LauMagPhaseCPCoeffSet(const TString &compName, Double_t mag, Double_t phase, Double_t magBar, Double_t phaseBar, Bool_t magFixed, Bool_t phaseFixed, Bool_t magBarFixed, Bool_t phaseBarFixed) Constructor. Definition: LauMagPhaseCPCoeffSet.cc:43 virtual std::vector< LauParameter * > getParameters() Retrieve the parameters of the coefficient, e.g. so that they can be loaded into a fit. Definition: LauMagPhaseCPCoeffSet.cc:121 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: LauMagPhaseCPCoeffSet.cc:295 File containing declaration of LauComplex class. LauComplex antiparticleCoeff_ The antiparticle complex coefficient. Definition: LauMagPhaseCPCoeffSet.hh:177 LauMagPhaseCPCoeffSet & operator=(const LauMagPhaseCPCoeffSet &rhs) Copy assignment operator (not implemented) virtual LauAbsCoeffSet * createClone(const TString &newName, CloneOption cloneOption=All, Double_t constFactor=1.0) Create a clone of the coefficient set. Definition: LauMagPhaseCPCoeffSet.cc:348 virtual void randomiseInitValues() Randomise the starting values of the parameters for a fit. Definition: LauMagPhaseCPCoeffSet.cc:173 virtual void printParValues() const Print the current values of the parameters. Definition: LauMagPhaseCPCoeffSet.cc:131 virtual const LauComplex & particleCoeff() Retrieve the complex coefficient for a particle. Definition: LauMagPhaseCPCoeffSet.cc:280 Generated by ![]() |