LauVetoes.cc
Go to the documentation of this file.
63 void LauVetoes::addMassVeto( const Int_t resPairAmpInt, const Double_t minMass, const Double_t maxMass )
110 std::cerr << "ERROR in LauVetoes::addMassSqVeto : Invalid resPairAmpInt. Please use 1, 2 or 3 to specify bachelor daughter track (or 4 or 5 to specify a veto on mMinSq or mMaxSq in a symmetric DP). Veto is not added."
202 std::cerr << "WARNING in LauVetoes::passVeto : resPairAmpInt of 4 is only valid for symmetric DPs, will ignore this veto"
std::vector< Double_t > vetoMaxMass_ The maximum mass-squared for each veto. Definition: LauVetoes.hh:145 Bool_t passVeto(const LauKinematics *kinematics) const Check whether the specified Dalitz plot point passes the vetoes. Definition: LauVetoes.cc:124 std::vector< Int_t > vetoPair_ The index of the vetoed mass-squared variable for each veto. Definition: LauVetoes.hh:139 void addMassSqVeto(const Int_t resPairAmpInt, const Double_t minMassSq, const Double_t maxMassSq) Add a veto to the Dalitz plot. Definition: LauVetoes.cc:72 void addMassVeto(const Int_t resPairAmpInt, const Double_t minMass, const Double_t maxMass) Add a veto to the Dalitz plot. Definition: LauVetoes.cc:63 File containing declaration of LauVetoes class. std::vector< Double_t > vetoMinMass_ The minimum mass-squared for each veto. Definition: LauVetoes.hh:142 File containing declaration of LauKinematics class. Generated by ![]() |