musrfit  1.9.2
TMusrRunHeader.h File Reference
#include <vector>
#include <TDatime.h>
#include <TObject.h>
#include <TQObject.h>
#include <TObjString.h>
#include <TObjArray.h>
#include <TFolder.h>
Include dependency graph for TMusrRunHeader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TMusrRunObject< T >
 
class  TMusrRunPhysicalQuantity
 
class  TMusrRunHeader
 

Macros

#define MRH_UNDEFINED   -9.99e99
 
#define MRH_DOUBLE_PREC   6
 
#define MRH_TSTRING   0
 
#define MRH_INT   1
 
#define MRH_DOUBLE   2
 
#define MRH_TMUSR_RUN_PHYSICAL_QUANTITY   3
 
#define MRH_TSTRING_VECTOR   4
 
#define MRH_INT_VECTOR   5
 
#define MRH_DOUBLE_VECTOR   6
 

Typedefs

typedef std::vector< Int_t > TIntVector
 
typedef std::vector< Double_t > TDoubleVector
 
typedef std::vector< TString > TStringVector
 

Macro Definition Documentation

◆ MRH_DOUBLE

#define MRH_DOUBLE   2

◆ MRH_DOUBLE_PREC

#define MRH_DOUBLE_PREC   6

Definition at line 44 of file TMusrRunHeader.h.

Referenced by TMusrRunHeader::DumpHeader(), and TMusrRunHeader::GetHeaderString().

◆ MRH_DOUBLE_VECTOR

#define MRH_DOUBLE_VECTOR   6

◆ MRH_INT

#define MRH_INT   1

◆ MRH_INT_VECTOR

#define MRH_INT_VECTOR   5

◆ MRH_TMUSR_RUN_PHYSICAL_QUANTITY

#define MRH_TMUSR_RUN_PHYSICAL_QUANTITY   3

◆ MRH_TSTRING

#define MRH_TSTRING   0

◆ MRH_TSTRING_VECTOR

#define MRH_TSTRING_VECTOR   4

◆ MRH_UNDEFINED

Typedef Documentation

◆ TDoubleVector

typedef std::vector<Double_t> TDoubleVector

Definition at line 55 of file TMusrRunHeader.h.

◆ TIntVector

typedef std::vector<Int_t> TIntVector

Definition at line 54 of file TMusrRunHeader.h.

◆ TStringVector

typedef std::vector<TString> TStringVector

Definition at line 56 of file TMusrRunHeader.h.