LauVetoes.cc
Go to the documentation of this file.
68 std::cout << "INFO in LauVetoes::addMassSqVeto : Adding the veto for resPairAmpInt = 1, with " << minMassSq << " < m^2_23 < " << maxMassSq << std::endl;
73 std::cout << "INFO in LauVetoes::addMassSqVeto : Adding the veto for resPairAmpInt = 2, with " << minMassSq << " < m^2_13 < " << maxMassSq << std::endl;
78 std::cout << "INFO in LauVetoes::addMassSqVeto : Adding the veto for resPairAmpInt = 3, with " << minMassSq << " < m^2_12 < " << maxMassSq << std::endl;
81 std::cerr << "ERROR in LauVetoes::addMassSqVeto : Invalid resPairAmpInt. Please use 1, 2 or 3 to specify bachelor daughter track. Veto is not added." << std::endl;
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 ClassImp(LauAbsCoeffSet) 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 File containing declaration of LauKinematics class. void addMassSqVeto(Int_t resPairAmpInt, Double_t minMassSq, Double_t maxMassSq) Add a veto to the Dalitz plot. Definition: LauVetoes.cc:60 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 File containing declaration of LauVetoes class. Generated by 1.8.5 |