|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
Public Attributes | |
| Double_t | best_shift = 0.0 |
| Double_t | best_inv_nsd2 = 0.0 |
| Int_t | best_npts = 0 |
| Bool_t | found = kFALSE |
| std::vector< Double_t > | shifts |
| std::vector< Double_t > | inv_nsd2_values |
Definition at line 5 of file Timing.cpp.
| Double_t ShiftScanResult::best_inv_nsd2 = 0.0 |
Definition at line 7 of file Timing.cpp.
Referenced by Timing::FindShiftBeam(), and ScanShiftRange().
| Int_t ShiftScanResult::best_npts = 0 |
Definition at line 8 of file Timing.cpp.
Referenced by Timing::FindShiftBeam(), and ScanShiftRange().
| Double_t ShiftScanResult::best_shift = 0.0 |
Definition at line 6 of file Timing.cpp.
Referenced by Timing::FindShiftBeam(), and ScanShiftRange().
| Bool_t ShiftScanResult::found = kFALSE |
Definition at line 9 of file Timing.cpp.
Referenced by Timing::FindShiftBeam(), and ScanShiftRange().
| std::vector<Double_t> ShiftScanResult::inv_nsd2_values |
Definition at line 11 of file Timing.cpp.
Referenced by Timing::FindShiftBeam(), and ScanShiftRange().
| std::vector<Double_t> ShiftScanResult::shifts |
Definition at line 10 of file Timing.cpp.
Referenced by Timing::FindShiftBeam(), and ScanShiftRange().