LauDaughters.hh
Go to the documentation of this file.
44 LauDaughters(Int_t codeParent, Int_t code1, Int_t code2, Int_t code3, Bool_t useSquareDP = kFALSE);
54 LauDaughters(const TString& nameParent, const TString& name1, const TString& name2, const TString& name3, Bool_t useSquareDP = kFALSE);
TString getNameDaug1() const Get name of the first daughter particle. Definition: LauDaughters.cc:226 Int_t getChargeDaug3() const Get charge of the third daughter particle. Definition: LauDaughters.cc:276 Bool_t squareDP() const Are the square Dalitz plot co-ordinates being calculated? Definition: LauKinematics.hh:51 Int_t getTypeDaug1() const Get PDG code of the first daughter particle. Definition: LauDaughters.cc:246 void setParentType(const TString &nameParent) Set the parent particle type. Definition: LauDaughters.cc:116 LauDaughters(Int_t codeParent, Int_t code1, Int_t code2, Int_t code3, Bool_t useSquareDP=kFALSE) Constructor from PDG codes. Definition: LauDaughters.cc:30 const LauKinematics * getKinematics() const Retrieve the Dalitz plot kinematics. Definition: LauDaughters.hh:126 void createParticleLists() Create list of all the allowed parent/daughter particles. Definition: LauDaughters.cc:81 Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:33 Int_t getCharge(Int_t resPairAmpInt) const Get charge of a particular two-daughter combination. Definition: LauDaughters.cc:286 void testDPSymmetry() Check whether there is a symmetrical Dalitz plot. Definition: LauDaughters.cc:167 Int_t getChargeDaug1() const Get charge of the first daughter particle. Definition: LauDaughters.cc:266 TString getNameDaug2() const Get name of the second daughter particle. Definition: LauDaughters.cc:231 Bool_t squareDP() const Determine to use or not the square Dalitz plot. Definition: LauDaughters.hh:72 File containing declaration of LauKinematics class. std::vector< const LauParticlePDG * > daughters_ The daughter particles. Definition: LauDaughters.hh:166 Int_t getChargeDaug2() const Get charge of the second daughter particle. Definition: LauDaughters.cc:271 std::vector< const LauParticlePDG * > allowedParents_ All possible parent types. Definition: LauDaughters.hh:160 Int_t getTypeDaug3() const Get PDG code of the third daughter particle. Definition: LauDaughters.cc:256 Int_t getTypeDaug2() const Get PDG code of the second daughter particle. Definition: LauDaughters.cc:251 void setDaugType(const TString &name1, const TString &name2, const TString &name3) Set the three daughter types. Definition: LauDaughters.cc:137 std::vector< const LauParticlePDG * > allowedDaughters_ All possible daughter types. Definition: LauDaughters.hh:157 TString getNameDaug3() const Get name of the third daughter particle. Definition: LauDaughters.cc:236 Generated by 1.8.5 |