LauMagPhaseCPCoeffSet.hh
Go to the documentation of this file.
54 LauMagPhaseCPCoeffSet(const TString& compName, Double_t mag, Double_t phase, Double_t magBar, Double_t phaseBar,
virtual void finaliseValues() Make sure values are in "standard" ranges, e.g. phases should be between -pi and pi. Definition: LauMagPhaseCPCoeffSet.cc:156 virtual void randomiseInitValues() Randomise the starting values of the parameters for a fit. Definition: LauMagPhaseCPCoeffSet.cc:132 virtual LauAbsCoeffSet * createClone(const TString &newName, Double_t constFactor=1.0) Create a clone of the coefficient set. Definition: LauMagPhaseCPCoeffSet.cc:276 File containing declaration of LauAbsCoeffSet class. 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:90 LauMagPhaseCPCoeffSet & operator=(const LauMagPhaseCPCoeffSet &rhs) Copy assignment operator. Definition: LauMagPhaseCPCoeffSet.cc:71 Class for defining a complex coefficient using seperate magnitudes and phases for particles and antip... Definition: LauMagPhaseCPCoeffSet.hh:39 virtual void printTableRow(std::ostream &stream) Print the parameters of the complex coefficient as a row in the results table. Definition: LauMagPhaseCPCoeffSet.cc:108 File containing declaration of LauParameter class. virtual const LauComplex & particleCoeff() Retrieve the complex coefficient for a particle. Definition: LauMagPhaseCPCoeffSet.cc:231 virtual void setCoeffValues(const LauComplex &coeff, const LauComplex &coeffBar) Set the parameters based on the complex coefficients for particles and antiparticles. Definition: LauMagPhaseCPCoeffSet.cc:243 File containing declaration of LauComplex class. Class for defining the abstract interface for complex coefficient classes. Definition: LauAbsCoeffSet.hh:34 virtual const LauComplex & antiparticleCoeff() Retrieve the complex coefficient for an antiparticle. Definition: LauMagPhaseCPCoeffSet.cc:237 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:35 virtual void printTableHeading(std::ostream &stream) Print the column headings for a results table. Definition: LauMagPhaseCPCoeffSet.cc:100 LauComplex antiparticleCoeff_ The antiparticle complex coefficient. Definition: LauMagPhaseCPCoeffSet.hh:157 Generated by 1.8.5 |