|
musrfit 1.10.0
|
#include <memory>#include <TObject.h>#include <TQObject.h>#include <TStyle.h>#include <TRootCanvas.h>#include <TGMenu.h>#include <TCanvas.h>#include <TH1.h>#include <TLine.h>#include <TLatex.h>#include <TTimer.h>#include "PMusr.h"#include "PMsrHandler.h"

Go to the source code of this file.
Classes | |
| class | PMusrT0Data |
| Data container for musrt0 raw run data and histogram information. More... | |
| class | PMusrT0 |
| Interactive GUI for determining t0 and data/background ranges in μSR experiments. More... | |
Macros | |
| #define | PMUSRT0_FORWARD 0 |
| Forward detector tag. | |
| #define | PMUSRT0_BACKWARD 1 |
| Backward detector tag. | |
| #define | PMUSRT0_GET_T0 0 |
| Mode: Determine t0 only. | |
| #define | PMUSRT0_GET_DATA_AND_BKG_RANGE 1 |
| Mode: Determine data and background ranges only. | |
| #define | PMUSRT0_GET_T0_DATA_AND_BKG_RANGE 2 |
| Mode: Determine t0, data range, and background range. | |
| #define PMUSRT0_BACKWARD 1 |
Backward detector tag.
Definition at line 55 of file PMusrT0.h.
Referenced by PMusrT0::InitDataAndBkg(), PMusrT0::InitT0(), main(), PMusrT0::SetBkgFirstChannel(), PMusrT0::SetBkgLastChannel(), PMusrT0::SetDataFirstChannel(), PMusrT0::SetDataLastChannel(), PMusrT0::SetEstimatedT0Channel(), and PMusrT0::SetT0Channel().
| #define PMUSRT0_FORWARD 0 |
Forward detector tag.
Definition at line 54 of file PMusrT0.h.
Referenced by PMusrT0::InitDataAndBkg(), PMusrT0::InitT0(), and main().
| #define PMUSRT0_GET_DATA_AND_BKG_RANGE 1 |
Mode: Determine data and background ranges only.
Definition at line 61 of file PMusrT0.h.
Referenced by main(), and musrt0_item().
| #define PMUSRT0_GET_T0 0 |
Mode: Determine t0 only.
Definition at line 60 of file PMusrT0.h.
Referenced by main(), musrt0_item(), and PMusrT0::PMusrT0().
| #define PMUSRT0_GET_T0_DATA_AND_BKG_RANGE 2 |
Mode: Determine t0, data range, and background range.
Definition at line 62 of file PMusrT0.h.
Referenced by main(), and PMusrT0::PMusrT0().