CondTools
DQM
interface
DQMSummarySourceHandler.h
Go to the documentation of this file.
1
#ifndef CondTools_DQM_DQMSummarySourceHandler_h
2
#define CondTools_DQM_DQMSummarySourceHandler_h
3
4
#include "
FWCore/ParameterSet/interface/ParameterSetfwd.h
"
5
#include "
CondCore/PopCon/interface/PopConSourceHandler.h
"
6
//#include "CondFormats/Common/interface/Time.h"
7
#include "
CondFormats/DQMObjects/interface/DQMSummary.h
"
8
#include <string>
9
10
namespace
popcon
{
11
class
DQMSummarySourceHandler
:
public
popcon::PopConSourceHandler
<DQMSummary> {
12
public
:
13
DQMSummarySourceHandler
(
const
edm::ParameterSet
&
pset
);
14
~DQMSummarySourceHandler
()
override
;
15
void
getNewObjects
()
override
;
16
std::string
id
()
const override
;
17
18
private
:
19
std::string
m_name
;
20
//cond::Time_t m_since;
21
unsigned
long
long
m_since
;
22
// for reading from omds
23
std::string
m_connectionString
;
24
std::string
m_user
;
25
std::string
m_pass
;
26
};
27
}
// namespace popcon
28
29
#endif
popcon::DQMSummarySourceHandler::~DQMSummarySourceHandler
~DQMSummarySourceHandler() override
Definition:
DQMSummarySourceHandler.cc:19
popcon::DQMSummarySourceHandler::m_connectionString
std::string m_connectionString
Definition:
DQMSummarySourceHandler.h:23
PopConSourceHandler.h
popcon::DQMSummarySourceHandler::m_user
std::string m_user
Definition:
DQMSummarySourceHandler.h:24
popcon::DQMSummarySourceHandler
Definition:
DQMSummarySourceHandler.h:11
popcon::DQMSummarySourceHandler::m_name
std::string m_name
Definition:
DQMSummarySourceHandler.h:19
DQMSummary.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition:
ParameterSet.h:47
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:30
popcon::DQMSummarySourceHandler::DQMSummarySourceHandler
DQMSummarySourceHandler(const edm::ParameterSet &pset)
Definition:
DQMSummarySourceHandler.cc:11
popcon
Definition:
Exception.h:6
popcon::DQMSummarySourceHandler::id
std::string id() const override
Definition:
DQMSummarySourceHandler.cc:43
ParameterSetfwd.h
popcon::DQMSummarySourceHandler::m_since
unsigned long long m_since
Definition:
DQMSummarySourceHandler.h:21
popcon::DQMSummarySourceHandler::getNewObjects
void getNewObjects() override
Definition:
DQMSummarySourceHandler.cc:21
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
popcon::DQMSummarySourceHandler::m_pass
std::string m_pass
Definition:
DQMSummarySourceHandler.h:25
Generated for CMSSW Reference Manual by
1.8.16