Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
OnlineDB
EcalCondDB
interface
ODVfeToRejectInfo.h
Go to the documentation of this file.
1
#ifndef ODVfeToRejectINFO_H
2
#define ODVfeToRejectINFO_H
3
4
#include <map>
5
#include <string>
6
7
#include "
OnlineDB/EcalCondDB/interface/IODConfig.h
"
8
9
class
ODVfeToRejectInfo
:
public
IODConfig
{
10
public
:
11
friend
class
EcalCondDBInterface
;
12
ODVfeToRejectInfo
();
13
~ODVfeToRejectInfo
();
14
15
// User data methods
16
inline
std::string
getTable
() {
return
"VFES_to_reject_INFO"
; }
17
18
inline
void
setId
(
int
id
) {
m_ID
= id; }
19
inline
int
getId
()
const
{
return
m_ID
; }
20
21
// the tag is already in IODConfig
22
23
inline
void
setVersion
(
int
id
) {
m_version
= id; }
24
inline
int
getVersion
()
const
{
return
m_version
; }
25
int
fetchID
()
throw
(std::runtime_error);
26
27
int
fetchNextId
()
throw
(std::runtime_error);
28
void
setParameters
(
const
std::
map
<std::
string
,std::
string
>& my_keys_map);
29
30
private
:
31
void
prepareWrite
()
throw
(std::runtime_error);
32
33
void
writeDB
()
throw
(std::runtime_error);
34
35
void
clear
();
36
37
void
fetchData
(
ODVfeToRejectInfo
*
result
)
throw
(std::runtime_error);
38
39
40
41
// User data
42
int
m_ID
;
43
int
m_version
;
44
45
};
46
47
#endif
ODVfeToRejectInfo::clear
void clear()
Definition:
ODVfeToRejectInfo.cc:24
EcalCondDBInterface
Definition:
EcalCondDBInterface.h:38
ODVfeToRejectInfo::getId
int getId() const
Definition:
ODVfeToRejectInfo.h:19
ODVfeToRejectInfo::getVersion
int getVersion() const
Definition:
ODVfeToRejectInfo.h:24
ODVfeToRejectInfo::fetchData
void fetchData(ODVfeToRejectInfo *result)
Definition:
ODVfeToRejectInfo.cc:130
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
ODVfeToRejectInfo::ODVfeToRejectInfo
ODVfeToRejectInfo()
Definition:
ODVfeToRejectInfo.cc:11
ODVfeToRejectInfo::m_ID
int m_ID
Definition:
ODVfeToRejectInfo.h:42
python.multivaluedict.map
def map
Definition:
multivaluedict.py:125
ODVfeToRejectInfo::prepareWrite
void prepareWrite()
Definition:
ODVfeToRejectInfo.cc:58
IODConfig
Definition:
IODConfig.h:19
query.result
tuple result
Definition:
query.py:137
ODVfeToRejectInfo::fetchID
int fetchID()
Definition:
ODVfeToRejectInfo.cc:183
ODVfeToRejectInfo::m_version
int m_version
Definition:
ODVfeToRejectInfo.h:43
ODVfeToRejectInfo::fetchNextId
int fetchNextId()
Definition:
ODVfeToRejectInfo.cc:36
ODVfeToRejectInfo::setId
void setId(int id)
Definition:
ODVfeToRejectInfo.h:18
compareJSON.const
string const
Definition:
compareJSON.py:14
private
#define private
Definition:
FWFileEntry.h:17
ODVfeToRejectInfo::getTable
std::string getTable()
Definition:
ODVfeToRejectInfo.h:16
ODVfeToRejectInfo::setParameters
void setParameters(const std::map< std::string, std::string > &my_keys_map)
Definition:
ODVfeToRejectInfo.cc:82
IODConfig.h
ODVfeToRejectInfo::~ODVfeToRejectInfo
~ODVfeToRejectInfo()
Definition:
ODVfeToRejectInfo.cc:30
ODVfeToRejectInfo::setVersion
void setVersion(int id)
Definition:
ODVfeToRejectInfo.h:23
ODVfeToRejectInfo
Definition:
ODVfeToRejectInfo.h:9
ODVfeToRejectInfo::writeDB
void writeDB()
Definition:
ODVfeToRejectInfo.cc:97
CommPDSkim_cfg.throw
tuple throw
Definition:
CommPDSkim_cfg.py:101
Generated for CMSSW Reference Manual by
1.8.5