Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
OnlineDB
EcalCondDB
src
LMFRunDat.cc
Go to the documentation of this file.
1
#include "
OnlineDB/EcalCondDB/interface/LMFRunDat.h
"
2
3
LMFRunDat::LMFRunDat
() :
LMFDat
() {
4
m_tableName
=
"LMF_RUN_DAT"
;
5
m_className
=
"LMFRunDat"
;
6
m_keys
[
"NEVENTS"
] = 0;
7
m_keys
[
"QUALITY_FLAG"
] = 1;
8
}
9
10
LMFRunDat::LMFRunDat
(
EcalDBConnection
*
conn
) :
LMFDat
(conn) {
11
m_tableName
=
"LMF_RUN_DAT"
;
12
m_className
=
"LMFRunDat"
;
13
m_keys
[
"NEVENTS"
] = 0;
14
m_keys
[
"QUALITY_FLAG"
] = 1;
15
}
16
17
LMFRunDat::LMFRunDat
(oracle::occi::Environment*
env
, oracle::occi::Connection*
conn
) :
LMFDat
(env, conn) {
18
m_tableName
=
"LMF_RUN_DAT"
;
19
m_className
=
"LMFRunDat"
;
20
m_keys
[
"NEVENTS"
] = 0;
21
m_keys
[
"QUALITY_FLAG"
] = 1;
22
}
LMFUnique::m_className
std::string m_className
Definition:
LMFUnique.h:99
LMFRunDat.h
LMFDat
Definition:
LMFDat.h:18
EcalDBConnection
Definition:
EcalDBConnection.h:15
web.browse_db.env
tuple env
Definition:
browse_db.py:18
LMFDat::m_keys
std::map< std::string, unsigned int > m_keys
Definition:
LMFDat.h:145
getInfo.conn
tuple conn
Definition:
getInfo.py:9
LMFRunDat::LMFRunDat
LMFRunDat()
Definition:
LMFRunDat.cc:3
LMFDat::m_tableName
std::string m_tableName
Definition:
LMFDat.h:146
Generated for CMSSW Reference Manual by
1.8.5