Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondTools
RunInfo
interface
RunInfoHandler.h
Go to the documentation of this file.
1
#ifndef RUNINFO_HANDLER_H
2
#define RUNINFO_HANDLER_H
3
4
#include <string>
5
6
#include "
CondCore/PopCon/interface/PopConSourceHandler.h
"
7
#include "
CondFormats/RunInfo/interface/RunInfo.h
"
8
#include "
FWCore/ParameterSet/interface/ParameterSetfwd.h
"
9
10
class
RunInfoHandler
:
public
popcon::PopConSourceHandler
<RunInfo>{
11
public
:
12
void
getNewObjects
();
13
std::string
id
()
const
{
return
m_name
;}
14
~RunInfoHandler
();
15
RunInfoHandler
(
const
edm::ParameterSet
& pset);
16
17
private
:
18
std::string
m_name
;
19
unsigned
long
long
m_since
;
20
21
// for reading from omds
22
23
std::string
m_connectionString
;
24
25
std::string
m_authpath
;
26
std::string
m_host
;
27
std::string
m_sid
;
28
std::string
m_user
;
29
std::string
m_pass
;
30
int
m_port
;
31
};
32
33
#endif
RunInfoHandler::m_user
std::string m_user
Definition:
RunInfoHandler.h:28
RunInfoHandler::m_since
unsigned long long m_since
Definition:
RunInfoHandler.h:19
RunInfoHandler::m_connectionString
std::string m_connectionString
Definition:
RunInfoHandler.h:23
RunInfoHandler
Definition:
RunInfoHandler.h:10
RunInfoHandler::getNewObjects
void getNewObjects()
Definition:
RunInfoHandler.cc:17
ParameterSetfwd.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
RunInfoHandler::m_authpath
std::string m_authpath
Definition:
RunInfoHandler.h:25
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:35
RunInfoHandler::RunInfoHandler
RunInfoHandler(const edm::ParameterSet &pset)
Definition:
RunInfoHandler.cc:8
RunInfoHandler::id
std::string id() const
Definition:
RunInfoHandler.h:13
RunInfoHandler::m_port
int m_port
Definition:
RunInfoHandler.h:30
PopConSourceHandler.h
RunInfoHandler::m_host
std::string m_host
Definition:
RunInfoHandler.h:26
RunInfoHandler::m_name
std::string m_name
Definition:
RunInfoHandler.h:18
RunInfo.h
edm::ParameterSet
Definition:
ParameterSet.h:35
RunInfoHandler::~RunInfoHandler
~RunInfoHandler()
Definition:
RunInfoHandler.cc:15
RunInfoHandler::m_sid
std::string m_sid
Definition:
RunInfoHandler.h:27
RunInfoHandler::m_pass
std::string m_pass
Definition:
RunInfoHandler.h:29
Generated for CMSSW Reference Manual by
1.8.5