EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairDbConf.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairDbConf.h
1 #ifndef FAIRDBCONF_H
2 #define FAIRDBCONF_H
3 #ifndef STRING
4 # include <string>
5 # define STRING
6 #endif
7 #ifndef REGISTRY_H
8 # include "FairRegistry.h"
9 #endif
10 #include <cstdlib>
11 
13 {
14  public:
15  static void RegistryToString(std::string& s, const FairRegistry& r);
16  static void StringToRegistry(FairRegistry& r, const char* s);
17  private:
18  FairDbConf();
20 };
21 
22 #endif // FAIRDBCONF_H
23