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