#include <ZmmY.h>
|
| | DalitzFiller (const Dalitz &, Darwin::Tools::Flow &) |
| |
| std::vector< double > | computeObservableValue2D (const void *event, const Uncertainties::Variation &v, bool isGen) const override |
| |
| const Observable * | getObs () const override |
| |
| int | getObsDimension () const override |
| |
| | ZmmYFiller (Darwin::Tools::Flow &flow, bool isMC) |
| |
| template<typename MUON , typename PHOTON > |
| int | GetBinNumber (const TUnfoldBinning *binning, const EventInfo< MUON, PHOTON > &event, const Uncertainties::Variation &v) const |
| |
| template<typename MUON , typename PHOTON > |
| int | GetBinNumber2D (const TUnfoldBinning *binning, const EventInfo< MUON, PHOTON > &event, const Uncertainties::Variation &v) const |
| |
| std::list< int > | fillRec (DistVariation &v) override |
| |
| void | match () override |
| |
| void | fillMC (DistVariation &v) override |
| |
| virtual | ~Filler ()=default |
| |
◆ DalitzFiller()
◆ computeDalitz()
216 const auto pGamma =
event.selectedPhotons[0].CorrP4(v);
217 const auto m2MuMu =
event.mMuMu *
event.mMuMu;
218 const auto m2MuMuGamma =
event.mMuMuGamma *
event.mMuMuGamma;
219 const auto m2MuGamma = std::min((event.
dimuon.first->CorrP4(v) + pGamma).M2(),
220 (event.
dimuon.second->CorrP4(v) + pGamma).M2());
221 double m2Ratio = m2MuMuGamma > 0 ? m2MuMu / m2MuMuGamma : 0.0;
222 double mMuGamma2 = (m2MuMuGamma - m2MuMu) > 0 ? m2MuGamma / (m2MuMuGamma - m2MuMu) : 0.0;
223 return {m2Ratio, mMuGamma2};
◆ computeObservableValue2D()
| std::vector< double > computeObservableValue2D |
( |
const void * |
event, |
|
|
const Uncertainties::Variation & |
v, |
|
|
bool |
isGen |
|
) |
| const |
|
overridevirtual |
◆ getObs()
◆ getObsDimension()
| int getObsDimension |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ obs
The documentation for this struct was generated from the following files:
- /builds/cms-analysis/general/DasAnalysisSystem/Core/Installer/Core/Unfolding/interface/ZmmY.h
- /builds/cms-analysis/general/DasAnalysisSystem/Core/Installer/Core/Unfolding/src/ZmmY.cc