Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
EventIO
Offline
Config_ROOT.h
Go to the documentation of this file.
1
#ifndef _io_Config_ROOT_h_
2
#define _io_Config_ROOT_h_
3
4
#include <io/EventIO.h>
5
#include <Rtypes.h>
6
#include <string>
7
8
9
namespace
io {
10
19
class
Config_ROOT
{
20
public
:
21
std::string
fConfigString
;
22
23
ClassDefNV
(
Config_ROOT
,
DONT_CHANGE_THIS_NUMBER
);
24
25
};
26
27
}
28
29
30
#endif
io::Config_ROOT
Holds the run configuration data from CentralConfig.
Definition:
Config_ROOT.h:19
DONT_CHANGE_THIS_NUMBER
#define DONT_CHANGE_THIS_NUMBER
Definition:
EventIO.h:21
io::Config_ROOT::ClassDefNV
ClassDefNV(Config_ROOT, DONT_CHANGE_THIS_NUMBER)
io::Config_ROOT::fConfigString
std::string fConfigString
Definition:
Config_ROOT.h:21
, generated on Tue Sep 26 2023.