|
musrfit 1.10.0
|
#include <iostream>#include <fstream>#include <cstring>#include <cmath>#include "MuSR_td_PSI_bin.h"
Go to the source code of this file.
Classes | |
| struct | _FeFileHeaderRec |
| struct | _pTAFileHeaderRec |
| struct | _pTATagRec |
| struct | _pTASettingsRec |
| struct | _pTATDCSettingsRec |
| struct | _pTATDC32SettingsRec |
| struct | _pTAStatisticRec |
| struct | _pTATDCStatisticRec |
| struct | _pTATDC32StatisticRec |
Macros | |
| #define | DATESTR 12 /* Length of date string 01-NOV-1999 */ |
| #define | TIMESTR 9 /* Length of time string 08:45:30 */ |
| #define | TITLESTR 40 |
| #define | SUBTITLESTR 62 |
| #define | DATAFORMATSTR 20 |
| #define | DETECTLISTSTR 200 |
| #define | TEMPLISTSTR 50 |
| #define | PTAMODE_NONE 0 /* not initialised */ |
| #define | PTAMODE_NORMAL 1 /* "normal" events M-P.. */ |
| #define | PTAMODE_CLOCK |
| #define | PTAMODE_ECHO 4 /* echo mode M-P .. Echo (delayed M signal) */ |
| #define | PTATAGC_NONE 'N' |
| #define | PTATAGC_MUON 'M' |
| #define | PTATAGC_POSITRON 'P' |
| #define | PTATAGC_CLOCK 'C' |
| #define | PTATAGC_ECHO 'E' |
| #define | PTATAGC_VETO 'V' |
| #define | PTATAGC_UNKNOWN 'U' |
| #define | PTAMAXTAGS 16 /* max number of pTA tags for pTA MDU M3 */ |
| #define | TDCMAXTAGS16 16 /* max number of pTA tags for TDC MDU T4 */ |
| #define | TDCMAXTAGS32 32 /* max number of pTA tags for TDC MDU T5 */ |
| #define | MAXTAGSTR 12 /* max length of pTA tag strings */ |
Typedefs | |
| typedef int | Int16 |
| typedef long int | Int32 |
| typedef float | Float32 |
| typedef struct _FeFileHeaderRec | FeFileHeaderRec |
| typedef struct _FeFileHeaderRec * | FeFileHeaderPtr |
| typedef struct _pTAFileHeaderRec | pTAFileHeaderRec |
| typedef struct _pTAFileHeaderRec * | pTAFileHeaderPtr |
| typedef struct _pTATagRec | pTATagRec |
| typedef struct _pTATagRec * | pTATagPtr |
| typedef struct _pTASettingsRec | pTASettingsRec |
| typedef struct _pTASettingsRec * | pTASettingsPtr |
| typedef struct _pTATDCSettingsRec | pTATDCSettingsRec |
| typedef struct _pTATDCSettingsRec * | pTATDCSettingsPtr |
| typedef struct _pTATDC32SettingsRec | pTATDC32SettingsRec |
| typedef struct _pTATDC32SettingsRec * | pTATDC32SettingsPtr |
| typedef struct _pTAStatisticRec | pTAStatisticRec |
| typedef struct _pTAStatisticRec * | pTAStatisticPtr |
| typedef struct _pTATDCStatisticRec | pTATDCStatisticRec |
| typedef struct _pTATDCStatisticRec * | pTATDCStatisticPtr |
| typedef struct _pTATDC32StatisticRec | pTATDC32StatisticRec |
| typedef struct _pTATDC32StatisticRec * | pTATDC32StatisticPtr |
| #define DATAFORMATSTR 20 |
Definition at line 748 of file MuSR_td_PSI_bin.cpp.
| #define DATESTR 12 /* Length of date string 01-NOV-1999 */ |
Definition at line 742 of file MuSR_td_PSI_bin.cpp.
| #define DETECTLISTSTR 200 |
Definition at line 749 of file MuSR_td_PSI_bin.cpp.
| #define MAXTAGSTR 12 /* max length of pTA tag strings */ |
Definition at line 772 of file MuSR_td_PSI_bin.cpp.
| #define PTAMAXTAGS 16 /* max number of pTA tags for pTA MDU M3 */ |
Definition at line 768 of file MuSR_td_PSI_bin.cpp.
Referenced by MuSR_td_PSI_bin::ReadMdu().
| #define PTAMODE_CLOCK |
Definition at line 755 of file MuSR_td_PSI_bin.cpp.
| #define PTAMODE_ECHO 4 /* echo mode M-P .. Echo (delayed M signal) */ |
Definition at line 756 of file MuSR_td_PSI_bin.cpp.
| #define PTAMODE_NONE 0 /* not initialised */ |
Definition at line 753 of file MuSR_td_PSI_bin.cpp.
| #define PTAMODE_NORMAL 1 /* "normal" events M-P.. */ |
Definition at line 754 of file MuSR_td_PSI_bin.cpp.
| #define PTATAGC_CLOCK 'C' |
Definition at line 762 of file MuSR_td_PSI_bin.cpp.
| #define PTATAGC_ECHO 'E' |
Definition at line 763 of file MuSR_td_PSI_bin.cpp.
| #define PTATAGC_MUON 'M' |
Definition at line 760 of file MuSR_td_PSI_bin.cpp.
| #define PTATAGC_NONE 'N' |
Definition at line 759 of file MuSR_td_PSI_bin.cpp.
| #define PTATAGC_POSITRON 'P' |
Definition at line 761 of file MuSR_td_PSI_bin.cpp.
Referenced by MuSR_td_PSI_bin::ReadMdu().
| #define PTATAGC_UNKNOWN 'U' |
Definition at line 765 of file MuSR_td_PSI_bin.cpp.
| #define PTATAGC_VETO 'V' |
Definition at line 764 of file MuSR_td_PSI_bin.cpp.
| #define SUBTITLESTR 62 |
Definition at line 747 of file MuSR_td_PSI_bin.cpp.
| #define TDCMAXTAGS16 16 /* max number of pTA tags for TDC MDU T4 */ |
Definition at line 769 of file MuSR_td_PSI_bin.cpp.
Referenced by MuSR_td_PSI_bin::ReadMdu().
| #define TDCMAXTAGS32 32 /* max number of pTA tags for TDC MDU T5 */ |
Definition at line 770 of file MuSR_td_PSI_bin.cpp.
Referenced by MuSR_td_PSI_bin::ReadMdu().
| #define TEMPLISTSTR 50 |
Definition at line 750 of file MuSR_td_PSI_bin.cpp.
| #define TIMESTR 9 /* Length of time string 08:45:30 */ |
Definition at line 743 of file MuSR_td_PSI_bin.cpp.
| #define TITLESTR 40 |
Definition at line 746 of file MuSR_td_PSI_bin.cpp.
| typedef struct _FeFileHeaderRec * FeFileHeaderPtr |
| typedef struct _FeFileHeaderRec FeFileHeaderRec |
| typedef float Float32 |
Definition at line 224 of file MuSR_td_PSI_bin.cpp.
| typedef int Int16 |
Definition at line 218 of file MuSR_td_PSI_bin.cpp.
| typedef long int Int32 |
Definition at line 219 of file MuSR_td_PSI_bin.cpp.
| typedef struct _pTAFileHeaderRec * pTAFileHeaderPtr |
| typedef struct _pTAFileHeaderRec pTAFileHeaderRec |
| typedef struct _pTASettingsRec * pTASettingsPtr |
| typedef struct _pTASettingsRec pTASettingsRec |
| typedef struct _pTAStatisticRec * pTAStatisticPtr |
| typedef struct _pTAStatisticRec pTAStatisticRec |
| typedef struct _pTATagRec * pTATagPtr |
| typedef struct _pTATagRec pTATagRec |
| typedef struct _pTATDC32SettingsRec * pTATDC32SettingsPtr |
| typedef struct _pTATDC32SettingsRec pTATDC32SettingsRec |
| typedef struct _pTATDC32StatisticRec * pTATDC32StatisticPtr |
| typedef struct _pTATDC32StatisticRec pTATDC32StatisticRec |
| typedef struct _pTATDCSettingsRec * pTATDCSettingsPtr |
| typedef struct _pTATDCSettingsRec pTATDCSettingsRec |
| typedef struct _pTATDCStatisticRec * pTATDCStatisticPtr |
| typedef struct _pTATDCStatisticRec pTATDCStatisticRec |