LauAbsResonance.cc
Go to the documentation of this file.
78 LauAbsResonance::LauAbsResonance(LauResonanceInfo* resInfo, const Int_t resPairAmpInt, const LauDaughters* daughters) :
107 std::cerr << "ERROR in LauAbsResonance constructor : null LauResonanceInfo object provided" << std::endl;
112 std::cerr << "ERROR in LauAbsResonance constructor : null LauDaughters object provided" << std::endl;
132 std::cerr << "ERROR in LauAbsResonance : Total charge of daughters = " << totalCharge << ". Resonance charge = " << resCharge_ << "." << std::endl;
138 LauAbsResonance::LauAbsResonance(const TString& resName, const Int_t resPairAmpInt, const LauDaughters* daughters) :
167 std::cerr << "ERROR in LauAbsResonance constructor : null LauDaughters object provided" << std::endl;
235 std::cerr << "ERROR in LauAbsResonance::amplitude : Nonsense setup of resPairAmp array." << std::endl;
297 std::cerr << "WARNING in LauAbsResonance::calcCovFactor : covariant spin factor cannot (yet) be fully calculated for spin >= 5" << std::endl;
375 legPol = -32.0*(63.0*cosHel_*cosHel_*cosHel_*cosHel_*cosHel_ - 70.0*cosHel_*cosHel_*cosHel_ + 15.0*cosHel_)/63.0;
377 std::cerr << "WARNING in LauAbsResonance::calcLegendrePoly : Legendre polynomials not (yet) implemented for spin > 5" << std::endl;
383 void LauAbsResonance::changeResonance(const Double_t newMass, const Double_t newWidth, const Int_t newSpin)
389 std::cout << "INFO in LauAbsResonance::changeResonance : Setting mass to " << resMass_->value() << std::endl;
395 std::cout << "INFO in LauAbsResonance::changeResonance : Setting width to " << resWidth_->value() << std::endl;
399 std::cout << "INFO in LauAbsResonance::changeResonance : Setting spin to " << resSpin_ << std::endl;
410 std::cout << "INFO in LauAbsResonance::changeBWBarrierRadii : Setting resonance factor radius to " << resBWRadius->value() << std::endl;
417 std::cout << "INFO in LauAbsResonance::changeBWBarrierRadii : Setting parent factor radius to " << parBWRadius->value() << std::endl;
423 //This function should always be overwritten if needed in classes inheriting from LauAbsResonance.
424 std::cerr << "WARNING in LauAbsResonance::setResonanceParameter : Unable to set parameter \"" << name << "\" to value: " << value << "." << std::endl;
429 //This function should always be overwritten if needed in classes inheriting from LauAbsResonance.
430 std::cerr << "WARNING in LauAbsResonance::floatResonanceParameter : Unable to release parameter \"" << name << "\"." << std::endl;
435 //This function should always be overwritten if needed in classes inheriting from LauAbsResonance.
436 std::cerr << "WARNING in LauAbsResonance::getResonanceParameter : Unable to get parameter \"" << name << "\"." << std::endl;
456 std::cerr << "WARNING in LauAbsResonance::fixBarrierRadii : resonance barrier factor not present, cannot fix/float it" << std::endl;
461 std::cerr << "WARNING in LauAbsResonance::fixBarrierRadii : parent barrier factor not present, cannot fix/float it" << std::endl;
475 std::cerr << "WARNING in LauAbsResonance::fixResRadius : resonance barrier factor not present" << std::endl;
486 std::cerr << "WARNING in LauAbsResonance::fixParRadius : parent barrier factor not present" << std::endl;
497 std::cerr << "WARNING in LauAbsResonance::getResRadius : resonance barrier factor not present" << std::endl;
508 std::cerr << "WARNING in LauAbsResonance::getParRadius : parent barrier factor not present" << std::endl;
TString getNameDaug1() const Get name of the first daughter particle. Definition: LauDaughters.cc:257 Int_t getChargeDaug3() const Get charge of the third daughter particle. Definition: LauDaughters.cc:307 Double_t calcCovSpinFactor(const Double_t pProd) Calculate the amplitude spin term using the covariant tensor formalism. Definition: LauAbsResonance.cc:303 Int_t getChargeBachelor() const Get the charge of the bachelor daughter. Definition: LauAbsResonance.cc:630 Double_t getc23() const Get the cosine of the helicity angle theta23. Definition: LauKinematics.hh:255 Bool_t fixed() const Check whether the parameter is fixed or floated. Definition: LauParameter.hh:228 Double_t getMassBachelor() const Get the mass of the bachelor daughter. Definition: LauAbsResonance.cc:564 LauAbsResonance(LauResonanceInfo *resInfo, const Int_t resPairAmpInt, const LauDaughters *daughters) Constructor (for use by standard resonances) Definition: LauAbsResonance.cc:78 void calcCovFactor(const Double_t erm) Calculate the spin-dependent covariant factor. Definition: LauAbsResonance.cc:284 Double_t calcLegendrePoly() const Calculate the Legendre polynomial for the spin factor. Definition: LauAbsResonance.cc:357 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:383 Double_t getp2_Parent() const Get the momentum of the track 2 in parent rest frame. Definition: LauKinematics.hh:426 File containing declaration of LauResonanceInfo class. ClassImp(LauAbsCoeffSet) Class for defining the properties of a resonant particle. Definition: LauResonanceInfo.hh:46 Definition: LauAbsResonance.hh:90 Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:47 Double_t getc13() const Get the cosine of the helicity angle theta13. Definition: LauKinematics.hh:261 Double_t getp2_13() const Get the momentum of the track 2 in 13 rest frame. Definition: LauKinematics.hh:415 File containing declaration of LauDaughters class. virtual void floatResonanceParameter(const TString &name) Allow the various parameters to float in the fit. Definition: LauAbsResonance.cc:427 Int_t getChargeDaug1() const Get charge of the first daughter particle. Definition: LauDaughters.cc:297 Double_t covFactor_ Covariant factor (full spin-dependent expression) Definition: LauAbsResonance.hh:565 const LauParameter * getRadiusParameter() const Retrieve the radius parameter. Definition: LauBlattWeisskopfFactor.hh:96 TString getNameDaug2() const Get the name of the second daughter of the resonance. Definition: LauAbsResonance.cc:678 LauBlattWeisskopfFactor * resBWFactor_ Blatt Weisskopf barrier for resonance decay. Definition: LauAbsResonance.hh:524 Double_t getp1_12() const Get the momentum of the track 1 in 12 rest frame. Definition: LauKinematics.hh:390 TString getNameDaug2() const Get name of the second daughter particle. Definition: LauDaughters.cc:262 void valueAndRange(Double_t newValue, Double_t newMinValue, Double_t newMaxValue) Set the value and range for the parameter. Definition: LauParameter.cc:483 Bool_t fixResRadius() const Get the status of resonance barrier radius (fixed or released) Definition: LauAbsResonance.cc:472 Double_t getParRadius() const Get the radius of the parent barrier factor. Definition: LauAbsResonance.cc:505 File containing declaration of LauKinematics class. Double_t calcZemachSpinFactor(const Double_t pProd) const Calculate the amplitude spin term using the Zemach tensor formalism. Definition: LauAbsResonance.cc:325 virtual LauParameter * getResonanceParameter(const TString &name) Access the given resonance parameter. Definition: LauAbsResonance.cc:433 Double_t getp1_Parent() const Get the momentum of the track 1 in parent rest frame. Definition: LauKinematics.hh:421 void addFloatingParameter(LauParameter *param) Add parameter to the list of floating parameters. Definition: LauAbsResonance.cc:440 Definition: LauAbsResonance.hh:87 Double_t getp1_23() const Get the momentum of the track 1 in 23 rest frame. Definition: LauKinematics.hh:405 File containing declaration of LauParameter class. std::vector< LauParameter * > resParameters_ All parameters of the resonance. Definition: LauAbsResonance.hh:513 Double_t getc12() const Get the cosine of the helicity angle theta12. Definition: LauKinematics.hh:249 Int_t getChargeDaug2() const Get charge of the second daughter particle. Definition: LauDaughters.cc:302 virtual void setResonanceParameter(const TString &name, const Double_t value) Set value of the various parameters. Definition: LauAbsResonance.cc:421 Int_t getChargeParent() const Get the Charge of the parent particle. Definition: LauAbsResonance.cc:582 Double_t getp1_13() const Get the momentum of the track 1 in 13 rest frame. Definition: LauKinematics.hh:410 LauBlattWeisskopfFactor * parBWFactor_ Blatt Weisskopf barrier for parent decay. Definition: LauAbsResonance.hh:522 virtual LauComplex resAmp(Double_t mass, Double_t spinTerm)=0 Complex resonant amplitude. TString getNameParent() const Get the name of the parent particle. Definition: LauAbsResonance.cc:648 Definition: LauAbsResonance.hh:89 TString getNameBachelor() const Get the name of the daughter that does not originate form the resonance. Definition: LauAbsResonance.cc:696 Double_t getResRadius() const Get the radius of the resonance barrier factor. Definition: LauAbsResonance.cc:494 Double_t getp3_12() const Get the momentum of the track 3 in 12 rest frame. Definition: LauKinematics.hh:395 Bool_t fixParRadius() const Get the status of parent barrier radius (fixed or released) Definition: LauAbsResonance.cc:483 void fixBarrierRadii(const Bool_t fixResRadius, const Bool_t fixParRadius) Fix or release the Blatt-Weisskopf barrier radii. Definition: LauAbsResonance.cc:453 Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc... Definition: LauAbsResonance.hh:51 void changeBWBarrierRadii(const Double_t resRadius, const Double_t parRadius) Allow the Blatt-Weisskopf radius for the resonance and parent factors to be changed. Definition: LauAbsResonance.cc:403 File containing LauConstants namespace. File containing declaration of LauAbsResonance class. Double_t getp2_23() const Get the momentum of the track 2 in 23 rest frame. Definition: LauKinematics.hh:400 TString getNameDaug1() const Get the name of the first daughter of the resonance. Definition: LauAbsResonance.cc:660 virtual LauComplex amplitude(const LauKinematics *kinematics) Calculate the complex amplitude. Definition: LauAbsResonance.cc:194 TString getNameDaug3() const Get name of the third daughter particle. Definition: LauDaughters.cc:267 Double_t getp3_Parent() const Get the momentum of the track 3 in parent rest frame. Definition: LauKinematics.hh:431 Generated by ![]() |