musrfit
1.9.2
|
#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 |
class | PMusrT0 |
Macros | |
#define | PMUSRT0_FORWARD 0 |
#define | PMUSRT0_BACKWARD 1 |
#define | PMUSRT0_GET_T0 0 |
#define | PMUSRT0_GET_DATA_AND_BKG_RANGE 1 |
#define | PMUSRT0_GET_T0_DATA_AND_BKG_RANGE 2 |
#define PMUSRT0_BACKWARD 1 |
Definition at line 52 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 |
Definition at line 51 of file PMusrT0.h.
Referenced by PMusrT0::InitDataAndBkg(), PMusrT0::InitT0(), main(), and PMusrT0::PMusrT0().
#define PMUSRT0_GET_DATA_AND_BKG_RANGE 1 |
Definition at line 55 of file PMusrT0.h.
Referenced by main(), musrt0_item(), and PMusrT0::PMusrT0().
#define PMUSRT0_GET_T0 0 |
Definition at line 54 of file PMusrT0.h.
Referenced by main(), musrt0_item(), and PMusrT0::PMusrT0().
#define PMUSRT0_GET_T0_DATA_AND_BKG_RANGE 2 |
Definition at line 56 of file PMusrT0.h.
Referenced by main(), and PMusrT0::PMusrT0().