|
musrfit 1.10.0
|
#include <iostream>#include <fstream>#include <cstring>#include <cmath>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | MuSR_td_PSI_bin |
Variables | |
| const int | MAXHISTO = 32 |
| const int | MAXSCALER = 32 |
| const int | MAXTEMPER = 4 |
| const int | MAXLABELSIZE = 12 |
| const int | MAXREC = 4096 |
| const int MAXHISTO = 32 |
Definition at line 42 of file MuSR_td_PSI_bin.h.
Referenced by MuSR_td_PSI_bin::CheckDataConsistency(), MuSR_td_PSI_bin::Clear(), MuSR_td_PSI_bin::PutFirstGoodInt(), MuSR_td_PSI_bin::PutT0Int(), MuSR_td_PSI_bin::PutT0Vector(), and MuSR_td_PSI_bin::ReadMdu().
| const int MAXLABELSIZE = 12 |
Definition at line 46 of file MuSR_td_PSI_bin.h.
Referenced by MuSR_td_PSI_bin::Clear(), MuSR_td_PSI_bin::PutHistoNamesVector(), MuSR_td_PSI_bin::PutNameHisto(), MuSR_td_PSI_bin::PutScalersNamesVector(), and MuSR_td_PSI_bin::ReadMdu().
| const int MAXREC = 4096 |
Definition at line 48 of file MuSR_td_PSI_bin.h.
Referenced by MuSR_td_PSI_bin::WriteBin().
| const int MAXSCALER = 32 |
Definition at line 43 of file MuSR_td_PSI_bin.h.
Referenced by MuSR_td_PSI_bin::Clear(), MuSR_td_PSI_bin::PutNumberScalerInt(), MuSR_td_PSI_bin::PutScalersNamesVector(), and MuSR_td_PSI_bin::PutScalersVector().
| const int MAXTEMPER = 4 |
Definition at line 44 of file MuSR_td_PSI_bin.h.
Referenced by MuSR_td_PSI_bin::Clear(), MuSR_td_PSI_bin::PutDevTemperaturesVector(), MuSR_td_PSI_bin::PutNumberTemperatureInt(), MuSR_td_PSI_bin::PutTemperaturesVector(), and MuSR_td_PSI_bin::ReadMdu().