to set informations about the ADF configuration More...
#include <string>
#include <Bytes.h>
Go to the source code of this file.
Namespaces | |
ADF | |
Macros | |
#define | ADF_CONFIG_H ADF_ADFConfig |
#define | ADF_STANDALONE 0 |
#define | HAVE_NARVAL_H 0 |
#define | PACKAGE_NAME "GammaWare" |
#define | PACKAGE_VERSION "0.9" |
Functions | |
std::string | ADF::GetPathToConfFile () |
Variables | |
const char | ADF::kBool_t [] = "B" |
const char | ADF::kDouble_t [] = "D" |
const char | ADF::kFloat_t [] = "F" |
const char | ADF::kInt_t [] = "I" |
const char | ADF::kLong64_t [] = "L" |
const Int_t | ADF::kMaxChar_t = kMaxUChar_t >> 1 |
const Int_t | ADF::kMaxInt_t = Int_t(kMaxUInt_t >> 1) |
const Int_t | ADF::kMaxShort_t = kMaxUShort_t >> 1 |
const UInt_t | ADF::kMaxUChar_t = UChar_t(~0) |
const UInt_t | ADF::kMaxUInt_t = UInt_t(~0) |
const UInt_t | ADF::kMaxUShort_t = UShort_t(~0) |
const Int_t | ADF::kMinChar_t = -kMaxChar_t - 1 |
const Int_t | ADF::kMinInt_t = -kMaxInt_t - 1 |
const Int_t | ADF::kMinShort_t = -kMaxShort_t - 1 |
const char | ADF::kShort_t [] = "S" |
const char | ADF::kUInt_t [] = "UI" |
const char | ADF::kULong64_t [] = "UL" |
const char | ADF::kUShort_t [] = "US" |
to set informations about the ADF configuration
Definition in file ADFConfig.h.