Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
blob
main
macros
onlmonclient
onlmondatabase
OnCalDBodbc.cc
OnCalDBodbc.h
OnlMonDB.cc
OnlMonDB.h
OnlMonDBodbc.cc
OnlMonDBodbc.h
OnlMonDBReturnCodes.h
OnlMonDBVar.cc
OnlMonDBVar.h
RunDBodbc.cc
RunDBodbc.h
onlmonserver
onlmonutils
poms
subsystems
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
RunDBodbc.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file RunDBodbc.h
1
#ifndef ONLMONDATABASE_RUNDBODBC_H
2
#define ONLMONDATABASE_RUNDBODBC_H
3
4
#include <set>
5
#include <string>
6
7
class
RunDBodbc
8
{
9
public
:
10
RunDBodbc
() {}
11
virtual
~RunDBodbc
() {}
12
// void Dump(const int nrows = 0) const;
13
void
identify
()
const
;
14
std::string
RunType
(
const
int
runno = 0)
const
;
15
void
Verbosity
(
const
int
i
) {
verbosity
=
i
; }
16
int
GetRunNumbers
(std::set<int> &result,
const
std::string
&
type
,
const
int
nruns,
const
int
lastrunexclusive)
const
;
17
18
private
:
19
int
verbosity
= 0;
20
std::string
dbname
=
"daq"
;
21
std::string
dbowner
=
"phnxrc"
;
22
std::string
dbpasswd
=
""
;
23
};
24
25
#endif
OnlMon
blob
main
onlmondatabase
RunDBodbc.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:28
using
1.8.2 with
sPHENIX GitHub integration