|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
Public Attributes | |
| std::vector< Double_t > | x |
| std::vector< Double_t > | y |
| std::vector< Double_t > | ey |
| Double_t | lo = 0.0 |
| Double_t | hi = 0.0 |
| Double_t | slope = 0.0 |
| Double_t | intercept = 0.0 |
| Double_t | c_long = 0.0 |
| Double_t | c_short = 0.0 |
| Bool_t | fitted = kFALSE |
| Long64_t | n_gated = 0 |
| Long64_t | n_short_window = 0 |
| Long64_t | n_long_band = 0 |
| Int_t | n_slices = 0 |
| Long64_t | min_per_slice = 0 |
| const char * | fail = "" |
Definition at line 676 of file CalibrateBeam.cpp.
| Double_t RidgeFit::c_long = 0.0 |
Definition at line 680 of file CalibrateBeam.cpp.
Referenced by SaveRidgeFitPlots().
| Double_t RidgeFit::c_short = 0.0 |
Definition at line 680 of file CalibrateBeam.cpp.
| std::vector<Double_t> RidgeFit::ey |
Definition at line 677 of file CalibrateBeam.cpp.
Referenced by SaveRidgeFitPlots().
| const char* RidgeFit::fail = "" |
Definition at line 689 of file CalibrateBeam.cpp.
Referenced by ComputeLRGainMatch().
| Bool_t RidgeFit::fitted = kFALSE |
Definition at line 681 of file CalibrateBeam.cpp.
Referenced by SaveRidgeFitPlots().
| Double_t RidgeFit::hi = 0.0 |
Definition at line 678 of file CalibrateBeam.cpp.
Referenced by SaveRidgeFitPlots().
| Double_t RidgeFit::intercept = 0.0 |
Definition at line 679 of file CalibrateBeam.cpp.
Referenced by SaveRidgeFitPlots().
| Double_t RidgeFit::lo = 0.0 |
Definition at line 678 of file CalibrateBeam.cpp.
| Long64_t RidgeFit::min_per_slice = 0 |
Definition at line 688 of file CalibrateBeam.cpp.
Referenced by ComputeLRGainMatch().
| Long64_t RidgeFit::n_gated = 0 |
Definition at line 684 of file CalibrateBeam.cpp.
| Long64_t RidgeFit::n_long_band = 0 |
Definition at line 686 of file CalibrateBeam.cpp.
| Long64_t RidgeFit::n_short_window = 0 |
Definition at line 685 of file CalibrateBeam.cpp.
| Int_t RidgeFit::n_slices = 0 |
Definition at line 687 of file CalibrateBeam.cpp.
Referenced by ComputeLRGainMatch().
| Double_t RidgeFit::slope = 0.0 |
Definition at line 679 of file CalibrateBeam.cpp.
Referenced by SaveRidgeFitPlots().
| std::vector<Double_t> RidgeFit::x |
Definition at line 677 of file CalibrateBeam.cpp.
Referenced by SaveRidgeFitPlots().
| std::vector<Double_t> RidgeFit::y |
Definition at line 677 of file CalibrateBeam.cpp.
Referenced by SaveRidgeFitPlots().