LauBelleCPCoeffSet.cc
Go to the documentation of this file.
36 LauBelleCPCoeffSet::LauBelleCPCoeffSet(const TString& compName, Double_t a, Double_t delta, Double_t b, Double_t phi,
52 cout<<"Set component \""<<this->name()<<"\" to have a-magnitude = "<<a_->value()<<",\tdelta = "<<delta_->value()<<",\t";
56 LauBelleCPCoeffSet::LauBelleCPCoeffSet(const LauBelleCPCoeffSet& rhs, Double_t constFactor) : LauAbsCoeffSet(rhs.name())
234 LauComplex aTerm(a_->value()*TMath::Cos(delta_->value()), a_->value()*TMath::Sin(delta_->value()));
244 LauComplex aTerm(a_->value()*TMath::Cos(delta_->value()), a_->value()*TMath::Sin(delta_->value()));
virtual void randomiseInitValues() Randomise the starting values of the parameters for a fit. Definition: LauBelleCPCoeffSet.cc:132 Class for defining a complex coefficient using the Belle CP convention. Holds a set of real values th... Definition: LauBelleCPCoeffSet.hh:40 Bool_t fixed() const Check whether the parameter is fixed or floated. Definition: LauParameter.hh:192 virtual const LauComplex & particleCoeff() Retrieve the complex coefficient for a particle. Definition: LauBelleCPCoeffSet.cc:232 LauComplex antiparticleCoeff_ The antiparticle complex coefficient. Definition: LauBelleCPCoeffSet.hh:159 TRandom * zeroSeedRandom() Access the singleton random number generator with seed set from machine clock time (within +-1 sec)... Definition: LauRandom.cc:30 virtual std::vector< LauParameter * > getParameters() Retrieve the parameters of the coefficient, e.g. so that they can be loaded into a fit... Definition: LauBelleCPCoeffSet.cc:90 virtual TString baseName() const Retrieve the base name of the coefficient set. Definition: LauAbsCoeffSet.hh:117 virtual void setCoeffValues(const LauComplex &coeff, const LauComplex &coeffBar) Set the parameters based on the complex coefficients for particles and antiparticles. Definition: LauBelleCPCoeffSet.cc:252 File containing declaration of LauPrint class. LauBelleCPCoeffSet(const TString &compName, Double_t a, Double_t delta, Double_t b, Double_t phi, Bool_t aFixed, Bool_t deltaFixed, Bool_t bFixed, Bool_t phiFixed) Constructor. Definition: LauBelleCPCoeffSet.cc:36 virtual void printTableRow(std::ostream &stream) Print the parameters of the complex coefficient as a row in the results table. Definition: LauBelleCPCoeffSet.cc:108 File containing declaration of LauParameter class. File containing declaration of LauComplex class. Class for defining the abstract interface for complex coefficient classes. Definition: LauAbsCoeffSet.hh:34 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:310 File containing LauRandom namespace. File containing declaration of LauBelleCPCoeffSet class. virtual void printTableHeading(std::ostream &stream) Print the column headings for a results table. Definition: LauBelleCPCoeffSet.cc:100 void setRealImagPart(Double_t realpart, Double_t imagpart) Set both real and imaginary part. Definition: LauComplex.hh:311 virtual const LauComplex & antiparticleCoeff() Retrieve the complex coefficient for an antiparticle. Definition: LauBelleCPCoeffSet.cc:242 File containing LauConstants namespace. 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 virtual LauAbsCoeffSet * createClone(const TString &newName, Double_t constFactor=1.0) Create a clone of the coefficient set. Definition: LauBelleCPCoeffSet.cc:287 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 void finaliseValues() Make sure values are in "standard" ranges, e.g. phases should be between -pi and pi. Definition: LauBelleCPCoeffSet.cc:156 LauBelleCPCoeffSet & operator=(const LauBelleCPCoeffSet &rhs) Copy assignment operator. Definition: LauBelleCPCoeffSet.cc:71 Generated by 1.8.5 |