|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
One bivariate Gaussian component of a strip's scatter. More...
#include <RegionCuts.hpp>
Public Attributes | |
| Double_t | amp = 0.0 |
| Amplitude. | |
| Double_t | mx = 0.0 |
| Mean in x. | |
| Double_t | sx = 0.0 |
| Width in x. | |
| Double_t | my = 0.0 |
| Mean in y. | |
| Double_t | sy = 0.0 |
| Width in y. | |
| Double_t | rho = 0.0 |
| x-y correlation, in [-1, 1]. | |
One bivariate Gaussian component of a strip's scatter.
Fields are in ROOT's bigaus parameter order, so the struct can be handed straight to a TF2 built from that formula.
Definition at line 75 of file RegionCuts.hpp.
| Double_t Gauss2D::amp = 0.0 |
Amplitude.
Definition at line 76 of file RegionCuts.hpp.
Referenced by RegionCutFinder::FitBeam(), and RegionCutStore::LoadFit().
| Double_t Gauss2D::mx = 0.0 |
Mean in x.
Definition at line 77 of file RegionCuts.hpp.
Referenced by RegionCutFinder::AboveRidge(), RegionCutFinder::EllipseCut(), RegionCutFinder::FitMixture(), RegionCutStore::LoadFit(), main(), and RegionCutFinder::RidgeBandCut().
| Double_t Gauss2D::my = 0.0 |
Mean in y.
Definition at line 79 of file RegionCuts.hpp.
Referenced by RegionCutFinder::AboveRidge(), RegionCutFinder::EllipseCut(), RegionCutFinder::FitMixture(), RegionCutStore::LoadFit(), main(), and RegionCutFinder::RidgeBandCut().
| Double_t Gauss2D::rho = 0.0 |
x-y correlation, in [-1, 1].
Definition at line 81 of file RegionCuts.hpp.
Referenced by RegionCutFinder::AboveRidge(), RegionCutFinder::EllipseCut(), RegionCutFinder::FitMixture(), RegionCutStore::LoadFit(), main(), and RegionCutFinder::RidgeBandCut().
| Double_t Gauss2D::sx = 0.0 |
Width in x.
Definition at line 78 of file RegionCuts.hpp.
Referenced by RegionCutFinder::AboveRidge(), RegionCutFinder::EllipseCut(), RegionCutFinder::FitMixture(), RegionCutStore::LoadFit(), main(), and RegionCutFinder::RidgeBandCut().
| Double_t Gauss2D::sy = 0.0 |
Width in y.
Definition at line 80 of file RegionCuts.hpp.
Referenced by RegionCutFinder::AboveRidge(), RegionCutFinder::EllipseCut(), RegionCutFinder::FitMixture(), RegionCutStore::LoadFit(), main(), and RegionCutFinder::RidgeBandCut().