|
Analysis-Utilities 26.9.9
C++/ROOT utilities for nuclear measurement data analysis
|
A known spacing between two peaks, imposed as a Gaussian penalty. More...
#include <RooFitUtils.hpp>
Public Attributes | |
| TString | channel |
| Channel the two peaks belong to. | |
| Int_t | peak_hi = 1 |
| Index of the upper peak. | |
| Int_t | peak_lo = 0 |
| Index of the lower peak. | |
| Double_t | delta = 0 |
| Known separation, in the observable's units. | |
| Double_t | sigma = 0 |
| Uncertainty on delta; must be positive. | |
A known spacing between two peaks, imposed as a Gaussian penalty.
Applies a penalty on mu_hi - mu_lo instead of fixing either centroid.
Definition at line 243 of file RooFitUtils.hpp.
| TString RooFitSeparationConstraint::channel |
Channel the two peaks belong to.
Definition at line 244 of file RooFitUtils.hpp.
Referenced by RooFitUtils::ConstrainPeakSeparation().
| Double_t RooFitSeparationConstraint::delta = 0 |
Known separation, in the observable's units.
Definition at line 247 of file RooFitUtils.hpp.
Referenced by RooFitUtils::ConstrainPeakSeparation().
| Int_t RooFitSeparationConstraint::peak_hi = 1 |
Index of the upper peak.
Definition at line 245 of file RooFitUtils.hpp.
Referenced by RooFitUtils::ConstrainPeakSeparation().
| Int_t RooFitSeparationConstraint::peak_lo = 0 |
Index of the lower peak.
Definition at line 246 of file RooFitUtils.hpp.
Referenced by RooFitUtils::ConstrainPeakSeparation().
| Double_t RooFitSeparationConstraint::sigma = 0 |
Uncertainty on delta; must be positive.
Definition at line 248 of file RooFitUtils.hpp.
Referenced by RooFitUtils::ConstrainPeakSeparation().