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:231 Int_t getChargeDaug3() const Get charge of the third daughter particle. Definition: LauDaughters.cc:281 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:251 Bool_t fullySymmetricDP_ Boolean flag for fully symmetric Dalitz plot. Definition: LauDaughters.hh:181 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:27 const LauKinematics * getKinematics() const Retrieve the Dalitz plot kinematics. Definition: LauDaughters.hh:132 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:291 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:271 TString getNameDaug2() const Get name of the second daughter particle. Definition: LauDaughters.cc:236 Bool_t squareDP() const Determine to use or not the square Dalitz plot. Definition: LauDaughters.hh:78 File containing declaration of LauKinematics class. Bool_t gotSymmetricalDP() const Is Dalitz plot symmetric, i.e. 2 identical particles. Definition: LauDaughters.hh:66 std::vector< const LauParticlePDG * > daughters_ The daughter particles. Definition: LauDaughters.hh:175 Int_t getChargeDaug2() const Get charge of the second daughter particle. Definition: LauDaughters.cc:276 std::vector< const LauParticlePDG * > allowedParents_ All possible parent types. Definition: LauDaughters.hh:169 Int_t getTypeDaug3() const Get PDG code of the third daughter particle. Definition: LauDaughters.cc:261 Int_t getTypeDaug2() const Get PDG code of the second daughter particle. Definition: LauDaughters.cc:256 void setDaugType(const TString &name1, const TString &name2, const TString &name3) Set the three daughter types. Definition: LauDaughters.cc:137 Bool_t gotFullySymmetricDP() const Is Dalitz plot fully symmetric, i.e. 3 identical particles. Definition: LauDaughters.hh:72 LauDaughters & operator=(const LauDaughters &rhs) Copy assignment operator (not implemented) std::vector< const LauParticlePDG * > allowedDaughters_ All possible daughter types. Definition: LauDaughters.hh:166 TString getNameDaug3() const Get name of the third daughter particle. Definition: LauDaughters.cc:241 Generated by 1.8.5 |