LauRhoOmegaMix.cc
Go to the documentation of this file.
79 if ( resType == LauAbsResonance::RhoOmegaMix_GS || resType == LauAbsResonance::RhoOmegaMix_GS_1 ) {
146 kTRUE ); // the kTRUE here allows this value to vary between B and Bbar - TODO: maybe make this configurable?
157 kTRUE ); // the kTRUE here allows this value to vary between B and Bbar - TODO: maybe make this configurable?
LauAbsResonance * rhoRes_ Pointer to the rho (or first) resonance lineshape. Definition: LauRhoOmegaMix.hh:269 File containing declaration of LauResonanceInfo class. const TString & getSanitisedName() const Get the name of the resonance. Definition: LauAbsResonance.hh:164 File containing declaration of LauBlattWeisskopfFactor class. LauParameter * getMassPar() Get the mass parameter of the resonance. Definition: LauAbsResonance.hh:200 virtual LauParameter * getResonanceParameter(const TString &name) Access the given resonance parameter. Definition: LauRhoOmegaMix.cc:486 Bool_t useDenom_ Boolean to specify if we want to use the denominator factor. Definition: LauRhoOmegaMix.hh:263 Double_t wOmega0_ Initial default value of the omega pole width from LauResonanceMaker. Definition: LauRhoOmegaMix.hh:248 LauBlattWeisskopfFactor * getParBWFactor() Get the centrifugal barrier for the parent decay. Definition: LauAbsResonance.hh:433 LauParameter * magB_ B magnitude parameter of the omega mixing contribution. Definition: LauRhoOmegaMix.hh:254 std::vector< LauParameter * > & getParameters() Access the list of floating parameters. Definition: LauAbsResonance.hh:497 File containing declaration of LauParameter class. Bool_t fixwOmegaValue() const Fix the omega pole width parameter value. Definition: LauRhoOmegaMix.hh:154 Double_t rhoParRadius_ Previous value of the parents barrier radius of the rho resonance. Definition: LauRhoOmegaMix.hh:233 LauParameter * delta_ delta parameter of the omega mixing contribution Definition: LauRhoOmegaMix.hh:260 Double_t getdeltaValue() const Get the omega mixing parameter delta. Definition: LauRhoOmegaMix.hh:202 LauParameter * getExtraParameter(const TString &parName) Retrieve an extra parameter of the resonance. Definition: LauResonanceInfo.cc:133 Bool_t fixResRadius() const Get the status of resonance barrier radius (fixed or released) Definition: LauAbsResonance.cc:475 Double_t getwOmegaValue() const Get the omega pole width parameter value. Definition: LauRhoOmegaMix.hh:148 LauAbsResonance * omegaRes_ Pointer to the omega (second) resonance lineshape. Definition: LauRhoOmegaMix.hh:272 Bool_t fixmagBValue() const Fix the omega B magnitude mixing parameter value. Definition: LauRhoOmegaMix.hh:172 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 void changeResonance(const Double_t newMass, const Double_t newWidth, const Int_t newSpin) Allow the mass, width and spin of the resonance to be changed. Definition: LauAbsResonance.cc:374 virtual const std::vector< LauParameter * > & getFloatingParameters() Retrieve the resonance parameters, e.g. so that they can be loaded into a fit. Definition: LauRhoOmegaMix.cc:366 void setmOmegaValue(const Double_t mOmega) Set the omega pole mass parameter. Definition: LauRhoOmegaMix.cc:506 void addFloatingParameter(LauParameter *param) Add parameter to the list of floating parameters. Definition: LauAbsResonance.cc:441 LauAbsResonance * getResonance(const LauDaughters *daughters, const TString &resName, const Int_t resPairAmpInt, const LauAbsResonance::LauResonanceModel resType, const LauBlattWeisskopfFactor::BlattWeisskopfCategory bwCategory=LauBlattWeisskopfFactor::Default) Create a resonance. Definition: LauResonanceMaker.cc:816 Bool_t doneFirstInit_ Boolean to specify if we have performed the first initialisation. Definition: LauRhoOmegaMix.hh:266 LauParameter * getWidth() const Retrieve the width of the resonant particle. Definition: LauResonanceInfo.hh:94 Double_t mOmega0_ Initial default value of the omega pole mass from LauResonanceMaker. Definition: LauRhoOmegaMix.hh:239 LauParameter * getMass() const Retrieve the mass of the resonant particle. Definition: LauResonanceInfo.hh:88 void fixMass(const Bool_t parFixed) Fix or release the resonance mass. Definition: LauAbsResonance.hh:332 File containing declaration of LauDaughters class. Bool_t fixWidth() const Get the status of resonance width (fixed or released) Definition: LauAbsResonance.hh:360 void setdeltaValue(const Double_t delta) Set the omega mixing parameter delta. Definition: LauRhoOmegaMix.cc:534 virtual LauComplex amplitude(const LauKinematics *kinematics) Get the complex dynamical amplitude. Definition: LauRhoOmegaMix.cc:275 Double_t mOmegaCur_ Current value of the omega pole mass (floating or fixed) Definition: LauRhoOmegaMix.hh:242 void addExtraParameter(LauParameter *param, const Bool_t independentPar=kFALSE) Add an extra parameter of the resonance. Definition: LauResonanceInfo.cc:145 Class for defining the properties of a resonant particle. Definition: LauResonanceInfo.hh:45 virtual void floatResonanceParameter(const TString &name) Allow the various parameters to float in the fit. Definition: LauRhoOmegaMix.cc:440 virtual void setResonanceParameter(const TString &name, const Double_t value) Set value of the various parameters. Definition: LauRhoOmegaMix.cc:410 virtual LauComplex amplitude(const LauKinematics *kinematics) Calculate the complex amplitude. Definition: LauAbsResonance.cc:172 File containing LauConstants namespace. LauRhoOmegaMix(LauResonanceInfo *resInfo, const LauAbsResonance::LauResonanceModel resType, const Int_t resPairAmpInt, const LauDaughters *daughters) Constructor. Definition: LauRhoOmegaMix.cc:40 Bool_t ignoreBarrierScaling() const Get the ignore barrier factor scaling flag. Definition: LauAbsResonance.hh:275 Bool_t fixMass() const Get the status of resonance mass (fixed or released) Definition: LauAbsResonance.hh:354 void setwOmegaValue(const Double_t wOmega) Set the omega pole width parameter. Definition: LauRhoOmegaMix.cc:513 TString getName() const Retrieve the name of the resonant particle. Definition: LauResonanceInfo.hh:73 Double_t getphiBValue() const Get the omega B phase mixing parameter. Definition: LauRhoOmegaMix.hh:184 Double_t getParRadius() const Get the radius of the parent barrier factor. Definition: LauAbsResonance.cc:511 Double_t getResRadius() const Get the radius of the resonance barrier factor. Definition: LauAbsResonance.cc:499 Singleton factory class for creating resonances. Definition: LauResonanceMaker.hh:48 Double_t rhoMass_ Previous value of the pole mass of the rho resonance. Definition: LauRhoOmegaMix.hh:227 File containing declaration of LauRhoOmegaMix class. Bool_t fixdeltaValue() const Fix the omega mixing parameter delta value. Definition: LauRhoOmegaMix.hh:208 Bool_t fixphiBValue() const Fix the omega B phase mixing parameter value. Definition: LauRhoOmegaMix.hh:190 Bool_t fixParRadius() const Get the status of parent barrier radius (fixed or released) Definition: LauAbsResonance.cc:487 Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc.... Definition: LauAbsResonance.hh:51 Int_t whichAmpSq_ Which amplitude to calculate for rho/omega fit fractions. Definition: LauRhoOmegaMix.hh:275 Bool_t fixmOmegaValue() const Fix the omega pole mass parameter value. Definition: LauRhoOmegaMix.hh:136 void setSpinType(const LauSpinType spinType) Set the spin formalism to be used. Definition: LauAbsResonance.hh:366 Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:47 LauBlattWeisskopfFactor * getResBWFactor() Get the centrifugal barrier for the resonance decay. Definition: LauAbsResonance.hh:439 Double_t getmagBValue() const Get the omega B magnitude mixing parameter. Definition: LauRhoOmegaMix.hh:166 void setmagBValue(const Double_t magB) Set the omega B magnitude mixing parameter. Definition: LauRhoOmegaMix.cc:520 virtual LauComplex resAmp(Double_t mass, Double_t spinTerm) This is not called, amplitude is used directly instead. Definition: LauRhoOmegaMix.cc:358 LauResonanceInfo * getResInfo(const TString &resName) const Get the information for the given resonance name. Definition: LauResonanceMaker.cc:1171 Double_t wOmegaCur_ Current value of the omega pole mass (floating or fixed) Definition: LauRhoOmegaMix.hh:251 LauParameter * getWidthPar() Get the width parameter of the resonance. Definition: LauAbsResonance.hh:206 void fixWidth(const Bool_t parFixed) Fix or release the resonance width. Definition: LauAbsResonance.hh:343 Double_t getmOmegaValue() const Get the omega pole mass parameter value. Definition: LauRhoOmegaMix.hh:130 File containing declaration of LauResonanceMaker class. Double_t rhoResRadius_ Previous value of the barrier radius of the rho resonance. Definition: LauRhoOmegaMix.hh:230 LauParameter * phiB_ B phase parameter of the omega mixing contribution. Definition: LauRhoOmegaMix.hh:257 void setphiBValue(const Double_t phiB) Set the omega B phase mixing parameter. Definition: LauRhoOmegaMix.cc:527 Generated by ![]() |