Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
OnCalDBodbc.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file OnCalDBodbc.h
1
#ifndef ONLMONDATABASE_ONCALDBODBC_H
2
#define ONLMONDATABASE_ONCALDBODBC_H
3
4
#include <string>
5
6
class
OnCalDBodbc
7
{
8
public
:
9
OnCalDBodbc
() {}
10
virtual
~OnCalDBodbc
() {}
11
// void Dump(const int nrows = 0) const;
12
void
identify
()
const
;
13
int
GetLastCalibratedRun
(
const
int
runno)
const
;
14
void
Verbosity
(
const
int
i
) {
verbosity
=
i
; }
15
16
private
:
17
int
verbosity
= 0;
18
std::string
dbname
=
"Phenix"
;
19
std::string
dbowner
=
"phnxrc"
;
20
std::string
dbpasswd
=
""
;
21
};
22
23
#endif
OnlMon
blob
main
onlmondatabase
OnCalDBodbc.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:28
using
1.8.2 with
sPHENIX GitHub integration