Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
,
18
oracle::occi::Connection*
conn
) :
LMFDat
(env, conn) {
19
m_tableName
=
"LMF_RUN_DAT"
;
20
m_className
=
"LMFRunDat"
;
21
m_keys
[
"NEVENTS"
] = 0;
22
m_keys
[
"QUALITY_FLAG"
] = 1;
23
}
24
LMFUnique::m_className
std::string m_className
Definition:
LMFUnique.h:99
LMFRunDat.h
LMFDat
Definition:
LMFDat.h:19
EcalDBConnection
Definition:
EcalDBConnection.h:16
web.browse_db.env
tuple env
Definition:
browse_db.py:17
LMFDat::m_keys
std::map< std::string, unsigned int > m_keys
Definition:
LMFDat.h:155
LMFRunDat::LMFRunDat
LMFRunDat()
Definition:
LMFRunDat.cc:3
results_mgr.conn
tuple conn
Definition:
results_mgr.py:53
LMFDat::m_tableName
std::string m_tableName
Definition:
LMFDat.h:156
Generated for CMSSW Reference Manual by
1.8.5