LauPolarGammaCPCoeffSet.cc
Go to the documentation of this file.
92 // if we're using a global gamma, create it if it doesn't already exist then set gamma_ to point to it
373 stream << "Component & Real Part & Imaginary Part & $r_B$ & $\\delta_B$ & $r_D$ & $\\delta_D$ & $\\gamma$ \\\\"
379 stream << "Component & Real Part & Imaginary Part & $r_B$ & $\\delta_B$ & $r_D$ & $\\delta_D$ & $\\gamma$ \\\\"
581 // To resolve the two-fold ambiguity in gamma and deltaB we require gamma to be in the range 0-pi
static LauParameter * gammaGlobal_ The CP-violating phase (shared by multiple resonances) Definition: LauPolarGammaCPCoeffSet.hh:244 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:428 LauComplex particleCoeff_ The particle complex coefficient. Definition: LauPolarGammaCPCoeffSet.hh:266 LauComplex cpAntiPart_ The b -> u part of the complex coefficient for the antiparticle. Definition: LauPolarGammaCPCoeffSet.hh:263 Class for defining the abstract interface for complex coefficient classes. Definition: LauAbsCoeffSet.hh:48 virtual void adjustName(LauParameter *par, const TString &oldBaseName) Prepend the base name and index to the name of a parameter. Definition: LauPolarGammaCPCoeffSet.cc:296 virtual LauAbsCoeffSet * createClone(const TString &newName, CloneOption cloneOption=All, Double_t constFactor=1.0) Create a clone of the coefficient set. Definition: LauPolarGammaCPCoeffSet.cc:851 static LauParameter * rDGlobal_ the magnitude of the ratio of the favoured and suppressed D-decay amplitudes (shared by multiple reso... Definition: LauPolarGammaCPCoeffSet.hh:247 File containing declaration of LauPolarGammaCPCoeffSet class. virtual TString name() const Retrieve the name of the coefficient set. Definition: LauAbsCoeffSet.hh:134 virtual void adjustName(LauParameter *par, const TString &oldBaseName) Prepend the base name and index to the name of a parameter. Definition: LauAbsCoeffSet.cc:100 const Bool_t useGlobalGamma_ Whether the global gamma is used for this resonance. Definition: LauPolarGammaCPCoeffSet.hh:253 @ GLW_CPEven_btouOnly Definition: LauPolarGammaCPCoeffSet.hh:63 LauComplex cpPart_ The b -> u part of the complex coefficient for the particle. Definition: LauPolarGammaCPCoeffSet.hh:261 File containing declaration of LauParameter class. virtual void randomiseInitValues() Randomise the starting values of the parameters for a fit. Definition: LauPolarGammaCPCoeffSet.cc:449 static LauParameter * deltaDGlobal_ the relative strong phase of the favoured and suppressed D-decay amplitudes (shared by multiple reson... Definition: LauPolarGammaCPCoeffSet.hh:250 static Double_t maxPhase_ Maximum allowed value of phase parameters. Definition: LauAbsCoeffSet.hh:320 LauParameter * y_ The imaginary part of the b -> c amplitude. Definition: LauPolarGammaCPCoeffSet.hh:226 virtual void printParValues() const Print the current values of the parameters. Definition: LauPolarGammaCPCoeffSet.cc:336 virtual const LauComplex & antiparticleCoeff() Retrieve the complex coefficient for an antiparticle. Definition: LauPolarGammaCPCoeffSet.cc:638 static Double_t maxMagnitude_ Maximum allowed value of magnitude parameters. Definition: LauAbsCoeffSet.hh:316 virtual const TString & baseName() const Retrieve the base name of the coefficient set. Definition: LauAbsCoeffSet.hh:151 Bool_t secondStage() const Check whether the parameter should be floated only in the second stage of a two stage fit. Definition: LauParameter.hh:241 const Bool_t useGlobalADSPars_ Whether the global rD and deltaD are used for this resonance. Definition: LauPolarGammaCPCoeffSet.hh:256 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: LauPolarGammaCPCoeffSet.cc:734 LauPolarGammaCPCoeffSet(const TString &compName, const DecayType decayType, const Double_t x, const Double_t y, const Double_t rB, const Double_t deltaB, const Double_t gamma, const Double_t rD, const Double_t deltaD, const Bool_t xFixed, const Bool_t yFixed, const Bool_t rBFixed, const Bool_t deltaBFixed, const Bool_t gammaFixed, const Bool_t rDFixed, const Bool_t deltaDFixed, const Bool_t rBSecondStage=kFALSE, const Bool_t deltaBSecondStage=kFALSE, const Bool_t gammaSecondStage=kFALSE, const Bool_t rDSecondStage=kFALSE, const Bool_t deltaDSecondStage=kFALSE, const Bool_t useGlobalGamma=kFALSE, const Bool_t useGlobalADSPars=kFALSE) Constructor. Definition: LauPolarGammaCPCoeffSet.cc:47 Class for blinding and unblinding a number based on a blinding string. Definition: LauBlind.hh:42 virtual void printTableRow(std::ostream &stream) const Print the parameters of the complex coefficient as a row in the results table. Definition: LauPolarGammaCPCoeffSet.cc:407 virtual void printTableHeading(std::ostream &stream) const Print the column headings for a results table. Definition: LauPolarGammaCPCoeffSet.cc:355 void setRealImagPart(Double_t realpart, Double_t imagpart) Set both real and imaginary part. Definition: LauComplex.hh:324 LauParameter * deltaD_ the relative strong phase of the favoured and suppressed D-decay amplitudes Definition: LauPolarGammaCPCoeffSet.hh:241 File containing declaration of LauComplex class. LauParameter * gamma_ the relative CP-violating (weak) phase of the b -> u and b -> c amplitudes Definition: LauPolarGammaCPCoeffSet.hh:235 LauParameter * createClone(Double_t constFactor=1.0) Method to create a clone from the parent parameter using the copy constructor. Definition: LauParameter.cc:677 LauParameter * deltaB_ the relative CP-conserving (strong) phase of the b -> u and b -> c amplitudes Definition: LauPolarGammaCPCoeffSet.hh:232 void blindParameter(const TString &blindingString, const Double_t width) Blind the parameter. Definition: LauParameter.cc:583 @ ADS_Suppressed_btouOnly Definition: LauPolarGammaCPCoeffSet.hh:65 Double_t abs2() const Obtain the square of the absolute value of the complex number. Definition: LauComplex.hh:260 @ GLW_CPOdd_btouOnly Definition: LauPolarGammaCPCoeffSet.hh:62 File containing LauConstants namespace. @ ADS_Favoured_btouOnly Definition: LauPolarGammaCPCoeffSet.hh:64 Class for defining a complex coefficient useful for extracting the CKM angle gamma from B -> D h h Da... Definition: LauPolarGammaCPCoeffSet.hh:53 File containing declaration of LauPrint class and LauOutputLevel enum. static Double_t maxRealImagPart_ Maximum allowed value of real/imaginary part parameters. Definition: LauAbsCoeffSet.hh:324 LauParameter * rB_ the magnitude of the ratio of the b -> u and b -> c amplitudes Definition: LauPolarGammaCPCoeffSet.hh:229 static Double_t minMagnitude_ Minimum allowed value of magnitude parameters. Definition: LauAbsCoeffSet.hh:314 static Double_t minRealImagPart_ Minimum allowed value of real/imaginary part parameters. Definition: LauAbsCoeffSet.hh:322 void printFormat(std::ostream &stream, Double_t value) const Method to choose the printing format to a specified level of precision. Definition: LauPrint.cc:43 virtual void finaliseValues() Make sure values are in "standard" ranges, e.g. phases should be between -pi and pi. Definition: LauPolarGammaCPCoeffSet.cc:504 LauParameter * rD_ the magnitude of the ratio of the favoured and suppressed D-decay amplitudes Definition: LauPolarGammaCPCoeffSet.hh:238 void updateAmplitudes() Update the amplitudes based on the new values of the parameters. Definition: LauPolarGammaCPCoeffSet.cc:644 LauComplex nonCPPart_ The b -> c part of the complex coefficient. Definition: LauPolarGammaCPCoeffSet.hh:259 virtual const LauComplex & particleCoeff() Retrieve the complex coefficient for a particle. Definition: LauPolarGammaCPCoeffSet.cc:632 static Double_t minPhase_ Minimum allowed value of phase parameters. Definition: LauAbsCoeffSet.hh:318 LauComplex antiparticleCoeff_ The antiparticle complex coefficient. Definition: LauPolarGammaCPCoeffSet.hh:268 virtual std::vector< LauParameter * > getParameters() Retrieve the parameters of the coefficient, e.g. so that they can be loaded into a fit. Definition: LauPolarGammaCPCoeffSet.cc:307 Generated by ![]() |