Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
std::string
m_connectionString
;
23
std::string
m_authpath
;
24
std::string
m_user
;
25
std::string
m_pass
;
26
};
27
28
#endif
RunInfoHandler::m_user
std::string m_user
Definition:
RunInfoHandler.h:24
RunInfoHandler::m_since
unsigned long long m_since
Definition:
RunInfoHandler.h:19
RunInfoHandler::m_connectionString
std::string m_connectionString
Definition:
RunInfoHandler.h:22
RunInfoHandler
Definition:
RunInfoHandler.h:10
RunInfoHandler::getNewObjects
void getNewObjects()
Definition:
RunInfoHandler.cc:19
ParameterSetfwd.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
RunInfoHandler::m_authpath
std::string m_authpath
Definition:
RunInfoHandler.h:23
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:36
RunInfoHandler::RunInfoHandler
RunInfoHandler(const edm::ParameterSet &pset)
Definition:
RunInfoHandler.cc:8
RunInfoHandler::id
std::string id() const
Definition:
RunInfoHandler.h:13
PopConSourceHandler.h
RunInfoHandler::m_name
std::string m_name
Definition:
RunInfoHandler.h:18
RunInfo.h
edm::ParameterSet
Definition:
ParameterSet.h:36
RunInfoHandler::~RunInfoHandler
~RunInfoHandler()
Definition:
RunInfoHandler.cc:17
RunInfoHandler::m_pass
std::string m_pass
Definition:
RunInfoHandler.h:25
Generated for CMSSW Reference Manual by
1.8.5