LauEffModel.cc
Go to the documentation of this file.
180 new Lau2DSplineDP( effHisto, daughters_, fluctuateBins, avEff, absError, upperHalf, squareDP ) );
389 // If we're using a spline then out-of-range efficiencies can be caused by adjacent bins that all contain a value of either zero or one.
390 // The spline requires the efficiency, its first derivatives and the mixed second derivative to be continuous and to match the input histogram
391 // at the bin centres. Derivatives are calculated using a finite difference approximation taking the difference between the neighbouring bins.
392 // If two bins are zero but the third is not then the second bin will have a positive first derivative causing the spline to dip below zero
393 // between the two zero bins to remain smooth. The analogous case with adjacent maximised bins will cause peaks above one. Such dips are
400 << " : If you are using a spline then this could be caused by adjacent empty bins. Further warnings will be suppressed."
File containing declaration of LauEffModel class. void addEffSpline(const TH2 *effHisto, Double_t avEff=-1.0, Double_t absError=-1.0, Bool_t useUpperHalfOnly=kFALSE, Bool_t squareDP=kFALSE) Add a multiplicative efficiency variation across the phase space using a spline based on a predetermi... Definition: LauEffModel.cc:289 std::vector< Lau2DAbsDP * > effHisto_ The efficiency histogram objects. Definition: LauEffModel.hh:292 Double_t calcEfficiency(const LauKinematics *kinematics) const Determine the efficiency for a given point in the Dalitz plot. Definition: LauEffModel.cc:367 LauEffModel(const LauDaughters *daughters, const LauVetoes *vetoes) Constructor. Definition: LauEffModel.cc:42 Bool_t passVeto(const LauKinematics *kinematics) const Check whether the specified Dalitz plot point passes the vetoes. Definition: LauVetoes.cc:124 void setEffHisto(const TH2 *effHisto, Bool_t useInterpolation=kTRUE, Bool_t fluctuateBins=kFALSE, Double_t avEff=-1.0, Double_t absError=-1.0, Bool_t useUpperHalfOnly=kFALSE, Bool_t squareDP=kFALSE) Set the efficiency variation across the phase space using a predetermined 2D histogram. Definition: LauEffModel.cc:68 File containing declaration of Lau2DHistDP class. Bool_t lowBinWarningIssued_ Flag to track whether a warning has been issued for bin values less than zero. Definition: LauEffModel.hh:298 void addEffHisto(const TH2 *effHisto, Bool_t useInterpolation=kTRUE, Double_t avEff=-1.0, Double_t absError=-1.0, Bool_t useUpperHalfOnly=kFALSE, Bool_t squareDP=kFALSE) Add a multiplicative efficiency variation across the phase space using a predetermined 2D histogram. Definition: LauEffModel.cc:231 File containing declaration of LauDaughters class. Class for defining variations across a 2D DP using a spline. Definition: Lau2DSplineDP.hh:49 void setEffSpline(const TH2 *effHisto, Bool_t fluctuateBins=kFALSE, Double_t avEff=-1.0, Double_t absError=-1.0, Bool_t useUpperHalfOnly=kFALSE, Bool_t squareDP=kFALSE) Set the efficiency variation across the phase space using a spline based on a predetermined 2D histog... Definition: LauEffModel.cc:154 Bool_t highBinWarningIssued_ Flag to track whether a warning has been issued for bin values greater than one. Definition: LauEffModel.hh:301 File containing declaration of Lau2DSplineDP class. Bool_t passVeto(const LauKinematics *kinematics) const Determine whether the given DP position is outside the vetoes. Definition: LauEffModel.cc:420 File containing declaration of LauVetoes class. Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:47 Bool_t gotSymmetricalDP() const Is Dalitz plot symmetric, i.e. 2 identical particles. Definition: LauDaughters.hh:84 Double_t getEffHistValue(const LauKinematics *kinematics) const Get the efficiency from a two-dimensional histogram. Definition: LauEffModel.cc:343 File containing declaration of LauKinematics class. Generated by ![]() |