EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <map>
#include <iomanip>
#include "TBuffer.h"
#include "TObject.h"
#include "FairRegistry.h"
#include "FairRegistryItem.h"
#include <FairUtilStream.h>
#include <iostream>
#include <sstream>
#include <cassert>
Go to the source code of this file.
Macros | |
#define | REGISTRY_SET(TYPE) |
#define | REGISTRY_GET(TYPE) |
#define | REGISTRY_GET_TYPE(NAME, RETTYPE, TYPE) |
Functions | |
ClassImp (FairRegistry) FairRegistry | |
static std::istream & | bail (std::istream &is) |
#define REGISTRY_GET | ( | TYPE | ) |
Definition at line 319 of file FairRegistry.cxx.
View newest version in sPHENIX GitHub at line 319 of file FairRegistry.cxx
#define REGISTRY_GET_TYPE | ( | NAME, | |
RETTYPE, | |||
TYPE | |||
) |
Definition at line 365 of file FairRegistry.cxx.
View newest version in sPHENIX GitHub at line 365 of file FairRegistry.cxx
#define REGISTRY_SET | ( | TYPE | ) |
Definition at line 238 of file FairRegistry.cxx.
View newest version in sPHENIX GitHub at line 238 of file FairRegistry.cxx
|
static |
Definition at line 497 of file FairRegistry.cxx.
View newest version in sPHENIX GitHub at line 497 of file FairRegistry.cxx
Referenced by FairRegistry::ReadStream().
ClassImp | ( | FairRegistry | ) |
Definition at line 22 of file FairRegistry.cxx.
View newest version in sPHENIX GitHub at line 22 of file FairRegistry.cxx