CMS 3D CMS Logo

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, 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 }
std::string m_className
Definition: LMFUnique.h:99
Definition: LMFDat.h:18
std::map< std::string, unsigned int > m_keys
Definition: LMFDat.h:145
conn
Definition: getInfo.py:9
LMFRunDat()
Definition: LMFRunDat.cc:3
std::string m_tableName
Definition: LMFDat.h:146