LauRealImagCoeffSet.cc
Go to the documentation of this file.
35 LauRealImagCoeffSet::LauRealImagCoeffSet(const TString& compName, Double_t x, Double_t y, Bool_t xFixed, Bool_t yFixed) :
43 cout<<"Set component \""<<this->name()<<"\" to have real part = "<<x_->value()<<" and imaginary part = "<<y_->value()<<"."<<endl;
46 LauRealImagCoeffSet::LauRealImagCoeffSet(const LauRealImagCoeffSet& rhs, Double_t constFactor) : LauAbsCoeffSet(rhs.name())
Bool_t fixed() const Check whether the parameter is fixed or floated. Definition: LauParameter.hh:192 TRandom * zeroSeedRandom() Access the singleton random number generator with seed set from machine clock time (within +-1 sec)... Definition: LauRandom.cc:30 LauRealImagCoeffSet & operator=(const LauRealImagCoeffSet &rhs) Copy assignment operator. Definition: LauRealImagCoeffSet.cc:54 virtual void randomiseInitValues() Randomise the starting values of the parameters for a fit. Definition: LauRealImagCoeffSet.cc:99 virtual TString baseName() const Retrieve the base name of the coefficient set. Definition: LauAbsCoeffSet.hh:117 LauRealImagCoeffSet(const TString &compName, Double_t x, Double_t y, Bool_t xFixed, Bool_t yFixed) Constructor. Definition: LauRealImagCoeffSet.cc:35 virtual void printTableHeading(std::ostream &stream) Print the column headings for a results table. Definition: LauRealImagCoeffSet.cc:75 File containing declaration of LauPrint class. virtual void printTableRow(std::ostream &stream) Print the parameters of the complex coefficient as a row in the results table. Definition: LauRealImagCoeffSet.cc:83 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: LauRealImagCoeffSet.cc:67 File containing declaration of LauComplex class. virtual LauComplex particleCoeff() Retrieve the complex coefficient for a particle. Definition: LauRealImagCoeffSet.cc:119 Class for defining the abstract interface for complex coefficient classes. Definition: LauAbsCoeffSet.hh:34 virtual void finaliseValues() Make sure values are in "standard" ranges, e.g. phases should be between -pi and pi. Definition: LauRealImagCoeffSet.cc:113 File containing LauRandom namespace. File containing LauConstants namespace. virtual LauAbsCoeffSet * createClone(const TString &newName, Double_t constFactor=1.0) Create a clone of the coefficient set. Definition: LauRealImagCoeffSet.cc:146 Class for defining a complex coefficient using real and imaginary parts. Definition: LauRealImagCoeffSet.hh:36 void printFormat(std::ostream &stream, Double_t value) const Method to choose the printing format to a specified level of precision. Definition: LauPrint.cc:32 File containing declaration of LauRealImagCoeffSet class. LauParameter * createClone(Double_t constFactor=1.0) Method to create a clone from the parent parameter using the copy constructor. Definition: LauParameter.cc:498 virtual TString name() const Retrieve the name of the coefficient set. Definition: LauAbsCoeffSet.hh:102 virtual LauComplex antiparticleCoeff() Retrieve the complex coefficient for an antiparticle. Definition: LauRealImagCoeffSet.cc:125 virtual void setCoeffValues(const LauComplex &coeff, const LauComplex &coeffBar) Set the parameters based on the complex coefficients for particles and antiparticles. Definition: LauRealImagCoeffSet.cc:130 Generated by 1.8.5 |