MCBooster
1.0.1
Tool to generate MC phase space samples in parallel.
|
Go to the source code of this file.
Namespaces | |
MCBooster | |
Macros | |
#define | NULL 0 |
#define | kMAXP 9 |
#define | PI 3.1415926535897932384626422832795028841971 |
Typedefs | |
typedef char | MCBooster::GChar_t |
Signed Character 1 byte (char) More... | |
typedef unsigned char | MCBooster::GUChar_t |
Unsigned Character 1 byte (unsigned char) More... | |
typedef short | MCBooster::GShort_t |
Signed Short integer 2 bytes (short) More... | |
typedef unsigned short | MCBooster::GUShort_t |
Unsigned Short integer 2 bytes (unsigned short) More... | |
typedef int | MCBooster::GInt_t |
Signed integer 4 bytes (int) More... | |
typedef unsigned int | MCBooster::GUInt_t |
Unsigned integer 4 bytes (unsigned int) More... | |
typedef long | MCBooster::GLong_t |
Signed long integer 4 bytes (long) More... | |
typedef unsigned long | MCBooster::GULong_t |
typedef float | MCBooster::GFloat_t |
Float 4 bytes (float) More... | |
typedef double | MCBooster::GDouble_t |
Double 8 bytes. More... | |
typedef long double | MCBooster::GLongDouble_t |
Long Double. More... | |
typedef char | MCBooster::GText_t |
General string (char) More... | |
typedef bool | MCBooster::GBool_t |
Boolean (0=false, 1=true) (bool) More... | |
typedef unsigned char | MCBooster::GByte_t |
Byte (8 bits) (unsigned char) More... | |
typedef long long | MCBooster::GLong64_t |
Portable signed long integer 8 bytes. More... | |
typedef unsigned long long | MCBooster::GULong64_t |
Portable unsigned long integer 8 bytes. More... | |
typedef double | MCBooster::GReal_t |
Double 8 bytes or float 4 bytes. More... | |
Variables | |
const GBool_t | MCBooster::kTrue = true |
const GBool_t | MCBooster::kFalse = false |
#define kMAXP 9 |
Definition at line 65 of file GTypes.h.
Referenced by MCBooster::DecayMothers::process(), and MCBooster::DecayMother::process().
#define PI 3.1415926535897932384626422832795028841971 |
Definition at line 66 of file GTypes.h.
Referenced by MCBooster::DecayMothers::process(), and MCBooster::DecayMother::process().