LauVetoes.hh
Go to the documentation of this file.
86 void addMassSqVeto(const Int_t resPairAmpInt, const Double_t minMassSq, const Double_t maxMassSq);
105 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:139 Bool_t passVeto(const LauKinematics *kinematics) const Check whether the specified Dalitz plot point passes the vetoes. Definition: LauVetoes.cc:118 std::vector< Double_t > vetoMaxMass_ The maximum mass-squared for each veto. Definition: LauVetoes.hh:142 std::vector< Int_t > vetoPair_ The index of the vetoed mass-squared variable for each veto. Definition: LauVetoes.hh:136 const std::vector< Double_t > & getVetoMaxMass() const Retrieve the maximum mass-squared for each veto. Definition: LauVetoes.hh:129 const std::vector< Int_t > & getVetoPairs() const Retrieve the index of the vetoed mass-squared variable for each veto. Definition: LauVetoes.hh:117 void addMassSqVeto(const Int_t resPairAmpInt, const Double_t minMassSq, const Double_t maxMassSq) Add a veto to the Dalitz plot. Definition: LauVetoes.cc:74 const std::vector< Double_t > & getVetoMinMass() const Retrieve the minimum mass-squared for each veto. Definition: LauVetoes.hh:123 void addMassVeto(const Int_t resPairAmpInt, const Double_t minMass, const Double_t maxMass) Add a veto to the Dalitz plot. Definition: LauVetoes.cc:65 Generated by 1.8.5 |