CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LMFRunDat.cc
Go to the documentation of this file.
2 
4  m_tableName = "LMF_RUN_DAT";
5  m_className = "LMFRunDat";
6  m_keys["NEVENTS"] = 0;
7  m_keys["QUALITY_FLAG"] = 1;
8 }
9 
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 
std::string m_className
Definition: LMFUnique.h:99
Definition: LMFDat.h:19
std::map< std::string, unsigned int > m_keys
Definition: LMFDat.h:155
LMFRunDat()
Definition: LMFRunDat.cc:3
tuple conn
Definition: results_mgr.py:53
std::string m_tableName
Definition: LMFDat.h:156