LauVetoes.hh
Go to the documentation of this file.
72 void addMassSqVeto(const Int_t resPairAmpInt, const Double_t minMassSq, const Double_t maxMassSq);
91 Bool_t passVeto(const Double_t m12Sq, const Double_t m23Sq, const Double_t m13Sq, const Bool_t symmetricDP, const Bool_t fullySymmetricDP) const;
std::vector< Double_t > vetoMinMass_ The minimum mass-squared for each veto. Definition: LauVetoes.hh:125 Bool_t passVeto(const LauKinematics *kinematics) const Check whether the specified Dalitz plot point passes the vetoes. Definition: LauVetoes.cc:104 std::vector< Double_t > vetoMaxMass_ The maximum mass-squared for each veto. Definition: LauVetoes.hh:128 std::vector< Int_t > vetoPair_ The index of the vetoed mass-squared variable for each veto. Definition: LauVetoes.hh:122 const std::vector< Double_t > & getVetoMaxMass() const Retrieve the maximum mass-squared for each veto. Definition: LauVetoes.hh:115 const std::vector< Int_t > & getVetoPairs() const Retrieve the index of the vetoed mass-squared variable for each veto. Definition: LauVetoes.hh:103 void addMassSqVeto(const Int_t resPairAmpInt, const Double_t minMassSq, const Double_t maxMassSq) Add a veto to the Dalitz plot. Definition: LauVetoes.cc:60 const std::vector< Double_t > & getVetoMinMass() const Retrieve the minimum mass-squared for each veto. Definition: LauVetoes.hh:109 void addMassVeto(const Int_t resPairAmpInt, const Double_t minMass, const Double_t maxMass) Add a veto to the Dalitz plot. Definition: LauVetoes.cc:51 Generated by 1.8.5 |