#include <BF.h>
◆ BF()
Constructor.
169 Observable(__FUNCTION__,
"Branching fraction of Z decaying to two muons and a photon")
173 recBinning->AddAxis(
"invMass" , 30, 76, 106,
false,
false);
174 recBinning->AddAxis(
"finalState", nCh, 0.5, 0.5+nCh,
false,
false);
175 genBinning->AddAxis(
"processes" , nPr, 0.5, 0.5+nPr,
false,
false);
176 genBinning->AddAxis(
"finalState", nCh, 0.5, 0.5+nCh,
false,
false);
◆ getFiller()
Constructs a filler for the observable.
Reimplemented from Observable.
181 return make_unique<BFFiller>(*
this, reader);
◆ setLmatrix()
void setLmatrix |
( |
const std::unique_ptr< TH1 > & |
, |
|
|
std::unique_ptr< TH2 > & |
|
|
) |
| |
|
inlineoverridevirtual |
◆ process
std::optional<int> process |
The documentation for this struct was generated from the following files:
- /builds/cms-analysis/general/DasAnalysisSystem/Core/Installer/Core/Unfolding/interface/BF.h
- /builds/cms-analysis/general/DasAnalysisSystem/Core/Installer/Core/Unfolding/src/BF.cc