MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
Loading...
Searching...
No Matches
Gauss2D Struct Reference

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].

Detailed Description

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.

Member Data Documentation

◆ amp

Double_t Gauss2D::amp = 0.0

Amplitude.

Definition at line 76 of file RegionCuts.hpp.

Referenced by RegionCutFinder::FitBeam(), and RegionCutStore::LoadFit().

◆ mx

◆ my

◆ rho

Double_t Gauss2D::rho = 0.0

◆ sx

◆ sy


The documentation for this struct was generated from the following file: