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,
105 virtual void setCoeffValues( const LauComplex& coeff, const LauComplex& coeffBar, Bool_t init );
120 virtual LauAbsCoeffSet* createClone(const TString& newName, CloneOption cloneOption = All, Double_t constFactor = 1.0);
130 LauMagPhaseCPCoeffSet(const LauMagPhaseCPCoeffSet& rhs, CloneOption cloneOption = All, Double_t constFactor = 1.0);
LauMagPhaseCPCoeffSet & operator=(const LauMagPhaseCPCoeffSet &rhs) Copy assignment operator (not implemented) virtual void finaliseValues() Make sure values are in "standard" ranges, e.g. phases should be between -pi and pi. Definition: LauMagPhaseCPCoeffSet.cc:146 virtual void randomiseInitValues() Randomise the starting values of the parameters for a fit. Definition: LauMagPhaseCPCoeffSet.cc:122 virtual void printTableRow(std::ostream &stream) const Print the parameters of the complex coefficient as a row in the results table. Definition: LauMagPhaseCPCoeffSet.cc:98 File containing declaration of LauAbsCoeffSet class. virtual LauAbsCoeffSet * createClone(const TString &newName, CloneOption cloneOption=All, Double_t constFactor=1.0) Create a clone of the coefficient set. Definition: LauMagPhaseCPCoeffSet.cc:282 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:71 Class for defining a complex coefficient using seperate magnitudes and phases for particles and antip... Definition: LauMagPhaseCPCoeffSet.hh:39 virtual void printParValues() const Print the current values of the parameters. Definition: LauMagPhaseCPCoeffSet.cc:81 File containing declaration of LauParameter class. Definition: LauAbsCoeffSet.hh:39 virtual const LauComplex & particleCoeff() Retrieve the complex coefficient for a particle. Definition: LauMagPhaseCPCoeffSet.cc:221 File containing declaration of LauComplex class. 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:233 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:227 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:32 LauComplex antiparticleCoeff_ The antiparticle complex coefficient. Definition: LauMagPhaseCPCoeffSet.hh:152 virtual void printTableHeading(std::ostream &stream) const Print the column headings for a results table. Definition: LauMagPhaseCPCoeffSet.cc:90 Generated by 1.8.5 |