musrfit 1.10.0
PMusrT0.h File Reference
#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"
Include dependency graph for PMusrT0.h:
This graph shows which files directly or indirectly include this file:

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.
 

Macro Definition Documentation

◆ PMUSRT0_BACKWARD

◆ PMUSRT0_FORWARD

#define PMUSRT0_FORWARD   0

Forward detector tag.

Definition at line 54 of file PMusrT0.h.

Referenced by PMusrT0::InitDataAndBkg(), PMusrT0::InitT0(), and main().

◆ PMUSRT0_GET_DATA_AND_BKG_RANGE

#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().

◆ PMUSRT0_GET_T0

#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().

◆ PMUSRT0_GET_T0_DATA_AND_BKG_RANGE

#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().