Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
N21-01-21
OnlineMonitoring
util
Settings.h
Go to the documentation of this file.
1
///
2
/// \file Settings.h
3
/// \brief A simple object that conatins all the global settings
4
/// \version $Id: Settings.h,v 1.2 2012-05-30 18:43:38 mbaird42 Exp $
5
/// \author mbaird42@fnal.gov
6
///
7
#ifndef OM_SETTINGS_H
8
#define OM_SETTINGS_H
9
#include "
OnlineMonitoring/util/HistoData.h
"
10
11
namespace
om
{
12
class
Settings
{
13
public
:
14
static
Settings
&
Instance
();
15
16
public
:
17
std::string
fCSVFile
;
18
Detector_t
fDet
;
19
20
private
:
21
Settings
();
22
23
};
24
}
25
26
#endif
27
////////////////////////////////////////////////////////////////////////
om::Settings::fCSVFile
std::string fCSVFile
Definition:
Settings.h:17
om::Settings::Settings
Settings()
Definition:
Settings.cxx:24
om::Settings::fDet
Detector_t fDet
Definition:
Settings.h:18
om::Settings
Definition:
Settings.h:12
HistoData.h
om::Detector_t
enum om::_det_types Detector_t
om::Settings::Instance
static Settings & Instance()
Definition:
Settings.cxx:12
om
Online Monitoring package header.
Definition:
FEBRateAnalysis.h:14
string
enum BeamMode string
Generated on Thu Jan 21 2021 14:14:29 for NOvA by
1.8.11