![]() |
DAS
3.0
Das Analysis System
|
Dalitz plot for the Z decay to mu mu gamma.
We define two axes:
m2Ratio
, defined as \( m^2_{\mu\mu} / m^2_{\mu\mu\gamma} \), is the fraction of the energy that remains in the muon systems (squared). It is between 0 and 1 by construction. The limit m2Ratio -> 1
corresponds to soft photons.mMuGamma2
, defined as \( \min m^2_{\mu\gamma} / (m^2_{\mu\mu\gamma} - m^2_{\mu\mu}) \), spanning 0 to 0.5. The collinear limit is mMuGamma2 -> 0
. #include <ZmmYDalitz.h>
Public Member Functions | |
Dalitz () | |
std::unique_ptr< Filler > | getFiller (Darwin::Tools::Flow &) const override |
![]() | |
virtual std::unique_ptr< Transformer > | getTransformer (TUnfoldBinning *) const |
virtual void | setLmatrix (const std::unique_ptr< TH1 > &, std::unique_ptr< TH2 > &) |
virtual | ~Observable ()=default |
Additional Inherited Members | |
![]() | |
TUnfoldBinning * | recBinning |
TUnfoldBinning * | genBinning |
![]() | |
static bool | isMC = false |
static double | maxDR = 0.2 |
![]() | |
Observable (const char *, const char *) | |
Dalitz | ( | ) |
Constructor.
|
overridevirtual |
Constructs a filler for the observable.
Reimplemented from Observable.